/* ==================================
Belinda M.
Cassandra W.
Copyright 2010 BodyMechanix
Written for: http://bmxpt.com


Swatch Colors
----------------------
d1cfba - light tan
9e5b09 - burnt orange
606452 - dark gray/green
1f496f - dark blue
0369B3 - bright blue
736D51 - dark tan
393225 - dark brown
9a8a73 - orange/brown
===================================*/


/* 			reset and overrides
==========================*/
*{
	margin:0; 
	padding:0;
}

/*			links and type
=========================*/

body { 
	font-size: 9.8pt; 
	font-family: arial; 
	background-color: #d1cfba;}

p {
	margin: .35em 0 .35em 0;
	line-height:150%;
	text-indent: 0px;
	text-align:left}
	


a:link {
	color:#0369B3;
	text-decoration:none}
	
a:visited {
	color:#0369B3;
	text-decoration:none}
	
a:active {
	color:#0369B3;
	text-decoration:none}	
	
a:hover {
	text-decoration:underline}

.bluequote:link {
	color:#9e5b09;
	text-decoration:none}
	
.bluequote:visited {
	color:#9e5b09;
	text-decoration:none}
	
.bluequote:active {
	color:#9e5b09;
	text-decoration:none}	
	
.bluequote:hover {
	text-decoration:underline}



h1 { 
	color: #1f496f; 
	font-size: 16pt; 
	margin: .5em .5em .5em 0}

h2 {
	color:#1f496f;
	font-size: 11pt;
	margin: 15px 0px 0px 0px}
	
h3 { 
	font-size:11pt;
	color: #736D51;
	margin: 10px 0px 10px 0px}


h4 { 
	color: #736D51;
	margin: 10px 0px 10px 0px}

blockquote {
	font-size: 1.2em;
	font-style:italic;
	font-weight:bold;
	line-height: 135%;
	color:#1f496f}

li { 
	margin: 0px 0px 5px 20px}
	

.padding {
	padding: 10px}
	
#footer_text {
	color:#fff;
	font-size:1em;
	text-align:right}
	
	
	
/*			layout
=========================*/
	
.imgleft {
	float: left;
	margin: 5px 20px 10px 0px;
	border: 1px solid #746851}
	
.imgright {
	float: right;
	margin: 5px 0px 10px 20px;
	border: 1px solid #746851}

.content {
	padding: 0px 25px 20px 20px}


.table_border {
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF}
	
.image_border {
	border: 1px solid #746851;	
	margin: 10px}
	
#main_body {
	background: #d1cfba url(../images/interface/background/background_home_page.jpg) no-repeat top center}
	
#secondary_body {
	background: #d1cfba url(../images/interface/background/background_content_pages.jpg) no-repeat top center}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #fff}
	
#topnav {
	width: 960px;
	height: 32px}
	
#header {
	width: 960px;
	height: 212px}

#footer {
	width: 100%;
	height: 15px;
	padding: 3px;
	background-color:#393225}


#leftsidebar {
	width: 336px;
	background: #746851 url(../images/interface/side_bar/repeat.jpg) repeat-y top center}

.leftsidebar_img{
	border-bottom: 2px solid #FFF}


#leftlinks {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF}

#content {
	padding: 0px 20px 20px 20px;
	background: #fff}
	
#textarea {
	padding: 30px}

#left_column {
	width: 280px;
	float: left}
	
#right_column {
	width:280px;
	float: right}

