@charset "utf-8";
/* CSS Document */

A:link

{
	color:#000000;
	text-decoration:none;
}

A:visited
{
	color:#000000;
	text-decoration:none;
}

A:active
{
	color:#000000;
	text-decoration:none;
}

A:hover
{
	color:#000000;
	text-decoration:none;
}

body
{
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}

h1
{
	margin-top:0px;
	margin-bottom:0px;
	
	font-family:Gill Sans MT;
	font-size:30px;
	color:#999999;
	font-weight:lighter;
	
	display: inline; 
}

h2
{
	margin-top:0px;
	margin-bottom:0px;
	
	font-family:Gill Sans MT;
	font-size:22px;
	color:#999999;
	font-weight:lighter;
	
	display: inline; 
}

#page
{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#pageWithForm
{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
}

#left
{
	width:368px;
	height:564px;
	float:left;
}

#top
{
	width:632px;
	height:241px;
	float:left;
}

#bottom
{
	background-image:url(../images/bottom.jpg);
	/* background-color:#FF0000; */
	width:632px;
	height:323px;
	float:left;
}

#content
{
	width:600px;
	height:300px;
	margin-left:10px;
	margin-top:5px;
	float:left;
}

#footer
{
	text-align:center;
	color:#FFFFFF;
}

#ComingSoon
{
	margin-top:100px;
}

#ContactThankYou
{
	margin-top:50px;
}

#designNavBar
{
	width:585px;
	height:18px;
	float:left;

	text-align:right;
	font-size:14px;	
}

#design
{
	width:180px;
	height:275px;
	float:left;
	
	margin-top:2px;
	margin-left:15px;

	text-align:center;
	font-weight:bold;
}

#designLarge
{
	background-color:#FFFFFF;
	width:1000px;
	height:533px;

	margin-left:auto;
	margin-right:auto;

	text-align:center;
}




