/*Element Styles -----------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height:1.25em;
	background-image: url('../images/bg.jpg');
	background-position: 50% 0%;
	background-color:#fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: Georgia,"lucida bright","times new roman",serif;
	color:#22423D;
}

h3{
	text-transform: uppercase;
}

ul{
	list-style-type: square;
}

li{
	padding-bottom:1.25em;
}

/*ID Styles -----------------------------------------------------------------*/

#wrapper{
	width:800px;
	margin: 0px auto;
	padding:0px;
}

#outer_wrapper{
	width:1024px;
	margin: 0px auto;
	background-image: url('../images/wrapper_bg.jpg');
	background-repeat: repeat-y;
}

#content{

}

#header{
	width:800px;
	height:250px;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
} 

#main{
width:760px;
padding:20px;
}

#footer{
	width:1024px;
	height:171px;
	background-image:url('../images/footer_BG.jpg');
}

#footer_content{
	margin: 0px auto;
	padding-top: 40px;
	width:800px;
	height:20px;
	text-align:left;
	color:#96BCB6;
}

/* Navigation --------------------------------------------------------------*/
#nav {
	font: 150% Georgia,"lucida bright","times new roman",serif;
	position: relative;
	top: 215px;
	color: #fff;
}

#nav div{
	margin:0px auto;
}

#nav ul {
	list-style-type: none;
	height:55px;
}
#nav li {
	display: inline;
	padding: 0px 20px;
}
#nav li a {
	text-decoration: none;
	height: 1.5em;
}
	#nav a:link,#nav a:visited {
	color: #fff;
}
#nav a:hover {
	color: #23493B;
}

/*Class Styles -------------------------------------------------------------*/
.column{
	float:left;
	width:233px;
	padding: 0px 10px;
}

.border_bottom{
	border-bottom: 1px solid #22423D;
}

.right{
	float:left;
}

/*Masthead Styles -----------------------------------------------------------*/
#news_header{
	width:800px;
	height:250px;
	background-image: url('../images/news_header.jpg');
	background-repeat:no-repeat;
}

#demo_header{
	width:800px;
	height:250px;
	background-image: url('../images/demo_header.jpg');
	background-repeat:no-repeat;
}
