@charset "utf-8";
/* CSS Document */

body { 
	background-image: url('../shared/mainbg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #323232;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	padding: 0;
}

p{ margin: 0px;padding: 0px; }

/* Reset */
* {
	margin: 0px;
	padding: 0px;	
}

div { margin: 0px;padding: 0px; }

/* Misc */
.clear {
	clear: both;
	}

/* Links */
a:link {
	text-decoration: none;
	color: #323232;
		bottom: 1px;
}
a:visited {
	text-decoration: none;
	bottom: 1px;
	color: #323232;
}
a:hover, a:active {
	border-bottom: 1px dotted #000000;
	color: #fca206;
}

h2 {
color: #fca206;
font-size: 16px;
font-weight: bold;
margin-left: 4px;
}


div#container {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../shared/sitebg.jpg');
	background-repeat: repeat-y;
	}
	
div#site {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}



div#logo {
width: 700px;
}

h1 {
font-size: 18px;
font-weight: bold;
font-family: Arial;
color: #323232;
margin: 0px;
padding: 0px;
}


/* LAYOUT */

div#left {
width: 204px; !IMPORTANT
height: 724px;
background-image: url('../shared/leftbg.jpg');
background-position: center center;
background-repeat: no-repeat;
float: left;

}

div#menu {
width: 202px;
background-image: url('../shared/menubg.jpg');
background-position: left;
background-repeat: repeat-y;
float: left;
padding-left: 15px;
padding-right: 15px;
}

div#right {
float: right;
width: 660px;
}


div#langselection {
width: 626px;
height: 43px;
line-height: 43px;
float: right;
background-image: url('../shared/topbg.jpg');
background-repeat: no-repeat;
}

div#langidentifier {
padding: 4px;
float: right;
}

div#content {
padding-left: 10px;
padding-right: 10px;
}

div#content a{
color: #fca206;
border-bottom: 1px dotted #FFFFFF;
text-decoration: none;
font-weight: bold;
}

div#content a:hover{
color: #fca206;
border-bottom: 1px dotted #323232;
font-weight: bold;
}


div#footer {
margin-top: 4px;
width: 864px;
height: 90px;
background-image: url('../shared/footer.jpg');
background-repeat: no-repeat;
background-position: top left;
border-bottom: 1px solid #fca206;
}

/* LANGUAGE SELECTION */

.langselect{
padding: 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 12px;
font-family: Arial;
font-weight: bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.langselect img {
border: 0px;
}

.langselect li{
display: inline;
margin: 0;
padding: 0px;
}

.langselect li a{
text-decoration: none;
padding: 0px;
margin-right: 5px;
margin-left: 5px;
border: 0px;
color: #323232;
font-size: 12px;
font-family: Arial;
font-weight: bold;
border-bottom: 0px;
}

.langselect li a:visited{
color: #323232;
margin-right: 5px;
margin-left: 5px;
border-bottom: 0px;
}

.langselect li a:hover{
color: #fca206;
text-decoration: none;
font-size: 12px;
margin-right: 5px;
margin-left: 5px;
font-family: Arial;
font-weight: bold;
line-height: 24px;
border-bottom: 0px;
}
