/* PAGE ELEMENTS */


html, body { 
    height: 100%; 
} 

body {
margin:0px;
font-family: Trebuchet MS;
font-size:13px;
background-color:#FFFFFF;
}

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%;  
	margin: 0 auto -80px;
	background-color:#FFFFFF;
} 

.break {
width:250px;
clear:both;
}

.container {
width:900px;
margin:auto;
background-color:#FFFFFF;
}

h1 {
line-height:80%;
}

h2 {
	font-size:16px;
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
	font-style: italic;
}

p {
margin-top:3px;
margin-bottom:5px;
}

p img {
margin:5px;
}

a {
color:#893232;
}
a:hover {
color:#CC0033;
}

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 10pt;
	margin-left: 0pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0pt;
}

small {
font-size:8pt;
}

.postmetadata {
margin-top:10px;
margin-bottom:10px;
}


/* TITLE ELEMENTS */

.titlebar {
	height: 120px;
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
}

.logo {
margin-top:30px;
border:0px;
}

.metacont {
padding-top:15px;
margin-left: 480px;
margin-right:10px;
color:#999999;
font-size:10px;
}

/* SIDEBAR ELEMENTS */

.sidebar {
float:left;
width:220px;
}

.sidebar2 {
float:right;
width:200px;
}

.sidebar ul {
	list-style:none;
	padding:3px;
	margin-top: 5px;
	margin-right: 00px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sidebar li {
padding:0px;
}

.nav_features {
	margin-top:10px;
	margin-bottom:10px;
	line-height: 25px;
}

.blue {
	width:100%;
	color:#FFFFFF;
	height:25px;
	background-image:url(images/blue_title.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent:10px;
	margin:0px;
	padding:0px;
	font-style:normal;
}

.blue a {
color:#fff;
text-decoration:none;
}

.red {
	width:100%;
	color:#FFFFFF;
	height:25px;
	background-image:url(images/red_title.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent:10px;
	margin:0px;
	padding:0px;
	font-style:normal;
}

.red a {
color:#fff;
text-decoration:none;
}

/* CONTENT ELEMENTS */

.content {
margin-top:0px;
float:right;
width:650px;
background-color:#FFFFFF;
}

.features {
float:left;
width:430px;
margin-left:20px;
padding:3px;
background-color:#FFFFFF;
}

/* FOOTER ELEMENTS */

.footerbar {
float:left;
	height: 80px;
	width:100%;
	background-color: #131516;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.push {
	height: 80px;
	}
	
.footermeta {
padding-top:25px;
margin-left: 10px;
margin-right:10px;
color:#999999;
font-size:10px;
}
