/* =================================================
Site:           http://www.carrolltonartguild.com/
Created:        11 06 2009
Last Modified:  11 06 2009 
Created by: Tommy Higginbotham
================================================= */

/* Primary site settings */
a:link {
	color: #BA8C15;
	text-decoration: none 
}

a:visited {
	color: #BA8C15;
	text-decoration: none
}

a:active {
	color: #FFFFFF; 
	text-decoration: underline
} 

a:hover {
	color: #BA8C15; 
	text-decoration: underline 
}

BODY {
	font-family: tahoma, helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	background-color:#000000;
	margin-top: 0px;
	top: auto;
	text-align: center;
	
}

/* Div Styles */
* { 
 margin: 0;
 padding: 0;
} 

#page { 
 margin: 0 auto; 
 width: 754px; 
 text-align: left; 
} 

#header {
	height: auto;
	text-align: center;
} 

#content-primary {
float: right;
width: 510px;
margin-left:10px;
vertical-align:top;
min-height: 500px;
height:auto;
} 

#content-secondary {
	float: left;
	width: 225px;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #599328;
	min-height: 500px;
} 

#content-navigation { 
float: left; 
width: 214px;
vertical-align:top;
} 

#footer { 
clear: right;
text-align: center;
 
} 

.clear { 
clear: both; 
}

.main_hr {
	color: #599328;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #599328;
	border-bottom-color: #599328;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #970000;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #54759F;
}