/*
*                  _         _                   _ _         _ 
*      /\  /\_   _| |_ ____ / \   /\/\   ___  __| (_) __ _  / \
*     / /_/ / | | | __|_  //  /  /    \ / _ \/ _` | |/ _` |/  /
*    / __  /| |_| | |_ / //\_/  / /\/\ \  __/ (_| | | (_| /\_/ 
*    \/ /_/  \__,_|\__/___\/    \/    \/\___|\__,_|_|\__,_\/   
*
*	webstager.com
*	CSS Stylesheet
*	Developed By Hutz! Media! <http://www.hutzmedia.com>
*
*	February 26, 2010
*
*/
html {
}

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Calibri", "Verdana", "Arial";
	font-size: 16px;
}

img {
	border-style: none;
}

p {
	margin: 0px; padding: 0px;
}

div.page {
	position: relative;
	margin: 0px auto 0px auto;
	width: 959px;
}

/* Header */
div.pageHeader {
	position: relative;
	margin-top: 24px;
	height: 116px;
}

div.pageHeader img.title {
	width: 351px; height: 97px;
}

div.pageHeader div.topMenu {
	position: absolute;
	right: 0px; top: 0px;
}

div.pageHeader div.login {
	position: absolute;
	right: 0px; top: 82px;
}

div.pageHeader div.topMenu, div.pageHeader div.topMenu a, div.pageHeader div.login, div.pageHeader div.login a {
	color: #899399;
	text-decoration: none;
	font-size: 14px;
}

/* Menu */
div.menu {
	position: relative;
	height: 33px;
	background-color: #AD2921;
	background-image: url('../images/menu.bg.png');
	background-repeat: no-repeat;
	margin-bottom: 28px;
}

div.menu a {
	display: block;
	float: left;
	width: 150px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/menu.link.bg.png');
}

div.menu a.left {
	background-image: url('../images/menu.linkLeft.bg.png');
}

div.menu div.date {
	position: absolute;
	right: 16px; top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
}

/* Content */
div.content {
	position: relative;
}

div.content div.main {
	padding-right: 348px;
}

div.content div.right {
	position: absolute;
	right: 3px; top: 47px;
	width: 200px;
}

div.content h1 {
	margin: 0px; padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #BE2E1F;
}

div.content div.latest {
	height: 254px;
	border-bottom: #F1F1F1 solid 1px;
	margin-bottom: 10px;
}

div.content div.centerBorder {
	position: absolute;
	left: 312px; top: 264px;
	width: 1px; height: 600px;
	background-color: #F1F1F1;
}

div.content div.latest h1 {
	margin-bottom: 8px;
}

div.content div.row {
	position: relative;
}

div.content div.row div.col1 {
	position: relative;
	width: 292px; height: 294px;
	border-bottom: #F1F1F1 solid 1px;
	padding-right: 16px;
}

div.content div.row div.col2 {
	position: absolute;
	left: 317px; top: 0px;
	width: 291px; height: 294px;
	border-bottom: #F1F1F1 solid 1px;
	padding-left: 16px;
	
}

div.content div.noborder div.col1, div.content div.noborder div.col2 {
	padding-top: 18px;
	border-bottom-style: none;
}


/* Stories */
div.story {
	position: relative;
}

div.story div.title {
	font-weight: normal;
	font-size: 36px;
	line-height: 32px;
}

div.story div.date {
	color: #9A9A9E;
	font-style: italic;
	margin-bottom: 4px;
}

div.story div.author {
}
div.story div.author b {
	font-weight: normal;
	color: #4273BD;
}

div.story p {
	margin: 12px 0px 12px 0px;
	text-align: justify;
}
