body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	background-color: #002200;
}

#box {
	width: 850px;
	background: url(images/main/contact_rightBar.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#box2 {
	background: url(images/main/sun_qtr_lower_left.png) no-repeat right top;
}	

#contentWrapper {
	background: url(images/main/sun_qtr_upper_rt.png) no-repeat left bottom;
	position: relative;	
/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
*/	
	padding-bottom: 125px;
	border: medium;
	border-color: #003300;
	margin: auto;
}

#mainNav {
	position: relative;
	margin: 10px 10px 5px 0px;	
}

#mainContent {
	margin: 5px 250px 0px 30px;
	padding: 15px 40px 0px 40px;
	font-size: .9em;
}

#header {
	 margin:0; padding:0;
     position:relative;
     width:457px; height:28px;
     overflow:hidden;
     font-family: Georgia, "Times New Roman", Times, serif;
}

#header span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:457px; height:28px;
      margin:0; padding:0;
      background:url(images/main/index_header24.jpg) top left no-repeat;
      }

#box #box2 #contentWrapper #mainContent object {
	padding-left: 40px;
}

#rightContact {
	float: right;
	width: 200px;
}

p#contact {
	padding: 25px 30px 0px 7px;
	font-size: 1em;
}		

p#contact a{
	font-size: 0.8em;
	font-style: normal;
	color: #FF0000;
}

ul#mainNav {
	padding: 0px 7px 0px 0px;
	margin: -5px;
	list-style: none;
	width: 680px;
}

#mainNav li {
	float: left;
	width: 6em;
	text-align: center;
	padding: 7px 0px 7px 0px;
}

#mainNav a {
	font-size: 0.7em;
	font-style: normal;
	text-transform: uppercase;
	color: #006600;
	text-decoration: none;
	border:1px solid #060;	
	display: block;
	padding: 7px 0px 7px 5px;
	background-color: #FC3;
}

#mainNav a:hover {
	background: #FF9;
}

#mainNav a:active {
	font-style: normal;
	text-transform: uppercase;
	color: #FF3333;
}

body#home a#homeLink,
body#concepts a#conceptsLink,
body#interact a#interactLink,
body#illust a#illustLink,
body#animation a#animationLink,
body#design a#designLink,
body#about a#aboutLink,
body#merch a#fiberLink {
	background: #CF6;
	padding-right: 0px;
	padding-left: 5px;
}

* html #mainNav a {
	height: 1px;
}  /* IE6 fix */
	
#footer {
	clear: both;
	width: 850px;
	position: inherit;
	font-size: 0.6em;
	color: #006600;
	text-indent: 40%;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
} /* for Firefox, Safari & Opera */

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
} /* last two styles make IE 5,6,7 behave*/			
