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

* { 
	font-family: verdana; 
	font-size: 10pt; 
	color: #333; 
}
strong { 
	font-weight: bold; 
}
h1 {
	font-size:18px;
}

a img{
	border:none;
}

p{
	margin-top:10px;
}

#background{
	z-index:-1000;
	position:relative;
	width:500px;
	height:250px;
	background:url(../images/bg.jpg);
	background-repeat:no-repeat;
	float:right;
}
#logo{
	position:absolute;
	margin:-185px 0 0 20px;
	height:162px;
	width:920px;
	border-bottom:6px #CCCCCC solid;
	float:left;
}

#wrapper{
	border:8px solid #999999;
	width:960px;
	overflow:auto;
	margin:60px auto 10px auto;
	padding:150px 0 20px 0;
}
#menu{
	width:200px; 
	float:left;
	padding:0 10px 0 0;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li{
	border-top:#666 dotted 2px;		
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 5px 5px;
	height:20px;
}

#menu ul li a:hover{
	background:#580a61;
	color:#FFF;
}

#content{
	width:600px; 
	padding:0 5px 0 15px;
	float:left;
}

#contactinformation{
	position:absolute; 
	top:0; 
	float:left; 
	margin:78px 0 0 746px;
	border:2px solid #666666; 
	padding:4px;
}

#footer{
	width:900px;
	height:10px;
	margin:0 auto 10px auto;
	position:relative;
	clear:both;
}

#footer a{
	font-size:70%;
	color:#999999;
	margin:10px 0 -10px 680px;
}

#companyData{
	margin:0 auto 10px auto;
	float:left;
	color:#888;
	width:500px;
	letter-spacing:2.5px;
}