/* CSS Document */

*{
padding:0px;
margin:0px;
}

body{
     background-color:#B32317; 
     color:#000;
	 font-size:14px;
	 font-family:arial, verdana, sans-serif;
	}

#blackbox{position:absolute;
		 margin-left:-401px;
		 width:802px;
		 visibility:visible;
		 left:50%;
		 background-color:#000;
		 top:50px;
		 height:802px;
		 }

#content{position:absolute;
		 left:1px;
		 top:1px;
		 width:800px;
		 height:800px;
		 visibility:visible;
		 background-color:#FFF;
		 }		 

#circle{position:absolute; left:650px; top:100px; width:250px; height:250px; background-image:url(../Images/circle.png);}
#circletext{position:absolute; left:16px; top:60px; width:216px; height:166px; color:#FFFFFF; font-size:24px; text-align:center;}

#header_box{position:absolute; top:15px; left:50px;}
#advert_box{position:absolute; top:15px; right:50px; width:170px; height:100px; background-color:#996699;}
.menu_box{position:absolute; top:130px; left:0px; width:100%; height:32px; background-color:#000}

.menu1 {padding:0 0 0 32px;
		margin:0;
		list-style:none;
		height:30px;
		background:url(../button_background.gif) center center repeat-x;
		position:relative;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		}

.text{position:absolute; top:200px; left:50px; width:700px; text-align:left;}

.text_columnA{position:absolute; top:35px; left:0px; width:280px; float:left;}
.text_columnB{position:absolute; top:35px; left:360px; width:280px; float:left;}

.links{position:relative; float:left; width:200px;}
.details{ position:relative; float:left; margin-left:20px; margin-top:15px; width:400px; height:120px; text-align:left;}

.skips{color:#B32317; font-weight:bold;}

.question{color:#666;}

a:link{color:#000; text-decoration:none; border-style:none;}
a:visited{color:#000; text-decoration:none; border-style:none;}		
a:active{color:#000; text-decoration:none; border-style:none;}
a:hover{color:#000; text-decoration:none; border-style:none;}

.menu1 li {display:block; float:left; height:30px; line-height:30px; color:#FFF; text-decoration:none;
			font-size:12px; font-weight:800; text-align:center; padding:0 0 0 0px; cursor:pointer;;
			}
.menu1 li a {float:left; display:block; padding:0 12px 0 12px; border-left:1px solid #000; background:url(../button_background2.gif) center center repeat-x;}
.menu1 li.current a {color:#FFF; background:url(../button_background.gif) center center repeat-x;}
.menu1 li.currentlast a {color:#FFF; background:url(../button_background.gif) center center repeat-x; border-right:1px solid #000;}
.menu1 li a:hover {color:#FFF; background:url(../button_background.gif) center center repeat-x;}
.menu1 li.last {border-right:1px solid #000;}

.menu2 {list-style-type:square; line-height:22px; list-style-position:inside; text-indent:30px}
.menu3 {list-style-type:disc; line-height:22px; list-style-position:inside; text-indent:60px}