@charset "utf-8";
/* CSS Document */

/* 
Title:     master styles for all media (brackets edition)
Author:    greg@tygermedia.com
Updated:   December 6 2007
*/

body {
	margin: 0;
	padding: 30px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #e6e3d7 url(../img/1207/bg-top.gif) repeat-x top left;
	}

/* links */

a:link, a:visited {
	padding-bottom: 0;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}
	
a.more {
	padding-right: 7px;
	background: url(../img/1207/icon-morearrow.gif) no-repeat 100% 5px;
	}
	
	
/* page structure
---------------------------------------------------------- */

#main-body {
	padding: 30px 0;
	background-color: #EDEEDF;
	}
#main-body-inner {
	padding: 30px 0;
	width: 66em;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	background-color: #EDEEDF;
	background-image: url(../img/1207/main-bg.gif);
	background-repeat: repeat-y;
	background-position: 44em 0;
	}
#content {
	margin-left: 4%;
	width: 42em;
	float: left;
	text-align:left;
	}
	
#contentb {
	margin-left: 4%;
	width: 42em;
	float: left;
	text-align:left;
	}
	
/* header
---------------------------------------------------------- */

#header {
	text-align:left;
	padding: 0;
	font-size: 95%;
	border-top: 1px solid #464a52;
	background: #31363e;
	}
	
	
/* content styles */

#content h3,
#content h4 {
	margin: 0 0 10px 0;
	padding: 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.5em;
	color: #333333;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3 a {
	border: none;
	}
#content p {

	}
