@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 87.5%;
	background-color: #19121c;
	color: #0D0D0D;
	text-align: justify;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 960px;
}
#nav {
	float: left;
	height: 29px;
	width: 960px;
}
.img{border:none;
	}
#main  {
	background-image: url(../homeImg/main_s1.png);
	background-repeat: repeat-y;
	float: left;
	width: 960px;
}
#leftMenu {
	background-repeat: no-repeat;
	float: left;
	width: 223px;
	}
	#leftInside {
	width: 100px;
	margin-left: 120px;
	float: left;
}
.li{
	font-size: 16px;
	color: #6D0CAD;
	margin-top: 30px;
	list-style-type: none;
	margin-left: 30px;
	text-decoration: none;
}
a:link {
	color: #AD91BF;
	text-decoration: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #74407E;
}
 a:hover {
	text-decoration: none;
	color: #AD91BF;
}
a:active {
	text-decoration: none;
	color: #A795C8;
}

#rightContent {
	background-repeat: repeat;
	float: left;
	width: 737px;
	}
#insideContent {
	width: 580px;
	margin-top: 15px;
	float: left;
	text-align: left;
	padding: 15px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 15px;
	color: #AD91BF;
	background-image: url(../homeImg/rightInside_s1.png);
	background-repeat: repeat;
	margin-right: 15px;
	margin-left: 15px;
}

#rightContent #insideContent h1 {
	text-align: center;
	padding-bottom: 25px;
}
#rightContent #insideContent p {
	margin-left: 40px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	
}

#footer {
	font-size: 9px;
	color: #D280F5;
	background-image: url(../homeImg/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	width: 960px;
	height: 163px;
	clear: both;
	
}

#footer #w {margin-top: 40px;
text-align: center;
}




#wrapper #nav.img {
	float: left;
	text-decoration: none;
	border-style: none;
	border="0" cellpadding="0" cellspacing="0"
}
.wordCenter {
	text-align: center;
}
