@charset "utf-8";
/* CSS Document */

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFC;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


.reptile .content a:link, .reptile .sidebar2 a:link  {
	color: #900;
	text-decoration: none; 
}
 .reptile .content a:visited {
	color: #900;
	text-decoration: none;
}
 .reptile .content a:hover, .reptile .content a:active, .reptile .sidebar2 a:focus, .reptile .sidebar2 a:hover, .reptile .sidebar2 a:active, .reptile .sidebar2 a:focus  {
	text-decoration: underline;
	color: #660;
}


.container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000;
	margin-top: 10px;
}


.header {
	background: #ADB96E;
	margin-top: 10px;
}

.sidebar1 {
	float: left;
	width: 121px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.reptile .sidebar1 {
	background: #E8C077;
	background-image: url(sidebar1_bottom_reptile.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.sidebar1 ul.MenuBarVertical, .sidebar1 ol { 
	font-size: 75%;
}
.content {
	width: 561px;
	padding: 0;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.reptile .content {
	background-image: url(/mainicon/cat_content_middle.gif);
}

.content p {
	font-size: 75%;
}
.content h1 {
	margin-bottom: 8px;
	font-size: 100%
}

.content h5 {
	margin-bottom: 0;
	margin-bottom: 5px;
}
.sidebar2 {
	float: left;
	width: 205px;
	text-align: center;
	font-size: 75%;

}
.reptile .sidebar2 {
	background: #FFE0C1;
	padding: 0;
	margin-bottom: 0;
}

.sidebar2 p {
	font-size: 75%;
	font-weight: bold;		
}

.reptile .top {/*Curve for top of .sidebar2 div*/
	width: 205px;
	background-image: url('../../smmam/smmicons/sidebar_right_top_sm.gif');
	background-repeat: no-repeat;
	display: block;
}
.reptile .bottom {/*Curve for top of .sidebar2 div*/
	width: 205px;
	background-image: url('../../smmam/smmicons/sidebar_right_bottom_sm.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
}
.bottom  p{
	padding: 0;
	margin: 0;
}


.reptile .top2 {/*Curve for top of .content div*/
	width: 575px;
	height: 10px;
	background-image: url('../../mainicon/cat_content_top.gif');
	background-repeat: no-repeat;
}
.reptile .bottom2 {/*Curve for bottom of .content div*/
	height: 10px;
	background-image: url('../../mainicon/cat_content_bottom.gif');
	background-repeat: no-repeat;
	width: 575px;
}
.bottom2 p{
	padding: 0;
	margin: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	text-align: center;
}

.reptile .footer{
	background: #774631;
}
.reptile .footer p {
	font-size: 75%;
	color: #FFF;
}
.reptile .footer a {
	color: #E8C077;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


