a:link {
	text-decoration: none;
	color: #8a2ea4;
}
a:visited {
	text-decoration: none;
	color: #8a2ea4;
}
a:hover {
	text-decoration: none;
	color: #9933FF;
}
a:active {
	text-decoration: none;
	color: #8a2ea4;
}
body {
	background-color: #f0e0ef;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.container {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}
.header {
	float: left;
	height: 140px;
	width: 1200px;
	background-color: #690f63;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}
#main-nav {
	float: left;
	height: 50px;
	width: 1200px;
	background-image: url(../img/bg_main-nav.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
}
#main-nav2 {
	float: right;
	height: 30px;
	width: auto;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
}
.content {
	float: left;
	height: 100%;
	width: 1200px;
	background-color: #ededed;
}
.footer {
	background-color: #303030;
	height: 110px;
	width: 1200px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	float: left;
	padding-bottom: 5px;
}
#logo {
	float: left;
	height: 80px;
	width: 311px;
	margin-top: 40px;
	margin-left: 30px;
}
#social-icons {
	float: right;
	height: 45px;
	width: 130px;
	margin-top: 70px;
	margin-right: 30px;
}
#copyright {
	float: right;
	height: auto;
	width: auto;
	margin-top: 70px;
	margin-right: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #CCC;
}
#footer2 {
	float: left;
	margin-left: 30px;
	height: 100px;
	width: 120px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 25px;
	padding-right: 20px;
}
.footer-link {
	font-size: 14px;
	color: #CCC;
	width: 100px;
}
.footer-sub-link {
	font-size: 10px;
	color: #CCC;
	width: 120px;
	margin-left: 10px;
}
.content-one-fourth {
	float: left;
	height: auto;
	width: 203px;
	padding-top: 140px;
}
#read-more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	width: 60px;
}

.content-three-fourth {
	float: right;
	height: auto;
	width: 997px;
	padding-top: 50px;
}
.content-one-whole {
	float: left;
	height: auto;
	width: 1200px;
	padding-top: 50px;
}
.content-center {
	height: auto;
	width: auto;
	margin-right: 0px auto;
	margin-left: 0px auto;
	text-align:center;
}
.tab {
	background-image: url(../img/bg_tab.jpg);
	height: 49px;
	width: 143px;
	margin-left: 30px;
	margin right: 30px;
	margin-top: 10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.content-normal {
	height: auto;
	width: auto;
	margin-right: 215px;
	margin-left: 215px;
}
.content-normal2 {
	height: auto;
	width: auto;
	margin-left: 255px;
}
.content-normal3 {
	height: auto;
	width: auto;
	margin-left: 12px;
	margin-right: 30px;
}
.content-title {
	height: 61px;
	width: 697px;
	margin-left: 215px;
}
.content-title-link {
	font-size: 10px;
	color: #8a2ea4;
	height: auto;
	width: auto;
	margin-left: 215px;
	margin-bottom: 30px;
}
.content-title2 {
	height: 61px;
	width: 697px;
	margin-left: 12px;
}
.content-title-link2 {
	font-size: 10px;
	color: #8a2ea4;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	margin-left: 12px;
}
.content-title-code {
	font-size: 18px;
	height: auto;
	width: auto;
}