body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000000;
	padding: 0;
	color: white;
	background: #630000 url('images/bg_body.gif') repeat-x;
	line-height: 1.4em;
	text-align:center; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}

	
a {color: white;}	

#page {
	position: relative;
	width: 744px;
	margin: 20px auto;
	padding: 0;
	background: url('images/bg_page.gif') repeat-y;
	text-align: left
	}	

	
#languages{
	position: absolute;
	padding: 0 30px 0 0;
	top: -15px;
	right: -20px;
	}
	#languages img {
		margin: 0 3px;
		border: none;
		}
	
#pagebottom {
	background: url('images/page_bottom.gif') no-repeat;
	width: 744px;
	height: 27px;
	position: relative
	}

#head {
	width: 744px;
	height: 100px;
	background: url('images/headpic.jpg') no-repeat;
	}
	
.logo {
	width: 168px;
	height: 63px;
	/*background: url(images/logo.gif) no-repeat;*/
	position: relative;
	top: 12px;
	border: 0px none;; margin-left:25px; margin-right:0; margin-top:0; margin-bottom:0
	}
	
h1 {display: none;}
	
h1 span {
	display: none;
	}
	
#container {
	width: 700px;
	background: url('images/bg_container.jpg') no-repeat;
	margin: 0 22px;
	position: relative;
	height: 395px;
	top: -4px
	}
	
#menu {
	position: relative;
	margin: 0 0 10px 17px;
	background-color: #9D0000;
	width: 138px;
	}
	
.box {
	position: relative;
	background: #9D0000 url('images/bg_boxtop.gif') no-repeat;
	width: 138px; margin-left:17px; margin-right:0; margin-top:0; margin-bottom:10px
	}
	.boxbot {
	position: relative;
	margin: 0;
	background: url('images/bg_boxbot.gif') no-repeat bottom;
	}
	.box p {
		margin: 0;
		padding: 6px;
		line-height: 1.1em;
		}
	.box img {
		margin: 6px 0 0 5px;
		position: relative;
		}
	
#menu ul {
	margin: 0;
	list-style-type: none;
	position: relative;
	top: 0;
	left: 5px;
	padding: 0;
	}
	#menu ul li {
		background: url('images/bg_menu_li.gif') no-repeat;
		font-weight: bold;
		width: 128px;
		display: block;
		position: relative; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:8px
		}
		#menu ul li span {
			margin: 0 0 0 25px;
		}
	#menu ul li a {
		text-decoration: none;
		}
	 a:hover {
		color: #FFD9DE;
			   }
	
#content {
	float: right;
	position: relative;
	width: 457px;
	right: 40px;
	}
	#content img {
		border: 8px solid #CA0000;
		padding: 3px;
		color: #CA0000;
		}
		
.rightbox {
	float: right;
	position: relative;
	width: 216px;
	}
.leftbox {
	float: left;
	position: relative;
	width: 220px;
	}
	
iframe {
	width: 135px;
	height: 80px;
	margin: 2px 0 0 2px;
	padding: 0;
	}
	
	
h2 {
	margin: 8px 0 20px 22px;
	padding: 0;
	font-size: 14px;
	}
	
p {
	margin: 0 0 13px 0;
	}
	
.clear {
	clear: both;
	}
	
#content img.button {
	border: 0px none;
	margin-left:0; margin-right:7px; margin-top:0; margin-bottom:15px
	}
	
dt {
	font-weight: bold;
	margin: 0 0 0 15px;
	}
dd {
	font-style: italic;
	margin: 0 0 10px 30px;
	}
