/* 
written by drew loomer of supersuper! things (supersuperthings.com)
*/



body {
	background: #c3ae70;
	color: #333;
	font-family: helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	text-align: center;
	}




/*main box*/
#content {
	background: #ecf19a;
	opacity: 1;	border: 1px solid #a99044;
	margin: 0 auto;
	padding: 0px;
	width: 640px;
	}







/*logo*/
#header {
        background-image: url('images/sandhill_banner.jpg');	border-bottom: 1px solid #a99044;
        background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	padding: 0px;
	}






/*links bar*/

#links_bar {
	float: left;
	z-index: 5;	
	width: 140px;
	background: #7f8d36;
	font-size: 15px;
	color: #000;	
	border-right: 1px solid #a99044;
	border-bottom: 1px solid #a99044;
	}

.links {
	text-align: left;
	color: #000;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	}

.links a:hover {
	color: #c3ae70;
	}



/*content*/
#pages{
	color: #000;
	font-size: 12px;
	text-align: justify;
	margin-left: 145px;
	padding: 10 0 10 10;
	width: 460px;
	}



#pages li {
	list-style-type: square;
	margin-left: 20px;
	}

.title {
	text-align: right;
	color: #000;
	font-size: 18px;
	}

p {
	margin-bottom: 10px;
	}




/* General */

a {	
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #a99044;
	}




/* Text align */
.center {
	text-align: center;
	}


.italic {
	font-style: italic;
	margin-bottom: 0px;
	}

.bitalic {
	font-style: italic;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}


a99044
/* Extra Stuff */

.img {
	border: 1px solid #a99044;
	}

.slug {
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.centerflash {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	border: 1px solid #fff;
	}

#copyright {
	background: #b6ca44;
	font-size: 12px;
	color: #000;
	text-align: center;	border-top: 1px solid #a99044;
	}

.ssmtag {
	font-size: 10px;
	color: #a99044;
	}

.thumbnailleft {
	float: left;	margin-right: 10px;        border: 1px solid #fff;
	clear: both;
        }

.thumbnailright {
	float: right;        margin-left: 10px;        border: 1px solid #fff;
	clear: both;
        }

.headingleft {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	}

.headingright {
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0px;
	}

	
