html, body {
	padding: 0;
	margin: 0;
	}
	
body {
	background: #CCCCCC;
	}
	
#container {
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF;
	}
	
#header {
	width: 1000px;
	height: 86px;
	background: url('img/site_header.jpg') no-repeat center;
	}
	
#contentsplash {
	width: 1000px;
	height: 300px;
	background: url('img/site_content_splash.jpg') no-repeat center;
	}
	
#logo {
	float: left;	
	width: 206px;
	height: 56px;
	padding: 14px 0px 0px 30px;
	}
	
#navwrapper {
	float: right;
	width: 378px;
	height: 79px;
	padding-right: 60px;
	}
	
#content {
    overflow:hidden;
	width: 1000px;
	border-top: solid 10px #1dd909;
	padding: 15px 0px 15px 0px;
	}
	
#footerwrapper {
	width: 1000px;
	height: 50px;
	background: url('img/footer_bg.gif') no-repeat center;
	border-top: solid 3px #1dd909;
}
#footertext {
	padding-top: 6px;
	text-align: center;
	}
#footerwrapper p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	}	
/*
==================================================
Navigation
*/
#nav {
	margin: 0px;
	padding: 0px;
	width: 378px;
	height: 79px;
	}
	
#nav li {
	display: inline;
	list-style: none;
	}
	
#nav a {
	height: 79px;
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	}
	
	/*
========================================================================
Navigation interactivity
*/
#nav a:hover {
	background-position: 0 -79px;
	}
#nav a:active {
	background-position: 0 -158px;
	}
#nav #current {
	background-position: 0 -158px;
	}

/*
========================================================================
Each button has its own background image, all states are in one image
*/
#home a {
	background: url('img/home_btn.gif') no-repeat;
	width: 73px;
	}
#about a {
	background: url('img/about_btn.gif') no-repeat;
	width: 76px;
	}
#vision a {
	background: url('img/vision_btn.gif') no-repeat;
	width: 74px;
	}
#blog a {
	background: url('img/blog_btn.gif') no-repeat;
	width: 64px;
	}
#contact a {
	background: url('img/contact_btn.gif') no-repeat;
	width: 91px;
	}

/*
==================================================
Footer
*/
#footerlinks {
	margin-left: 240px;
	padding-top: 6px;
	width: 925px;
	height: 20px;
	}
	
#footerlinks li {
	display: inline;
	list-style: none;
	padding-right: 50px;
	}
	
#footerlinks a {
	color: #FFFFFF;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 15px;
	}
	
	
/*
==================================================
Typography
*/
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	margin: 0;
	}
	
p, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	}
	
h2 {
	font-size: 28px;
	color: #1b3193;
	line-height: 1.6em;
	}
	
h3 {
	font-size: 40px;
	color: #1b3193;
	line-height: 1.6em;
	}
	
p {
	padding-bottom: 1.5em;
	}
	