@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background:url(../images/diagbg.gif);
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.mainwrapper{
	width:760px;
	
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:760px;
	height:190px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
}

.topcontent{
	padding-left:15px;
	padding-right:15px;
	width:730px;
	height:45px;
	background:url(../images/top-contentbg.jpg) no-repeat;
	float:left;
}

.content{
	width:720px;
	height:auto;
	background:url(../images/contentbg.jpg) repeat-y;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.contentwrapper{
	width:680px;
	margin-left:auto;
	margin-right:auto;
}


.footer{
	width:760px;
	height:65px;
	background:url(../images/footerbg.jpg) no-repeat;
	padding-top:10px;
	float:left;
}

.box{
	border: 4px dashed red;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 460px; 
	height: 560px;
	padding:10px;
}
/*--font styles--*/

.blue{
	color:#0580ed;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
}


.red{
	color:#f70000;

}

.footernav{
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

.footernav a{
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

.footernav a:hover{
	color:#fb8122;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

.style1{
	font-family: Impact; 
	font-weight: normal;
	font-size:34px;
	text-decoration:none;
	color:#F00;
	text-align:center;
}

p{
	text-align:justify;
}
