/*Hello World! This is the main .css file for this Website, take it or leave it but don't chew on it!*/
/*If you wish to know how I did the submenu dropdown, line 27 may assist you!*/

body{padding:0px;padding-bottom:20px;background:#500 url(img/bodybg.gif) repeat-x fixed top center;
width:700px; margin:auto;position:relative;}
#wrap{background:#fff;border:#ddd solid 2px;border-top:none;padding-bottom:16px;
-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;border-bottom-left-radius:10px;}

#logo{font:30px Georgia,Verdana,Arial,Helvetica,serif;width:680px;height:175px;margin:auto;
background:url(img/logo.gif) no-repeat top center;color:#fffc74;font-size:12px;text-align:right;
padding: 5px 10px 0px 0px;}
#logo a:link, #logo a:visited, #logo a:active, #logo a:hover {color:#fffc74;text-decoration:none;}

#navbox{height:40px;width:680px;margin:auto;background:#222;font:11px Tahoma, Geneva, sans-serif;
text-align:center;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;border-bottom-left-radius::10px;}
#navlist{padding:6px 8px 0px 8px;width:680px;}
#navlist tr{display:inline;width:100%;}
#navlist th{width:100px;}
#navlist tr a{color:#999; font-weight:bold; text-decoration:none;padding:0px 6px;}
#navlist tr a:hover{ color:#bfbfbf; }
#active a:active, #active a:visited, #active a:link{color:#fff;}

#nav, #nav ul {padding:0px;margin:0px;list-style:none;
-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;border-bottom-left-radius:10px;}
#nav li ul {height:98px;width:85px;padding:8px 3px 3px 3px;position:absolute;background:#222;left:-999px;
z-index:+1;text-align:left;}
#nav li:hover ul {left:50%;margin-left:19px;top:203px;}

.title {font:24px georgia,serif; text-align: center; color:#000a59;line-height:80%;}
#text{float:left; padding:10px 10px 20px 10px; width: 660px;text-align: justify;display: block;
font-family: Arial,Verdana,sans-serif;font-size: large;margin-left:10px;}
#text table{width:660px;text-align:right;font-family:Default;font-size:small;}

img {float:right;}
code{display:block;border:solid 1px #000;padding:5px;}

.scroll {display:block;padding-top:5px;padding-bottom:5px;color:#007;font-size:10px;text-align:center;}
.top{font-weight:bold;font-size:12px;float:right;}

#footer {clear:both;height:20px;width:670px;position:relative;top:8px;left:10px;padding:8px 0px 0px 8px;
background:#222 no-repeat;color:#fff;text-align:left;font:11px Verdana,Arial,Helvetica,sans-serif;
-moz-border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
border-radius:7px;border-radius:7px;}

/*End of CSS file*/