@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/bg16x16.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header #logo {
	height: 170px;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: fixed;
	text-align: left;
	vertical-align: 25%;
}
.header #name {
	font-family:"script MT Bold", "times New Roman", serif;
	font-size:72px;
	text-align:left;
	vertical-align: text-top;
	width: auto;
	font-style: italic;
	filter: Chroma(Color=#660000);
}
.soon {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-transform: none;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.comp {
	font-family:"script MT Bold", "times New Roman", serif;
	font-size:72px;
	text-align:center;
	vertical-align: text-top;
	width: auto;
	font-style: italic;
}
.comp2 {
	font-size:36px;
	font-family:"script MT Bold", "times New Roman", serif;
	text-align:center;
	vertical-align: text-top;
	width: auto;
}
a.email:link	{text-decoration:none; color:#660000; background-color:tranparent}
a.email:visited	{text-decoration:none; color:#660000; background-color:tranparent}
a.email:hover	{text-decoration:underline;	color:#003300;	background-color:tranparent}
a.email:active	{text-decoration:underline;	color:#003300;	background-color:tranparent}

