/*   
Theme Name: RAS
Description: template for RealAbortionSolutions.org
Author: Brendan Bush
Author URI: http://www.originalgravitymedia.com
*/
@charset "utf-8";
/* CSS Document by Original Gravity Media */

body {
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#FFFFFF;
	background-image:url(/bg.jpg);
	background-repeat:repeat-x;
}

a:link {
	color:#003905;
	text-decoration:none;
}

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

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

h2 {
	color:#003905;
	font-size:18px;
	padding-top:0px;
	margin-top:0px;
}

h3 {
	color:#003905;
	font-size:14px;
}

#container {
		margin: 0 auto;
		border:5px solid #bfb9ad;
		width:800px;
		background-color:#e3dccf;
}

#header {
	background-image: url(/header.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	width:800px;
	height:88px;
	cursor:pointer;
}

#nav {
	background-image: url(/nav_bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	padding:20px 0 0 0;
	height:39px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	text-indent:340px;	
}

#nav a {
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#content {
	margin:15px 10px 10px 10px;
}

#content .left {
	float:left;
	width:375px;
	padding:5px;
}

#content .vert-divider {
	float:left;
	width:2px;
	background-color:#bfb9ad;
	height:300px;
}

#content .right {
	float:left;
	width:375px;
	padding:5px 5px 5px 10px;
}

.subhead {
	font-weight:bold;
	font-size:14px;
	color:#003905;
}

#footer {
		width:400px;
		margin:0 auto;
		font-size:10px;
		border:1px solid #bfb9ad;
		padding:10px;
		text-align:center;
		margin-top:15px;
}
