@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/body1.jpg);
	text-shadow:5px 5px 7px silver;
	background-color:white;
	background-attachment:fixed;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}



.wrap {
	width:1100px;
		}

.wrapbody {
	background-color:#2d0824;;
	width:1100px;

		}
		
.navbg {
	position:relative;
	background-image:url(images/b7.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding:7px
		}
		

.nav:link, .nav:visited {
    font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:black;
	padding-top:8px;
	margin-top:10px;
			}		
			
.nav:hover {
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding-top:8px;
	margin-top:10px;
			}	
			
	
		
h1 {
	text-shadow:#CCC;
	}

.h1-title{
	background-color:#1a75ff;
	}
		
#buttons a:link, #buttons a:visited{
	margin-top:1px;
	position:relative;
	left:4px;
	width:205px;
	background-image:url(images/b1.jpg);
	background-repeat:repeat-x;
	background-color:white;
	border-left:#3366FF;
	border-right:#3366FF;
	border-top:#3366FF;
	border-bottom:#3366FF;
	line-height:30px;
	display:block;
	text-indent:25px;
	color:black;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	text-decoration:none;
	}

#buttons a:hover{
	position:relative;
	left:4px;
	width:205px;
	background-image:url(images/b2.jpg);
	background-repeat:no-repeat;
	background-color:white;
	line-height:30px;
	display:block;
	text-indent:25px;
	color:black;
	font-family:Verdana, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	text-decoration:none;
	}
		
		
		
		
#inner {
width:1100px;
margin-right:0%;
border:3px solid #ffffff;
background-color:black;
padding: 6px;
-moz-border-radius: 20px 20px 20px 20px;
	}
	
.footer{
	text-align:center;
	background-image:url(images/b7.jpg);
	height:25px;
	background-color:black;
	color:black;
	padding-top:6px;
}