/* CSS for Newbie Bowls */

body
{
	background-color:#9fcd3d;
	margin:0px;
	font-family: "Verdana", helvetica, arial;
	font-size:11px;
	color:#666666;
	background-image:url(/images/bg.gif);
	background-position:top; 
}

#menutop {
	width: 693px;
	height:33px;
	text-align:left;
}

#menu {
	width: 693px;
	height:30px;
	text-align:left;
}

input {font-size: 10px; font-family: Verdana; background-color: #FFFFFF; color: #cf902b;  border: 1px solid #A8A7A6; padding:0 3px 0 3px; margin-bottom:3px;}
select {font-size: 10px; font-family: Verdana;  color: #cf902b;  border: 1px solid #A8A7A6; margin-bottom:3px;}
textarea {font-size: 10px; font-family: Verdana;  color: #cf902b;  border: 1px solid #A8A7A6; margin-bottom:3px;}

.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cf902b;
	font-weight:bold;
}

.bull {
	font-weight:bold;
	color:#8cc63f;
}

#gallery img { 
	border:1px solid #666666;
	margin:3px 0px 3px 3px;
}

#display {
	width: 693px;
	height: 270px;
	border-bottom:1px solid #cdcfd2;
}

#content {
	background-color:#FFFFFF;
	width:693px;
}
#footer{
	
}
a {color:#cf902b; text-decoration:underline;}
a:visited {color:#cf902b; text-decoration:underline;}
a:active {color:#8f9497; text-decoration:underline;}
a:hover {color:#8f9497; text-decoration:underline;}

a.nav { font-family: arial; font-size:12px; color:#8f9497; font-weight:bold; text-decoration:none;}
a.nav:visited { font-family: arial; font-size:12px; font-weight:bold; color:#8f9497; text-decoration:none;}
a.nav:active { font-family: arial; font-size:12px; font-weight:bold; color:#cf902b; text-decoration:none;}
a.nav:hover { font-family: arial; font-size:12px; font-weight:bold; color:#cf902b; text-decoration:none;}
