
.clear {
	margin: 0; padding: 0; clear: both; float: none;
}

* {
	margin: 0; padding: 0; font-size: 11px; font-family: Arial, sans-serif; color: #2a2a2a;
}

body {
	background: rgb(108,108,98) url(images/body_bg.jpg) repeat-x top; padding: 0; margin: 0 0 20px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

a img {
	border-width: 0; vertical-align: middle;
}

#Page {
	width: 920px; margin: 0 auto; background: url(images/page_bg.jpg) no-repeat 0 0;
}

#Top {
	width: 920px; height: 230px; overflow: hidden;
}

#Top object {
	width: 920px; height: 150px; overflow: hidden;
}

#Header  {
	width: 920px; height: 85px; overflow: hidden;
}

#Header .Box1 {
	width: 240px; height: 70px; float: left;
}

#Header .Box2{
	width: 190px; height: 70px; float: left;
}

#Header .Box3 {
	width: 350px; height: 70px; float: left;
}

#Header .Box4 {
	width: 140px; height: 70px; float: left;
}

#Content {
	padding: 0; margin: 0; width: 920px; float: left; background: url(images/content_bg.jpg) repeat-y;
}

#ColumnLeft {
	width: 240px; float: left;
}

#ColumnRight {
	width: 680px; float: right;
}

#ColumnRight #PageText {
	padding: 0 15px 15px 15px; margin: 0;
}

#Footer {
	clear: both; float: none; background: url(images/footer_bg.jpg) no-repeat 0 0; margin: 0; padding: 25px 25px 10px 25px; text-align: center; color: #a1a182; font-size: 11px; font-weight: normal;
}

#Copyrights {
	padding: 8px; background-color: #73736a; color: #cdcdcd; text-align: center;
}

#Copyrights a {
	color: #FFFFFF; font-weight: bold;
}

#Navigation {
	margin: 0 0 15px 0; padding: 0 0 10px 0;  border-bottom: 1px solid #939391;
}

#Navigation  h1 {
	margin: 0; padding: 0; color: #1a507e; font-size: 18px; font-weight: normal; font-style: italic; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Navigation  p {
	color: #a71f06; font-size: 11px; font-weight: normal;
}

#Navigation  a {
	color: #a71f06; font-size: 11px; font-weight: normal;
}