body {
	background: #FFFFFF;
	color: #000;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

* html body {
	line-height: 14px;
}
a:link { 
	color: #FFFF00;
	font-weight: bold;
}
	
a:visited { 
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link { 
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

#content a:visited { 
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
	
#content a:hover, #content a:active { 
	color: #5f7c8d;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 775px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 775px;
}

#footerbg {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer{
	border: 6px solid #FFFFFF;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 763px;
	background-color:#1c2f45;
}

#normal {
	border: 6px solid #FFFFFF;
	font-size: 14px;
	padding: 8px;
	width: 747px;
	background-color:#1c2f45;
}

#normal img {
	background-color:#1c2f45;
	border: #FFFFFF 1px solid;
	padding:3px;
	background-color:#447799;
}

#left {
	border: 6px solid #FFFFFF;
	float: left;
	margin-right: 12px;
	width: 300px;
	height:500px;
	display:inline;
	overflow:hidden;
}

#nav {
	border: 6px solid #FFFFFF;
	font-size: 14px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 763px;
	background-color:#1c2f45;
}

#right {
	background: url(images/title.jpg) no-repeat 0% 0%;
	border: 6px solid #FFFFFF;
	float: left;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 100px;
	width: 408px;
	background-color:#1c2f45;
	display:inline;
}
