body {
	margin:0;
	background-color: #c2c2c2;
	height:100%;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

h2, h3 {
	margin:0;
	color: #d25426;
}

a {
	color:#c97a30;
}

a:hover {
	color:#b15c1d;
}

p {
	line-height:1.5;
}

#main_holder {
	width:930px;
	margin:0 auto;
	background-image: url('../../images/middle.png');
	background-repeat: repeat-y;
	background-position: center;
}

#header_top {
	background-image:url('../../images/corners/tm.png');
	height:35px;
	overflow: hidden;
}

#header_divider, #header, #submenu {
	margin:0 12px;
}

#header {
	height:150px;
	text-align:right;
	background: #ff3d08 url('../../images/top_grad.png') repeat-x;
}

#header_divider {
	height:10px;
	overflow:hidden; /* for IE */
	background-color:#ff8a00;
}

#smokeholder {
	display:inline;
	width:185px;
	height:150px;
	overflow:hidden;
/*	float:right;*/
	margin:0;
	padding:0;
	padding-right:120px;
}

/* menu structure */

#menu {
	margin:0 12px;
	padding:0px;
	height:35px;
	background-color:#ff3d08;
}

#menu a {
	float:left;
	display:block;
	padding:0 10px;
	margin:0;
	height:35px;
	text-decoration: none;
	background-color:#ff3d08;
	
	/* temp style info */
	color: #ffa040;
	font-size:1.5em;
}

#menu a img {
	border:none;
	margin:0;
	padding:0;
}

#menu_bottom {
	height:16px;
}

#submenu {
	background-color:#ff3d08;
	overflow:hidden;
	height:30px;
}

#submenu_divider {
	height:5px;
	background-color:#ffbb45;
	overflow:hidden;
}

#submenu a {
	margin:0 5px;
	color:#ffbb45;
	text-decoration: none;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:1.2em;
	line-height:1.5;
}

#submenu a:hover {
	text-decoration: underline;
}

#comp_submenu {
	position:relative;
	left: 130px;
}

#comp_submenu, #about_submenu {
	display:none;
}

/* end menu structure */

#content {
	margin:0 25px;
	padding:0 5px;	
}

#footer {
	height:35px;
	overflow:hidden;
	background:url('../../images/corners/cb.png') repeat-x top;
}
