div.construction {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 125px;
	height: 115px;
}


/* ------------ GLOBAL&DEFAULT PAGE SETTINGS -------------*/
html, body {
	min-height: 100%;
	height: 100%;
	width: 815px;	
}

body {
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Arial, Helvetica, Verdena, sans-serif;
	font-size: 13px; 	/* Defualt font size */
	background: White url(../images/bg.jpg) repeat-x top;
	
}

img {
    border: none;
}

h1 {
	font-family: Georgia, Genova, serif;
	font-size: 185%;
	font-weight: normal;
	color: Black;
	margin: 0;
	margin-bottom: 7px;
	padding:0px;
	line-height: 100%;
}

h2 {
	font-family: Georgia, Genova, serif;
	font-size: 135%;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	margin-bottom: 4px;
	padding:0px;
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

p.large {
	margin-top: 20px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 0px;
}

li {
	margin-bottom: 2px;
}

input {
	border: 1px solid #D0D0D0;
}

span.rightalign {
	float: right;
	text-align: right;
}

span.italic {
	font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

/*------ LINK SIZES -------*/

a.s12 {
	font-size:220%;
}

a.s11 {
	font-size:210%;
}

a.s10 {
	font-size:200%;
}

a.s9 {
	font-size:190%;
}

a.s8 {
	font-size:180%;
}

a.s7 {
	font-size:170%;
}

a.s6 {
	font-size:160%;
}

a.s5 {
	font-size:150%;
}
a.s4 {
	font-size:140%;
}
a.s3 {
	font-size:130%;
}

a.s2 {
	font-size:120%;
}
a.s1 {
	font-size:110%;
}

		
div.container {
	position: relative;			
	margin-left:50px;
	min-height:100%;
}		

/* ---------- CONTENT ---------*/
div.content {
	padding-top:10px;
	/*padding-bottom:50px; 	/* Required for the footer */
	color: #515151;	
	padding-left: 15px;
	padding-right: 15px;		
	line-height: 135%;	
	width:500px;
	float: left;
}

div.content a:visited, div.content a:link {
	color: #bc0101;
	text-decoration: none;
	font-weight: bold;
}

div.content a:hover, div.content a:active{
	color: #bc0101;
	text-decoration: underline;
	font-weight: bold;
}

/* ---------- HEADER & MENU ------------*/
div.header {
	width: 100%;
	height: 112px;
}

div.header img {
	border: 0;
}

div.menu {
	position:absolute;
	top:64px;
	left:0px;
	width:745px;
	height: 43px;
	background: url(../images/header_menubg.jpg);
	padding-left: 20px;
	padding-top: 5px;
	font-family: Georgia, Genova, serif;
	font-size: 130%; 
	color:white;
	
}

div.menu_small {
	font-size: 90%;
	padding-top: 8px;
	height: 40px;
}

ul.menulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menulist li {
	display:inline;
	padding:0 3px;
}

ul.menulist li a:link, ul.menulist li a:visited {
	color:white;
	text-decoration:none;
	font-weight: normal;
}

ul.menulist li a:active, ul.menulist li a:hover {
	text-decoration:none;
	font-weight: normal;
	color:#ffcc00;
}
		
/* ----------- FOOTER -----------------*/
div.footer {
	clear: both;
	width: 736px;
	height: 50px;
	background-image: url(../images/footer_bg.png);
	padding-left:20px;
	padding-top:10px;
	font-family: Georgia, Genova, serif;
	font-size: 100%; 
	color: #888888;
	line-height: 130%;
	font-style: italic;
}	

div.footer a:link, div.footer a:visited {
	color: #bc0101;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

div.footer a:hover, div.footer a:active {
	color: #bc0101;
	text-decoration: underline;
}

div.footer span.name {
	color: #545454;
}

div.footer div.lang {
	float:right;
	text-align: right;
	padding-right: 10px;
	padding-top:3px;
	line-height: 110%;
	font-style: normal;
}

/* ------- IMAGE POSITIONING ----------*/
img.left {
	float:left;
}

img.right{
	float:right;
}
