
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	background:#000000;
	
	
	
	
}

#wrapper {
	  Width:1000px;
	  Height:720px;
	  background-image:url(Untitled-1.jpg);
	  float:left;
	  Border:0px solid #FFFFFF;
	  margin: 0px 0px 0px -5px;
		
	  
}

#header {
	Width:970px;
	height:50px;
	border:0px solid #FFFFFF;
	
	Margin:0px 15px 0px 15px;
	padding: 3px;

}	

#picture {
	
	border:0px solid white;
	margin: -30px 80px 20px 0px;
	float:right;
	
	
}
#header img {
	width:200px;
	height:100px;


}
#header-text {
	border:0px solid white;
	width:350px;
	height:20px;
	margin:0px 0px 0px 40px;
	font-size:24px;
	font-family:Curlz MT;
	
}
#header-text2 {
	border:0px solid white;
	width:250px;
	height:20px;
	margin:0px 0px 0px 200px;
	font-size:24px;
	font-family:Curlz MT;
}

#in-wrapper{
	width:790;
	height:510;
	border:0px solid #FFFFFF;
	padding:5px;
	margin: -20px 0px 5px -15px;
	clear:both;

}


#content {
	width:945px;
	height:400px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	Margin: 5px 0px 100px 7px;
	padding: 4px;
	

}
#box1 {
	border:0px solid white;
	font-family:Geneva,sans-serif;
	font-size:16px;
	text-align:center;
}

#box2 {
	border:solid 1px white;
	font-size:14px;
	width:400px;
	text-align:center;
	text-indent:20px;
	float:left;
	
}
#box3 {
	width:300px;
	height:200px;
	float:right;
	margin:0px 0px 0px -300px;

}
#box3 img {
	border:1px solid white;
	width:300px;
	height:200px;
	float:right;
	margin:0px 0px 0px -300px;
	
}

h3 {
	font-size: 18px;
	color:#660066;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align:center;
} 

ul.topnav {
	list-style: none;
	padding:0px 0px 0px 20px;	
	margin: -30px 0px 0px 7px;
	float:left;
	width: 935px;
	background: #222;
	font-size: 24px;
	background: url(images/topnav_bg.gif) repeat-x;
	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	
}
ul.topnav li a{
	padding: 10px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
        background-position: center bottom; 
        cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	font-size:14px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; 
        top: 35px;
	background: #333;
	margin: 0px; 
        padding: 0px;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #000000;
}
ul.topnav li ul.subnav li{
	margin: 0px; 
        padding: 0px;
	border-top: 2px solid #252525; /*--Create bevel effect--*/
	border-bottom: 2px solid #444444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
    color:#000000;
	
}


#footer {
	width: 940px;
	height: 20px;
	border:1px solid #FFFFFF;
	padding: 4px;
	text-decoration:blink;
	margin:-107px 0px 0px -1px;
	


}
.left {
	float:left;
	height:12px;
	}

.right {
	float:right;
	
	}
	

	
