html {
	background-color: #131313;
	background-image: url(/img/background.jpg);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0F0F0;
}
div#site {
	height: auto;
	width: 845px;
	text-align: left;
	margin: 0px auto;
}
div#header {
	background-image: url(/img/header_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 53px;
	width: 835px;
	padding-left: 10px;
	padding-top: 10px;
}
div#header #logo{
	float: left;
	width: 250px;
	height: 50px;
}
div#header #language_box{
	text-align: right;
	float: right;
	height: 30px;
	width: 150px;
	padding-right: 10px;
	padding-top: 0px;
}
div#header #language_box img{
	border: 1px solid #CCC;
}
div#splash {
	clear: both;
	float: left;
	height: 188px;
	width: 843px;
	margin-top: 5px;
	border: 1px solid #ff6700;
}
div#menu {
	background-image: url(/img/header_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 33px;
	width: 835px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 0px;
	font-weight: bold;
}
div#menu a{
	color: #F0F0F0;
}
div#menu ul {
	padding: 0px;
	margin: 0px;
}
div#menu li {
	height: 21px;
	float: left;
	display: inline;
	list-style-type: none;
	background-color: #7c7c7c;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-right: 2px;
}
div#links {
	padding-top: 5px;
	padding-bottom: 0px;
	width: 240px;
	height: 229px;
	background-image: url(/img/left_box_bg.jpg);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
div#links ul {
	padding: 0px;
	margin: 0px;
}
div#links li {
	height: 16px;
	float: left;
	list-style-type: none;
	width: 210px;
    margin-left: 2px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 2px;
	color: #bdbdbd;
}
div#links a {
	color: #bdbdbd;
}
div#links li.uneven {
	background-color: #bdbdbd;
	color: #343333;
}
div#links li.uneven a {
	color: #343333;
}
div#contact {
	width: 220px;
	height: 331px;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(/img/left_box_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: left;
	margin-top: 5px;
}
div#contact input {
	background-color: #6e6e6e;
	padding-top: 4px;
	border: 1px solid #868686;
	color: #b3b3b3;
	width: 170px;
	height: 23px;
	font-style:italic;
	margin-left: 8px;
}
div#contact textarea {
	background-color: #6e6e6e;
	padding-top: 4px;
	border: 1px solid #868686;
	color: #b3b3b3;
	width: 170px;
	height: 60px;
	font-style:italic;
	margin-left: 8px;
}
div#contact input.button {
	background: none;
	padding-top: 0px;
	border: none;
	color: #eeeeee;
	width: auto;
	height: auto;
	font-style: normal;
	background-color: #6e6e6e;
	border: 1px solid #b3b3b3;
}
div#contentbox {
	padding-left: 20px;
	padding-right: 30px;
	width: 551px;
	min-height: 570px;
	padding-top: 5px;
	background-image: url(/img/content_bg.jpg);
	background-repeat: repeat-y;
	background-color: #a2a2a2;
	float: right;
	margin-top: 5px;
	overflow: auto;
}
div#footer {
	background-image: url(/img/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 31px;
	width: 835px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 12px;
}
div#footer ul {
	padding: 0px;
	margin: 0px;
}
div#footer li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
img {
	border: none;
}
a {
	color: #023368;
}
u {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	margin-top: 10px;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
}
#menu a, #footer a, #links a {
	text-decoration: none;
	color: inherit;
}
h2 {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
}
div#links p, div#contact p {
	padding-left: 8px;
}
