body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #051436;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/body_bg.gif);
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center top;
}
div								{display:block;}
img								{border:0px;display:inline;}
td 								{empty-cells:show;}
table 							{border:0px;}
p								{margin:0px;}



#container {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
#topleft {
	width: 23px;
	height: 106px;
	float:left;
}
#top {
	width: 780px;
	background-image: url(../images/top_bg.gif);
	height: 106px;
	padding-left: 20px;
	float:left;
}
#topright {
	width: 23px;
	height: 106px;
	float:left;
}
#menuleft {
	width: 23px;
	height: 32px;
	float:left;
}
#topmenu {
	color: #1c1c1d;
	width: 780px;
	font-size: 13px;
	height: 32px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	float:left;
	text-transform: uppercase;
}
#menuright {
	width: 23px;
	height: 32px;
	float:left;
}
#topmenu .menu_item {
	float: left;
	padding-right: 10px;
	height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#topmenu .menu_item_a {
	float: left;
	padding-right: 15px;
	height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E10102;
}
#topmenu .menu_item a{
	color: #7b7b7b;
	text-decoration: none;
}
#topmenu .menu_item_a a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#topmenu a:hover{
	color: #E30202;
}
#topmenu .menu_spacer {
	background-image: url(../images/menu_spacer.gif);
	height: 32px;
	width: 1px;
	float: left;
}
#topmenu .menu_langs {
	float: right;
	height: 27px;
	padding-right: 30px;
}

#contentcontainer {
	width: 800px;
	padding-right: 23px;
	padding-left: 23px;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(../images/content_gradient.gif);

}
#content {
	width: 600px;
	padding-right: 180px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#content a{
	color: #000000;
	text-decoration: underline;
}
#content a:hover{
	color: #E10102;
}


h1 {
	color: #E10102;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#bottom {
	color: #FFFFFF;
	width: 760px;
	font-size: 13px;
	height: 22px;
	background-repeat: repeat-x;
	padding-left: 43px;
	padding-top: 5px;
	padding-right: 43px;
}
#bottom a{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover{
	color: #F78316;
}

.clear {
	clear: both;
}
#gradient {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

