/* CSS Document for www.wrennmangum.com*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
    line-height:1.7;
    text-align:center;
    color:#212121;
	background: #000;
	}

a {font-weight:bold; border:0;}

a:link {
	color: #40659B;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #40659B;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #036;
	border-bottom-style: solid;
	}
	


p {padding-bottom:.75em;}

h2 {font-size:110%; padding-bottom:2px; padding-top:15px; border-bottom:1px solid #c7c7c7;}
h2.first {padding-top:0;}

h3 {font-size:96%; padding-bottom:2px; border-bottom:1px solid #c7c7c7;}

#wrap {
	width: 950px;
    margin:0 auto;
    text-align:left;
	background:#F1EEE0;
	}
#wrap-inner {
	}
#header {
	margin: 0;
	padding: 12px 20px;
	background: #F76EA6 url(../i/bkg-header.jpg)top left repeat-x;
    border-bottom:3px solid #CF5E8C;
	}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #fff;
	border:0;
	}
#header a {border:0; text-decoration:none; padding:0; margin:0;}
#header a img{border:0; text-decoration:none;}

#main-body {
	float: left;
	width: 630px;
	}
#content {
	float: right;
	width: 350px;
	}
#sidebar {
	float: left;
	width: 240px;
	}
#sidebar-2 {
	float: right;
	width: 310px;
	}

#sidebar img {
     padding:4px;
     border-top:1px solid #c7c7c7;
     border-left:1px solid #c7c7c7;
     border-bottom:1px solid #aaa;
     border-right:1px solid #aaa;
     }
#content div, #sidebar-2 div {
	padding: 20px;
	}
#sidebar #flashcontent {
	padding: 20px 15px 20px 20px;
	}

#footer {
	clear: both;
	padding: 20px 20px;
	background: #C2BDA7;
    font-size:10px;
    color:#666;
	}

dl, dt, dd {margin-left:0;}
dt {font-weight:bold;}
dl {padding-bottom:10px; border-bottom:1px solid #c7c7c7;}