/* CSS Document - dyno graphix llc author Kathy Sanderson, ACE-E.com*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color: #696969;
	background-color: #000;
	margin: 0;
	padding: 0;
}

#main {
	margin: 0 0 0 -400px;
	padding: 0;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	width: 800px;
	z-index:1; 
}

#header {
	background-image: url(images/top.jpg);
	margin: 0;
	padding: 0;
	width: 800px;
	background-repeat: no-repeat;
	height: 175px;
}
#soon {
	position: absolute;
	left: 250px;
	top: 10px;
}

#title {
position: absolute;
	left: 250px;
	top: 100px;
	width: 530px;

}

#content {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#maincol {
padding: 0 35px;
}

#rightcol{
padding: 0 20px 0 0;

}

#footer {
	background-image: url(images/footer.jpg);
	margin: 0;
	padding: 0;
	width: 800px;
	background-repeat: no-repeat;
	height: 60px;

}
h1 {
font-size: 150%;
color: #1667bb;
margin: 0;
	padding: 0 0 10px 0;
}


h2 {
font-size: 140%;
color: #1667bb;
margin: 0;
	padding: 0 0 10px 0;
	line-height: 120%;
}

h3 {
font-size: 115%;
color: #1667bb;
margin: 0;
	padding: 10px 0 5px 0;
}
a:link {
	color: #1667bb;
	text-decoration: underline;
}
a:visited {
	color: #1667bb;
	text-decoration: underline;
}
a:hover {
	color: #ffc20e;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0 0 0 30px;
	}
	
#contact {
	padding: 0 0 0 20px;
	}

#copy {
	color: #fff;
	background-color: #000;
	font-size: 9px;
	padding: 0 0 0 10px;
}
#copy a:link {
	color: #fff;
	text-decoration: underline;
}
#copy a:visited {
	color: #fff;
	text-decoration: underline;
}
#copy a:hover {
	color: #ffc20e;
	text-decoration: underline;
}