* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {
	background:#202020;
	font-family:Arial;
	font-size:12px;
	color:#999999;
}

#container, #footer, #header {width: 855px;}
#header {height:170px;}
#left-column {width: 200px;}
#right-column {width: 553px;}
#wrap-footer, #footer {height: 75px;}

img, div { behavior: url(iefix/iepngfix.htc) }


ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}


#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
	
#container {
	margin:0 auto;
	text-align: left;
	}

#content{
	width:855px;
	height:678px;
	background: url(../images/content.jpg) top left no-repeat;
	position:relative;
}
	
#header {
	background: url(../images/header.jpg) top left no-repeat;
}
#left-column{
	float:left;
}
#right-column{
	float:left;	
}


.menu{
	position:absolute;
	left:41px;
	top:5px;
	width:525px;
}

.text{
	position:absolute;
	width:369px;
	left:41px;
	top:68px;
}

.text2{
	position:absolute;
	width:650px;
	left:41px;
	top:68px;
}

.text h1, .text2 h1{
	padding-bottom:14px;
	font-size:20px;
	font-weight:normal;
}

.text p{
	padding-bottom:14px;

}

ul.thenlist li{
	list-style: disc!important;
	list-style-position:outside!important;
}

.rpic{
	position:absolute;
	top:68px;
	left:439px;
}

.footer{
	position:absolute;
	bottom:20px;
	left:225px;
}

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 0 0; 
	text-align: center;
}


a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

img {border: 0;}

.left{float: left;} 
.right{float: right;}

a:focus {
   outline: none;
} 

