/*        adstereodotnet style sheet - default bits       */

/* site-wide general thingys */

/*links */
a:link {color:#cc0000;background:transparent;text-decoration:underline}
a:visited {color:#660000;background:transparent;text-decoration:underline}
a:active {color:#ffcc00;background:transparent;text-decoration:underline}
a:hover { color:#ffff33;text-decoration: underline; background:#cccccc;}

body {
	margin: 15%;
	background-color: #ffffff;
	color: #000000;
	}

p {
	font-size: 11px;
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	}

#quote {
	font-size: 42px;
	font-family: courier, serif;
	text-align: center;
	}

#quotee {
	font-size: 22px;
	font-family: courier, serif;
	text-align: center;
	}

#frontpageheader {
	font-size: 66px;
	font-family: "Futura","Bankgothic md BT", Verdana, Arial, "Trebuchet MS", sans-serif;
	margin: -2px;
	}

#frontpage { 
	background: url(images/frontpage.jpg) bottom left no-repeat;
	}

#navmenu {
	margin: 0px;
	background-color: transparent;
	color: #000000;
	vertical-align: bottom;
	border: solid red 0px;
	display: block;
	float: left;
	}

#navmenu ul {
	display: block;
	border: solid blue 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}
	
#navmenu ul li {
	float: left;
	text-align: center;
	border: solid red 0px;
	padding: 0px 0px 1px 0px;
	margin: -2px;
	background: transparent;
	display: inline;
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	}

#navmenu ul li a {
	height: 2em;
	padding: 2px 8px 2px 8px;
	margin: 0px;
	color: #333366;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 2em;
	font-size: 14px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	border-top: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	}

/*the next two lines set the menu rollover effect.... */

#navmenu ul li a:hover {
	background-color: #ffffff;
	color: #666633;
	display: inline;
	}

html>#navmenu ul li a  {
	font-size: 14px;
	}

#titlebar {
	margin: 0;
	padding: 15px 20px 15px 20px;
	background: url(/adstereo/testheader.jpg);
	height: 100px;
	}

div.nav2 {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0 0px;
	width: 100%;
	height: 1.8em;
	border-top: 1px dashed #cccc99;
	border-bottom: 1px solid #cccccc;
	background: #eee;
	position: relative;
	}