body   {
	font-family: Tahoma; 
	background: #f3eff0;
	background-repeat: repeat-xy;
	color: #000000; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 13px; 
	text-align: center;
}

input, textarea, select   {
	background-color: transparent; 
	color: #000000; 
	font-size: 11px; 
	font-family: Tahoma; 
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
} 

*    {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited   {
	text-decoration: none;
	color: #C19A6B;
}

a:hover   {
	color: #483C32;
}	

u   {
	color: #534B4F; 
	text-decoration: underline;
}

s   {
	color: #cccccc; 
	text-decoration: line through;
}

i   { 
	color: #999999; 
	font-style: italic;
}
	
b   {
	color: 	#848482; 
	font-weight: bold;
}

ul   {
	list-style-position: inside;
}

li   {
	list-style-position: inside;
}

ol   {
	list-style-position: inside;
}


/********************** Div IDs ***************************/
/********** <div id="nameafterhashhere"></div> ***********/

#container   {
	text-align: justify;
	width: 776px;
	margin: 0px auto;
	position: relative;
}

#box   {
	width: 303px;
	top: 138px;
	left: 658px;
	height: 162px;
	position: absolute;
}

#main   {
	float: right;
	width: 2500px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
	text-align: justify;
}

#sidebar   {
   	float: left;
  	width: 255px;
   	font-size: 11px;
   	color: #000000;
   	line-height: 13px;
   	margin-bottom: 10px;
   	padding: 0px 0px 10px 0px;
   	text-align: justify;
}

#footer   {
	clear: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #000000;
	line-height: 11px;
	padding-bottom: 0px;
}


/********************** Div Classes ***************************/
/********** <div class="nameafterperiodhere"></div> ***********/

.clear   {
	clear: both;
}

.box   {
	border: 3px solid #e8e8e8;
	background: #f5f5f5;
	padding: 11px 15px 11px 15px;
	margin: 5px 5px 20px 5px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 45px;
}

.post   {
	padding: 0px 3px 5px 3px;
   	text-align: left;
}

.side   {
	padding: 0px 3px 5px 3px;
}

.h1   {
	font-size: 25px;
   	font-family: Times;
   	line-height: 30px;
   	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 0px 0px;
   	color: 	#BC987E;
   	text-align: center;
}

.h2   {
	font-size: 20px;
   	font-family: Times;
   	line-height: 25px;
   	text-transform: uppercase;
   	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 3px 0px;
   	color: 	#BC987E;
   	text-align: center;
}

.footer   {
	padding: 10px 3px 10px 3px;
	margin: 0px 0px 0px 0px;
	background: #f5f5f5;
}
