html, body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

#container {
	width:940px;
	height:auto;
	margin:0px auto;
	margin-top:75px;
}

#header {
	width: 940px;
	height: 40px;
	text-align:left;
}

#header1 {
	width: 320px;
	height: 40px;
	float:left;
		text-align:left;

}

#header2 {
	width: 620px;
	height: 12px;
	float:left;
	text-align:right;
	margin-top: 22px;

	font-size:11px;
}

#header2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header2 li {
	margin:0px;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	color: #2F2F2F;
}

#content {
	width:940px;
	height:480px;
	margin:0px;
	padding:0px;
		text-align:left;

	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #464646;
}

#contentp {
	background-image: url("images/content.jpg");
	background-repeat: no-repeat;
	width:940px;
	height:480px;
	margin:0px;
		text-align:left;

	padding:0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #464646;
}

#contentptext {
	width:280px;
	height:auto;
		text-align:left;

	margin:0px;
	margin-left:660px;
	margin-top:40px;
	padding:0px;
	color: #464646;
	text-align:justify;
	line-height:14px;
}

#contentptext2 {
	width:280px;
	height:auto;
	margin:0px;
	margin-top:40px;
		text-align:left;

	padding:0px;
	color: #464646;
	text-align:justify;
	line-height:14px;
}

#footer {
	width: 940px;

	height: 20px;
	margin-top:10px;
	font-size:9px;
	text-align: right;
}

a {
	color: #5E5E5E;
		text-decoration:none;

}

a:hover {
	color: #919191;
	text-decoration:none;
}

.clear {
	clear:both;
}