/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}


/* GLOBAL DEFAULTS
-------------------------------------------------------------------- */
body { 
	text-align: left;
	background: #fff;
	color: #666;
	font: normal 12px/16px "Trebuchet MS", Arial, sans-serif;
	}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}	

hr {
	clear: both;
	border: none 0;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 15px;
	}

/* self-clearing floats: add .group class to parents with floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;	
	visibility: hidden;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
* html .group { /* IE6 */
	height: 1%;
	}

div.stc { /* skip to content hide */
	float: left;
	text-indent: -9999px;
	}


/* HEADER
-------------------------------------------------------------------- */
#header {
	position: relative;
	width: 725px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	}
#header .logo {
	width: 304px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	}


/* CONTAINERS
-------------------------------------------------------------------- */
#main {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	}
#main .content {
	float: left;
	width: 475px;
	}
#main .modules {
	float: right;
	width: 250px;
	}


/* STYLES / Content
-------------------------------------------------------------------- */
#main .content h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #474342;
	margin: 0 0 5px 5px;
	padding: 0;
	}
#main .content img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 2px;
	}
#main .content img.nb {
	border: none;
	}
#main .content p {
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0;
	}
#main .content .info {
	width: 404px;
	/* border-bottom: 1px dotted #ccc; */
	margin: 0 0 35px 0;
	padding: 0 0 2px 0;
	}
#main .content .info p {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}

#main .content #comments {
	width: 404px;
	margin: -20px 0 35px 0;
	padding: 20px 0 0 0;
	}
#main .content #comments h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #474342;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding: 0;
	}
#main .content #comments p {
	margin: 0 0 10px 0;
	padding: 0;
	}
#main .content #comments p.commenter {
	border-bottom: 1px dotted #ccc;
	margin: -5px 0 30px 0;
	padding: 0 0 20px 0;
	}


/* STYLES / Modules
-------------------------------------------------------------------- */
#main .modules h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #474342;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0;
	}
#main .modules p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	}
#main .modules ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#main .modules ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	}

#main .modules .promo {
	margin-bottom: 25px;
	}


/* FOOTER
-------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 725px;
	border-top: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
#footer p {
	margin: 0;
	padding: 8px 0 8px 0;
	}

