body { background: #fff;
	font-family: arial, helvetica, serif;}
a:link {color: #000; text-decoration: none; }
a:visited {color: red; text-decoration: none; }

a:hover
{
	color: #06f;
	text-decoration: none;
	background-color: #fff;
}
a:active {color: red; text-decoration: none; }


#container {
	color: #000;
	background-color: #fff;
	width: 765px;
	margin: auto;}
.comicsans {font-family:'Lucida Casual', 'Comic Sans MS';}
.center_div {
	margin-top: 30px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.center_div1 {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
#header {
	top: 0;
	left: 0;
	background: #fff;}
#headerpic {background-image: URL("http://www.brbreptiles.com/img/brb-banner190.jpg");}

#main
{
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	clear: both;
	background-color: #fff;
}
#main_full {
	clear: both;
	background-color: #fff;
	padding-top: 40px;
}
#main_full div {
	float: right;
	background-color: #fff;
	clear: none;
	margin-left: 30px;
}
#view {
	float: left;
	background: #fff;
	width: 325px;}
	

	#maincontent {
	float: right;
	background-color: #fff;
	width: 440px;
	margin-left: 0px;}
#maincontent p { text-align: left; }
.maincaption {
	float: right;
	background-color: #fff;
	width: 440px;
	margin-left: 0px;}

#nav {
	background-color: #fff;
	height: 3em;}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1.5em;
	margin: auto;}
#nav a {
	display: block;
	width: 30em;}
#nav li{
	/* all list items */
	float: left;
	width: 6em;
	/*width:120px; --- this was an error */
	/* width needed or else Opera goes nuts */}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;}
#txt_right { text-align: right; }	
	
	
#footer {
	background: #fff;
	font-size: .5em;
	text-align: center;
	clear: both;
	color: #000;
	line-height: 30px;
	padding-top: 30px;
}
.copy {color: red}
h3 {color: #06f;}
.category_space {
	height: 15px;
}

#vertspace { height: 59px; }
#vertspacetop_av {
	height: 2px;
	background-color: grey;
}
#vertspace_av {background-color: red; height: 2px; }
.terms {
	border-color: red;
	border-style: solid;
	border-width: medium;
	margin-top: 50px;
	text-align: left !important;
	padding: 10px 10px 10px;
}
.price {
	background-color: #Ded;
	line-height: 2em;
	display: block;
	padding-left: 10px;
	margin-right: 50px;
	text-align: center;
}  
