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

body {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	
}

h1 {
	font-size: 14px;
	color: #036;
}

h2 {
}

a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
#sitemap .linky {
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

/* Wrappers headers and footers */

#header {
	margin-right:auto;
	margin-left:auto;
	height:100px;
	width:810px;
}

#header .log2 {
	float: right;
}

#header .log {
	float: left;
	margin-top: 20px;
}

#owrap {
	margin-right:auto;
	margin-left:auto;
	height:auto;
	width:810px;
	background-image: url(../images/bgrep.png);
	background-repeat: repeat-y;
}


#footer {
	margin-right:auto;
	margin-left:auto;
	width:810px;
	height:10px;
	background-image: url(../images/footer.png);
}

#sitemap {
	margin-right:auto;
	margin-left:auto;
	width:810px;
	height:20px;
	font-size: 9px;
	text-align: center;
}

/* menu and links */

#itemsm a:link {
	color: #FFF;
	text-decoration: none;
}
#itemsm a:visited {
	text-decoration: none;
	color: #FFF;
}
#itemsm a:hover {
	text-decoration: underline;
	color: #699;
}
#itemsm a:active {
	text-decoration: none;
	color: #FFF;
}

#menu {
	height:150px;
	width:810px;
	background-image:url(../images/menu.png);
	margin-right:auto;
	margin-left:auto;	
	
}

#activem {
	height:40px;
	width:800px;
	padding-top: 50px;
	font-size: 34px;
	font-variant: normal;
	color: #FFF;
	margin-bottom: 30px;
	padding-left: 50px;
}

#itemsm {
	width:765px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	font-size: 11px;
	color: #FFF;
	padding-left: 0px;
	text-align: left;
}

#contactform {
	width: 350px;
	float: left;
	padding: 10px;
	padding-left: 90px;
	padding-top: 15px;
}
#contactmain {
	width: 200px;
	height: 300px;
	float: right;
	padding: 10px;
	padding-right: 100px;
	padding-top: 15px;
}
#contactaddress {
	width: 200px;
	padding: 10px;
}
#cwrap {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:400px;
	background-color:#FFF;
	text-align: justify;
}

