/* 
Title:		Master styles for screen media
Author: 	dan@simplebits.com
*/

body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	color: #111111;
	font-size: 62.5%;
	background: #4C606B url(../images/pageBG.jpg) repeat-x top;
	}
	

h2 a:link, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color:#000000;

	}


/* page structure 
--------------------------------------------- */

#wrap {
	width: 90%;
	max-width: 1024px;
	min-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	font-size: 1.3em;
	border:1px solid #CF6632;
	}
	
#contentwrapper {
	float:left;
	width:100%;
	background:#ffffff;
}

	
.content{
	text-align:left;
	/*font-family:verdana, arial, sans-serif;*/
	line-spacing:110%;
}

.content p {
	line-height:130%;
	padding-top:0.7em;
}

.column h3{
	font-size:1.35em;
}

.column{
	padding:8px;
	text-align:center;
	min-height:400px;
	}
	
.main {
	float: left;
	margin: 0 15% 0 20%;
	background:url(../images/mainBG.jpg) repeat-x top;
	}
	
.sideL {
	float: left;
	width: 20%; /*Width of left column in percentage*/
	margin-left: -100%;
	background:#A0D08F url(../images/leftBG.jpg) repeat-x top;

	}
	
.sideR{
	float: left;
	width: 15%; /*Width of right column in pixels*/
	margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
	background:#F9B647 url(../images/rightBG.jpg) repeat-x top;

}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	font-size: .8em;
	}


/* misc. 
--------------------------------------------- */
	
h2{
	font-variant:small-caps;
	font-size:1.7em;
}

img{
	max-width:100%;
	}

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

