/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border:none;
	}

.mainwrap{
	width:980px;
	background:url(img/bgmain.jpg) no-repeat top;
	margin:auto;
	}

.flashcon{
	width:845px;
	margin:auto;
	padding-top:75px;
	}
	
.parcon{
	width:845px;
	margin:auto;
	padding-top:75px;
	background:url(img/bottom.jpg) no-repeat bottom;
	color:#CCC;
	}
	
	h1 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC9900;
	padding:30px 0px 0px 50px;
	}
	
	h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC9900;
	padding:20px 0px 0px 50px;
	}
	
	h3 {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC9900;
	padding:10px 0px 0px 50px;
	font-weight:normal;
	}
	
	.par{
		width:700px;
		font-size:11px;
		line-height:22px;
		text-align:justify;
		padding:0px 0px 0px 50px;
		}
		
		.pard{
		width:700px;
		font-size:9px;
		line-height:19px;
		text-align:justify;
		padding:0px 0px 0px 50px;
		}
	
	.par2{
		width:650px;
		font-size:11px;
		line-height:22px;
		text-align:justify;
		padding:0px 0px 0px 50px;
		}
	
		.par3{
		width:450px;
		font-size:11px;
		line-height:22px;
		text-align:justify;
		padding:0px 0px 20px 50px;
		}
	
		.parb{
		width:450px;
		font-size:11px;
		line-height:22px;
		text-align:justify;
		padding:10px 0px 150px 50px;
		}

.footer{
	width:845px;
	margin:auto;
	font-size:10px;
	color:#555;
	text-align:center;
	line-height:20px;
	padding:2px 0px 20px 0px;
	}
	
	.footer a{
	font-size:10px;
	color:#888;
	text-align:center;
	text-decoration:none;
	border-bottom:#666 dotted 1px;
	}