html {
}

body { 
	background: #ffffff;
	background-image:url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 20px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Sans-serif; 
}

form { 
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #2B5887;
}


a:hover{
    color: #68ACEF;
	text-decoration: none;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #2B5887;
	background-color: #ffffff;
	padding: 1px;
	color: #000000;
	overflow: auto;
}



h1 {
	color: #2B5887;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 15px;
}

h2 {
	color: #2B5887;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}


#container {
	width: 900px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin: 0 auto;
}

#site {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	height:auto !important;
}

#languages {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	height:20px;
	font-size: 10px;
	text-align:left;
}

#header {
	float: left;
	width: 900px;
	padding:0px 0px 0px 0px;
	height:138px;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
}

#logo {
	float: left;
	height: 138px;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin:  0px 29px 0px 0px;
	cursor:pointer;
}

#navigation {
	float: left;
	height: 65px;
	width: 611px;
	padding: 73px 0px 0px 0px;
    font-size: 11px;
	text-align:right;
}


#frame{
    float: left;
    width: 900px;
	height:auto !important;
 	border: 0px solid #000000;
	background-image:url(images/frame_bg.gif);
	background-repeat:no-repeat;
}


#content {
	float: left;
	width: 560px;
	padding: 0px 20px 25px 320px;
	min-height: 300px;
	height:auto !important;
 	height: 300px;
	font-size:12px;
        text-align: justify;
}

#content li {
	padding-bottom: 8px;
}

#footer {
	float: left;
	width: 900px;
	padding: 0px 0px 3px 0px;
 	height: 20px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}

#contrexx {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
 	height: 20px;
	background-image:url(images/contrexx_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}

