/* CSS Document */
body {background-image:url(images/bg.jpg); padding-top:100px; background-repeat:repeat-x; color:#000066; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; width:100%; margin:0 auto;}
	a.top {border:0px; color:000066; text-align:inherit; text-decoration:inherit; background-image:none;}

div#top{position:absolute; text-align:center; left:0px; top:0px; width:100%; height:145px; font-weight:bold; font-size:12pt; vertical-align:middle; font-family:'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica; color:#3A35FF;}
div#buttons {position:absolute; left:5px; top:147px; width:100%; height:40px;  text-align:center; z-index:10;}
   #buttons a:link, a:visited {width:255px; height:40px;text-align:center; background-image:url(images/button.gif); background-repeat:no-repeat;text-decoration:underline; font-weight:bold; display:inline-table; padding-top:10px; vertical-align:middle;}
   #buttons a:hover  {width:255px; height:40px; background-image:url(images/button_over.gif); text-align:center; text-decoration:none; font-weight:bold; padding-top:5px;}


div#body {position:absolute; width:100%; margin:0 auto; top:220px; text-align:justify; }
   #body .address {background-color:#E6E6E6;  margin:0 auto; border:1px solid #CCC; width:500px; text-align:center;}
   #body h3 {text-align:center; font-weight:bold;}
   
 div#content {width:700px; position:absolute; left:10%; right:10%; margin:0 auto;}
 
 div#image {position:absolute; right:2%; z-index:-10; top:300px;}

