/* chris gillis, immerge technologyes, c 2009 */

body {
	background: #ffffff url('img/bg.png') top left repeat-x;
}

#banner {
	width: 900px;
	height: 120px;
	background: #ffffff url('img/header.png') top center no-repeat;
}

#pageWrapper {
	width: 900px;
	margin: 10px auto;
	background-color: #fff;
}
#player { z-index: 0;}
#contentwrap {
	background: #ffffff url('img/topg.gif') top left repeat-x;
}
#content ul {
	list-style-type: none;
	margin-left: 10px;
	font-size: 12px;
}
#content { 
	padding: 60px 20px;

	font-family:  arial, sans-serif;
}
strong { font-weight: bold;}

td { font-family: arial, sans-serif; line-height: 120%; font-size: 12px; padding: 5px;}
ol { margin-left: 10px;}
ol li { padding-bottom: 10px;}

#content h1 {
	padding-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #2d2e95;
	font-weight: bold;
}
#content h2 {
	padding-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	color: #2d2e95;
}
#content a {
	color: #2d2e95;
	font-size: 14px;
	text-decoration: none;
}
#content a:hover { text-decoration: underline; }
#content p {
	padding-bottom: 15px;
	font-size: 12px;
	color: #313131;
	line-height: 150%;
}
#twocolumn {
	width: 560px;
	float: left;
}
#firstcolumn {
	width: 285px;
	float: left;
	margin-bottom: 20px;
}
#secondcolumn {
	padding-left: 20px; 
	width: 285px;
	float: left;
	margin-bottom: 20px;
}
#thirdcolumn {
	width: 245px;
	margin-left: 20px;
	float: right;
	margin-bottom: 20px;
}
#subBanner {
	clear: both;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 900px;
	height: 61px;
	background: #ffffff url('img/subbanner.jpg') top center no-repeat;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
}
#footer p {
	color: #2d2e95;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	
}

#footer p.tagline {
	margin-top: 10px;
	font-weight: normal;
	color: #313131;
	font-size: 11px;
}
#footer p.tagline a { color: #666; }

/*Blog Styles*/

.entry p {
	margin-top:5px;
	line-height:1.2em;
        font-size: 12px;
        font-family: arial;
        font-color: #313131;
}