/*
 * Style sheet for the CrescentBuilds.com.
 */

/* Style for all bodies. */
* { padding: 0; margin: 0; }



body		{
	font-family: Arial;
	font-size: 14px;
	background-color: silver;
	text-align: center;    
 }

#frame {
	height:	auto;
	position:	relative;
	margin:		0 auto;
	width:          800px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;    

}


#logo {
	position:       relative;
	width:          200px;
	height:		168px;
	background-color: #FFFFFF;
	text-align: left;   
	float:	left;
}

#tag {
	position:       relative;
	height:		18px;
	top:            80px;
	left:           200px;
	background-color: #FFFFFF;
	text-align: left;   
	float:	left;
	z-index: 	+1;
	font-family: verdana, arial, sans-serif;
	font-size: 0.875em;
	font-style:  italic;
	font-weight:  bold;
	color:  #A0A309;
}

#header {
	position:       relative;
	width:          122px;
	background-color: #A0A309 ;
	text-align: left;   
	clear:	both;
}

#leftcolumn {
	position:       relative;
	width:          122px;
	height:		600px;
	background-color: #A0A309;
	text-align: left;   
	float:		left;
}

#rightcolumn {
	position:       relative;
	width:          550;
	padding-top: 50px;
	padding-left: 25px;
	background-color: #FFFFFF;
	text-align: left;   
	float:	left;
}

#menubar {
	position:       relative;
	top:            1px;
	left:		1px;
	width:          120px;
	background-color: #FFFFFF;
}

#inset {
	position:       relative;
	background-color: #FFFFFF;
	border-width:	1px;
	border-style:	solid;
	border-right-color:	#A0A309;
	border-left-color: #303030;
	border-top-color: #A0A309;
	border-bottom-color: #303030;
}	

#mainmenu {
	position:	relative;
	background-color: #FFFFFF;
	width:          103px;
	border-bottom-style: solid;
	border-bottom-width:	2px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.875em;
	font-weight:  bold;
	text-align: left;
	left: 15px;
}

#submenu {
	background-color: #FFFFFF;
	width:          85px;
	font-size: 0.875em;
	font-weight:  normal;
	text-align: left;
	left: 20px;;
}

#linkbar {
	position: 	relative;
	height: 170px;
	clear:		both;
}	

#link {
	position:	relative;
	float:		left;
	height:		150px;
	padding-top: 10px;
	padding-right:	25px;
	padding-bottom: 	10px;
	padding-left:	25px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	text-align: left;
}


#footer {
	position:       relative;
	clear:		both;
	width:          800px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	text-align: center;   
}

.table {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}

UL	{display: inline;}



/* Style for hyperlinks. */
a:visited {text-decoration: none; color: #303030 }
a:link {text-decoration: none; color: #303030}
a:hover {text-decoration: underline; color: #0000CC; background-color: #A0A309;}
a:active {text-decoration: none; color: #303030}


/* Alternate text styles. */
.title {color: #999966}
.caption {font-size: 10pt; font-family: arial; color: #333333}
