body {
	margin: 0;
	background-color: #666666;
	background-image: url(images/bg_main.gif);	background-repeat: repeat-y;	background-position: center;
}

#container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
/* added these margin autos becaues IE for Mac 5.2 for Mac won't center the thing otherwise */
	position: relative;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	border: 0px solid black;
}

#header {
	width: 766px;
	height: 117px;
	margin: 0;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 198px;
	height: 96px;
	border: 0;}

.nodisp {  display: none;}

#logo h1 {
	width: 164px;
	height: 79px;
	margin: 13px 0 0 34px;
	background:url(images/curtisyoungblood_logo.gif) top left no-repeat;
}						
#logo a {
	width: 164px;
	height: 79px;
	display: block;
	text-decoration: none;
}

#navbox {
	float: left;
	width: 568px;
	height: 90px;
	border: 0;
}

ul { list-style: none; padding: 0; margin: 0; }

#nav {
	width: 661px;
	height: 23px;
	position: absolute;
	left: 92px;
	top: 0px;
	background:url(images/nav_bg.gif) no-repeat;
	margin: 95px 5px 0 0;
	/*border: medium double rgb(250,0,255);*/
}

#menu {
	padding: 0;
	margin: 0;
	height: 22px;
	position: absolute;
	left: 10px;
}

#menu li.main { float: left; height: 22px; text-align: center; margin: 0;}

#menu li.main a.menu_link { height: 22px; display: block; }


li#menu_products { position: absolute; left: 171px; }
li#menu_gallery_1	{position: absolute; left: 269px;}
li#menu_teampilots { position: absolute; left: 367px;}
li#menu_about { position: absolute; left: 465px; }
li#menu_calendar { position: absolute; left: 563px;}


#menu_products a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_products.gif) no-repeat;
	border:0px solid black;
}
#menu_gallery_1 a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_gallery.gif) no-repeat;
	border:0px solid black;
}  

#menu_ask a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_ask.gif) no-repeat;
	border:0px solid black;
}

#menu_about a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_about.gif) no-repeat;
	border:0px solid black;
}

#menu_calendar a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_calendar.gif) no-repeat;
	border:0px solid black;
}

#menu_teampilots a.menu_link {
	width: 98px;
	height: 22px;
	background: url(images/menu_teampilot.gif) no-repeat;
	border:0px solid black;
	display: none;
}

/* -------------------------------------------------- */


.grayline {
	width: 760px;	
	height: 4px;	
	background-color: #6D6D6D; 
	margin: 0 3px;
	}

hr {	display: none;}

.smalltext {
	text-align: left;
	font-size: 8pt;
	font-family: Arial;
	color: #333333;	
}

#pageheadbox {
	border-bottom: 1px solid #cccccc;
}

#pagehead {
	margin-bottom: 15px;
	margin-top: 21px;
}

/* -------------------------------------------------- */
/* ------------------ CONTENT HERE ------------------ */

#path {
	margin: 0;
}

#path span {
	font-family: Arial
}

.pathoff {
	color: #999999;
	font-size: 10pt;
	text-decoration: none;
}

.pathoff a {
	color: #999999;
	font-size: 10pt;
	text-decoration: none;
}

.pathoff a:hover {
	color: #333333;
	text-decoration: underline;
}

.pathdivider {
	color: #999999;
	font-size: 10pt;
}

.pathon {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}

h1.red {
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana, Arial;
	text-align: center;
	margin: 12px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #444444;
	font-family: Arial;

}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #444444;
	font-family: Arial;
}

h3.red {
	font-size: 14pt;
	font-weight: bold;
	color: #cc0000;
	font-family: Verdana, Arial;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #444444;
	font-family: Arial;
	margin: 0;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

h5.red {
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
	font-family: Arial;
	margin: 2px 0;
	padding: 0;
}

h5.red span {
	font-size: 8pt;
	font-weight: normal;
	color: #444444;
}

h5.red em {
	font-size: 8pt;
	font-weight: normal;
	color: #cc0000;
	font-family: Arial;
}


hr.visible_hr {
	display: block;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
}

br {
	font-size: 10px;
}

a {
	color: #333333;
}

div.indent {
	margin-left: 10px;
}

/* ------------------ /CONTENT HERE ------------------ */
/* -------------------------------------------------- */


#footer {
	position: relative;
	width: 766px;
	height: 54px;
	margin: 0;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	border: 0;
}

span.pipe {
	margin: 0 11px;
}
.space_between{

}
#footer_nav {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(137,137,137);
	border: 0;
	padding-top:15px;
	text-decoration:none;
	display:block;
	height:20px;
	word-spacing: 0.3em;
	
}
#footer_nav a:link{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	border: 0;
	text-decoration:none;
}
#footer_nav a:visited {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border: 0;
	text-decoration:none;
}
#footer_nav a:hover{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFF00;
	border: 0;
}
#footer_nav active{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border: 0;
	text-decoration:none;
}

#bottom {
	width: 760px;
	margin: 3pt 0 0 0;
	text-align: right;
	color: #eeeeee;
	font-size: 8pt;
	font-family: Verdana;
}
