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



html, body {
	margin: 0;
	padding: 0;
	
	
}


body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #ffffff;
}



#page-container {
	width:1000px;
	margin: auto;
	
	
	
}


#main-nav {
	
	
	color:#FFFFFF;
	width:170px;
	float:right;
	margin-top:30px;
}

#header {
	
	height: 175px;
	background: #fff
	            url(../images/header.jpg);
				background-repeat:no-repeat;
				
}


#dload {
background: #a09e9f url(../images/topbar2.jpg);
background-repeat:no-repeat;
background-position:top left;
margin-top: 65px;

float:left;
padding-top:10px;
}

#dload table{
color:#000000;
font-size:11px;
text-decoration:none;
padding:0;
}

#dload table img{
border:1px solid #000000;
}



#dload h2 {
	margin: 0;
	padding: 0;
	padding-top:5px;
	
}

#contact h2 {
	margin: 0;
	padding: 0;
	padding-top:9px;
	
	
}


#content h2 {
	margin: 0;
	padding: 7px;
	border-bottom: 1px solid #333333;
	
	

	
}



#content{
background: #000000 url(../images/topbar.jpg);
background-repeat:no-repeat;
background-position:top left;

font-size:13px;
padding-top:15px;
line-height: 19px;
margin-left:190px;
margin-right:170px;
}



#content p {
	margin: 0;
	padding:0;
	padding:15px;
	
	
}

#content table img {
border:none;
padding:0;
margin:0;


}

#content table{
color:#a09e9f;
width:630px;
font-size:11px;
background:#0F0F0F;
}



#contact {



background:#a09e9f url(../images/grey.jpg);
background-repeat:no-repeat;
background-position:top right;
margin-top:25px;
}



#contact form {

font-size:11px;
color:#000000;
text-align:center;
}

#contact form input { 
 background:white;
border:1px solid #000000;
color: #000;
}


#contact form textarea{ 
 background:white;
border:1px solid #000000;
color: #000;
 }

#contact form select{ 
 background-color: #847f7f; 
 color:#FFFFFF;
}



a.image{
    display: block;
    background-image: url(../images/home.gif);
    width:150px;
    height:26px;
    border:0px;
    
}


a.image:hover {
    background-image: url(../images/home2.gif);
	border:0px;
	
}

a.image2{
    display: block;
    background-image: url(../images/gallery.gif);
    width:150px;
    height:26px;
    border:0px;
    
}


a.image2:hover {
    background-image: url(../images/gallery2.gif);
	border:0px;
	
}


a.image3{
    display: block;
    background-image: url(../images/downloads2.gif);
    width:150px;
    height:26px;
    border:0px;
    
}


a.image3:hover {
    background-image: url(../images/downloads.gif);
	border:0px;
	
}

a.image4{
    display: block;
    background-image: url(../images/myspace.gif);
    width:150px;
    height:26px;
    border:0px;
    
}


a.image4:hover {
    background-image: url(../images/myspace2.gif);
	border:0px;
	
}



#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color:#999999;
	
	padding: 13px 25px;
	line-height: 18px;
}


