html,body{
	height:100%;
	margin:0;
	padding:0;
}
a {
	color: #ff7200;
	text-decoration: none;
}
a:hover {
	color: #da5800;
	text-decoration: underline;
}
a img { border: none; }
body{
	background: #fff url(images/background.gif) center top repeat-y;
	text-align:center;
	min-width:626px;
	min-height:400px;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #333;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-198px;/* half vertical height*/
	width:100%;
}
#main-container {
	position: relative;
	width: 900px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
}
#content-container {
	
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
	background: #fff url(images/content_background.gif) top center repeat-y;	
	float: left;
}
#column-left {
	background: #391325 url(images/sidebar_left_background.jpg) no-repeat;	
	float: left;	
	width: 200px;

	padding-top: 60px;
}

#column-right {
	background: #391325 url(images/sidebar_right_background.jpg) no-repeat;	
	float: left;
	width: 180px;
	color: #fff;
	padding: 10px;
	padding-top: 45px;
	
}

#column-middle {
	float: left;
	width: 470px;
	padding: 40px 15px 60px 15px;
	
}

#header-cap {
	background: #fff url(images/header_background.jpg) no-repeat;
	height: 210px;
	
}
#subscribe-bar {
	height: 25px;
	background-color: #666;
	/* padding-left: 210px; */
	color: #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-size: 10px;
}
#nav-bar, #nav-bar-bottom {
	height: 20px;
	padding-top: 5px;
	background: #381325 url(images/nav_background.gif) repeat-x;
	/* padding-left: 210px; */
	padding-left: 10px; 
	color: #9c7500;
	text-align: center;
	padding: 10px;
}
#nav-bar-bottom {
	background: #381325 url();	
}
#nav-bar a, #nav-bar-bottom a {
	color: #ffc000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
	padding-right: 6px;
	padding-left: 6px;
}
#nav-bar-bottom a {
	color: #fff;	
}
#nav-bar-bottom a:hover {
	color: #ccc;	
}

#nav-bar a:hover {
	color: #ffe493;
}


#content {
	background-color: #fff;
	padding: 10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#footer-cap {

	background: url(images/footer_cap.gif) no-repeat;
	height: 46px;
}

h1 {color:#502b3d; text-transform: uppercase; font-size: 22px; font-weight: bold; font-family:times;}

#top-grey-bar {
	height: 5px;
	background-color: #b785c3;
}
#footer {
	color: #aaa;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
}
#footer a {
	color: #ccc;
}
td {
	color: #999;
}

