/*-------------------------------------------------
Bug fixes
-------------------------------------------------*/

.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*-------------------------------------------------*/

html, body{
		margin:0; 
		padding:0; 
		width:100%; 
		height:100%;
		margin: 0 auto;
}

body {
		 font-size: 14px;
		 font-family: Arial, Verdana, Helvetica, sans-serif;
		 background: url(../images/bg.gif);
		 width: 950px;
		 margin: 0 auto;
}

h1,h2,h3,h5,p,ul,li,label {
		 margin: 0;
		 padding: 0;
		 border-style: none;
}

h1,h2,h3,h5 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		padding-bottom: 3px;
}

a {text-decoration: none;}

#background {		
		position:fixed;
		height: 100%;
		width: 950px;
		background-image: url(../images/bg1.gif);
	   	background-repeat: repeat-y;
		z-index: 1;
}

#wrapper {
		position:relative;
		z-index: 2;
}

#divider {
		width: 919px;
}

#header {
		width: 920px;
		height: 250px;
		margin: 0 0 0 2px;
		padding: 0;
		float: left;
		background: url(../images/headerlogo.gif);
		position: relative;
}

#header ul {
		float: right;
		height: 20px;
		margin-top: 5px;
}

#header li {
		float: left;
		list-style: none;
		padding: 0 5px 0 0;
}

#main {
	   	padding: 0 21px 0 2px;
		width: 200px;
		height: 300px;
}

#menue {
		float: left;
		width: 920px;
		background-color: #d3102c;
		font-family: Helvetica, Geneva, Arial, sans-serif;
		font-size: 15px;
}

#menue a, a:link, a:visited {
		color: #FFFFFF;
}

#menue a:hover {text-decoration: underline;}

#menue ul {
		margin-left: 20px;
		float: left;
		height: 30px;	
}

#menue li {
		float: left;
		list-style: none;
		padding-right: 8px;
		margin: 6px 0 0 10px;
}

#content {
		float: left;
		width: 880px;
		margin: 20px 0 0 20px;
		text-align: justify;
}

#content img {
		float: left;
		margin: 10px 15px 5px 0;
		border: 1px solid #000000;
}

#content_left {
		margin: 0 10px 0 0;
		float: left;
		width: 200px;
}

#content_right {
		float: left;
		width: 650px;
		margin-left: 5px;
}

#content_right ul {
}

#content_right li {
		list-style: none;
		padding-right: 8px;
}



