@charset "utf-8";
/* CSS Document */

#Container {
	width: 900px;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
}

#Header {
	background: url(../images/template_03.jpg) no-repeat;
	width: 900px;
	height: 146px;
}

#Content{
	background: url(../images/template_07.jpg) repeat-y;
	float:left;
}

#ContentLeft {
	background:url(../images/template_05.jpg) no-repeat;
	width: 380px;
	min-height: 300px;
	float: left;
	padding: 30px 40px 0px 30px;
}

#ContentLeft a {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	font-size: 1em;
	line-height: 1.75em;
}

#ContentLeft li {
	color: #FFF;
}

#ContentRight {
	background:url(../images/template_06.jpg) no-repeat;
	width: 370px;
	min-height: 300px;
	float: left;
	color: #FFF;
	font-size: 1em;
	font-weight:bold;
	padding: 40px 40px 0px 40px;
	line-height: 2em;
}

#Footer{
	/*background-color:#0f3a4b;*/
	clear: both;
	text-align: center;
	font-size: 70%;
	padding: 20px 0;
	color: white;
}

#Footer a {
	color: white;
}


