body {
	background-image: url(images/bg_pattern.png);
	background-repeat: repeat;
	font-family: Tahoma;
}

img {
	border: 0px;
	margin: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainContainer {
	margin: 10px auto;
	width: 780px;
}

#header {
	width: 754px;
	height: 174px;
}

#menu {
	width: 750px;
	border-left: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	height: 48px;
}

#language {
	width: 140px;
	float: right;
	z-index: 25;
	position: relative;
	margin-right: -2px;
}

#ContentContainer {
	width: 750px;
	background-color: #640101;
	z-index: 1;
	border-left: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	margin-bottom: 0px;
}

* html #ContentContainer {
	margin-top: -5px;
}

#ContentSpliter {
	background-color: #640101;
	border-left: 170px solid #642F2F;
	border-left-width: 170px;
	z-index: 5;
	width: 580px;
	margin-bottom: 0px;
}

#LeftColumn {
	float: left;
	margin-left: -165px;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 20;
	width: 160px;
	position: relative;
	font-size: 12px;
}

#ContentColumn {
	float: right;
	z-index: 20;
	width: 570px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFF99;
}

html[xmlns] .mozclear {
	border-color: transparent;
	margin-bottom: -1px;
}

.clear {
	clear: both;
}

#footer {
	width: 750px;
	border-left: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #004400;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#signature {
	width: 750px;
	border-left: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	background-color: #640101;
	text-align: center;
	font-size: 10px;
	clear:both;
	padding-top: 5px;
	color: #FFCC00;
}

#signature a {
	color: #FFCC00;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
}

#endPiece {
	background-image: url(images/footer.gif);
	background-position: top;
	height: 37px;
	width: 754px;
}

#newsContainer {
	width: 150px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#newsHeader {
	width: 150px;
	height: 25px;
}

#newsContent {
	width: 150px;
	background-image: url(images/shortcut_02.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -10px;
	margin-top: -10px;
}

* html #newsContent {
	margin-top: 0px;
}

#newsContent a:link, #newsContent a:visited {
	color: #FFFF99;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#newsContent a:hover {
	color: #FFFF99;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsBottom {
	width: 150px;
	height: 9px;
}

#shortcutContainer {
	width: 150px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#shortcutHeader {
	width: 150px;
	height: 26px;
}

#shortcutContent {
	width: 150px;
	background-image: url(images/shortcut_02.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -10px;
	margin-top: -10px;
}

* html #shortcutContent {
	margin-top: 0px;
}

#shortcutContent a:link, #shortcutContent a:visited {
	color: #FFFF99;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#shortcutContent a:hover {
	color: #FFFF99;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}

#shortcutBottom {
	width: 150px;
	height: 9px;
}

.detail {
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFF99;
}

.detail a:link, .detail a:visited {
	color: #FFFF99;
}

.detail a:hover {
	text-decoration: underline;
}