#container {
	background-color: white;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 740px;
}

#content {
	height: 300px;
	width: 100%;
}

#content1 {
	height: 1600px;
	width: 100%;
}

#content2 {
	height: 400px;
	width: 100%;
}

#footer {
	font-size: .8em;
	padding-top: 50px;
	text-align: center;
}

#header {
	height: 125px;
	padding-top: 10px;
	text-align: center;
}

#insidecontent {
	padding: 20px;
}

#navcontainer {
	height: 60px;
}

#navcontainer ul {
	background-color: #F37224;
	color: White;
	float: left;
	margin-left: 0;
	padding-left: 20px;
	width: 720px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	background-color: #F37224;
	color: White;
	float: left;
	padding: 0.2em 1em;
	text-align: center;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background-color: #F8AE82;
	color: #fff;
}

#split_left {
	float: left;
	width: 58%;
}

#split_right {
	float: right;
	width: 40%;
}

.orange {
	color: #F37224;
}

@charset "UTF-8";      HTML {
	font-size: 13px;
}

A.navlist:hover {
	color: white;
	text-decoration: underline;
}

A.navlist:link {
	color: white;
	text-decoration: none;
}

A.navlist:visited, A.navlist:active {
	color: white;
	text-decoration: none;
}

A:hover {
	color: #F37224;
	text-decoration: underline;
}

A:link, A:active, A:visited {
	color: #F37224;
	text-decoration: none;
}

body {
	background: url("../img/bg.gif") repeat-x top;
	color: #333;
	font: 1em Arial,Helvetica,sans-serif;
	height: 100%;
	margin: 0 0 0 0;
	text-align: center;
}

div.part_left {
	float: left;
	width: 200px;
}

div.part_right {
	float: right;
	width: 490px;
}

div.partner {
	margin-bottom:30px;
	height:110px;
	width: 720px;
}

img {
	border: 0;
}



