/* Begin Typography & Colors */

body {
	width:100%;
	height:100%;
	min-height:100%;
	height: auto !important;
	z-index:99;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
	background: #01245C url('../images/bodybg.jpg') no-repeat center top;
	background-attachment:fixed;
	}
#background {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	min-height:100%;
	height: auto !important;
	margin:0px;
	padding:0px;
	text-align: center;
	background: #01245C url('../images/bodybg.jpg') no-repeat center top;
	background-attachment:fixed;
	}
#header {
	position:relative;
	margin:0 auto;
	width:1000px;
	margin-bottom:40px;
	}

.mesiab {
	position:relative;
	float:right;
	padding:0px;
	margin:0 0 0 0;
	font-size:10px;
	color:#003399;
	letter-spacing:normal !important;
	}
	.mesiab a, .mesiab a:visited {
		color:#3366CC;
		text-decoration:none;
		}
	.mesiab a:hover, .mesiab a:active {
		color:#003366;
		text-decoration:underline;
		}
	.stats {
		position:absolute;
		margin:0 left;
		left:0px;
		float:left;
		}

#page {
	position:relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	min-width:1000px;
	text-transform:lowercase;
	}
 .page_title {
		font-size:70px;
		line-height:58px;
		letter-spacing:-.08em;
		color:#ccc;
		padding:10px 0px 0px 0px;
	}
	.page_title strong {
		color:#003366;
		}
		.page_title em {
			font-size:60px;
			color:#999999;
			font-style:italic;
			}
 .powered {
		font-size:50px;
		line-height:58px;
		letter-spacing:-.08em;
		color:#ccc;
		padding:10px 0px 0px 0px;
	}
	.powered a {
		font-size:70px;
		color:#999999;
		text-decoration:none;
		}

	.highlight {float:left;font-size:36px;text-decoration:none;color:#336699;font-weight:bold;margin-right:10px;}
	.highlight_important {color:#0033FF;font-style:normal;}
	small {display:none;visibility:hidden;}
	span {letter-spacing:normal !important;}

#right_white {
	position:fixed;
	_position:absolute;
	z-index:100;
	height:100%;
	min-height:100% !important;
	right:0px;
	bottom:0px;
	padding:0px;
	margin:0px;
	background: url('../images/footer_fade.png') repeat-x bottom center;
	}
	#right_white a, #right_white a:visited {
		font-size:9px;
		color:#555;
		text-decoration:none;
		}
		#right_white a:hover, #right_white a:active {
			color:#999;
			}
	#digg, #tweet, #follow {
		background-color:#FFF;
		border:1px solid #01245C;
		padding:4px;
		margin:4px 4px 0 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
#footer_fade {
	position:fixed;
	_position:absolute;
	z-index:300;
	bottom:0px;
	padding:0px;
	margin:0 bottom;
	width:100%;
	height:180px;
	background: url('../images/footer_fade.png') no-repeat top center;
	}













