/* ------------------------------------------
            SITE STRUCTURE - INDEX 


	1	Miscellaneous items
	2	Structure - containers
			2.1	Main container outer
			2.2	Main container inner
			2.3	Header
			2.4	Topnav
			2.5	Content
			2.6	Sidenav
			2.7 Footer
	3	Navigation sidenav stylee
	
		
-------------------------------------------- */

/* ///////////////////////////////////////////
// 1. Miscellaneous items                 // 
////////////////////////////////////////////*/

html{
	padding:0px;
	margin:0px;
	overflow-x:hidden;	
}

body {
	margin:0px auto;
	padding:0px;
	background: url(images/back.jpg) top center repeat-y;
	
}

/* ///////////////////////////////////////////
// 2. Structure                             // 
////////////////////////////////////////////*/

#main_outer {
	width:780px;
	border: none;
	padding:0px 0px 0px 0px;
	margin:0px auto;	
	position:relative;

}


#main_inner {
	width:600px;
	border:none;
	padding:0px;
	margin:0px 0px 0px 164px;
	background:#B4E174;
	position:absolute;
	z-index:5;
	
}

#header {
	width:600px;
	border:none;
	background: #B4E174 url(images/header.jpg) no-repeat top center;
	padding:0px;
	margin:0px;
	height:200px;

	
}

/* this holds content top  */
#content {
	width:600px;
	border:none;
	background: #B4E174 url(images/content_top.jpg) top center no-repeat;
	padding-top:15px;
	margin:20px 0px 0px 0px;	
}

/* this contains the actual content */

#content_inner {
	width:570px;
	border:none;
	background:white;
	padding:5px;
	margin:0px auto 0px auto;
	min-height:400px;
}

#sidenav_container {
	width:170px;
	margin-top:40px;
	float:left;
	position:absolute;
	z-index:-1;

}

#sidenav_top {
	width:170px;
	height:30px;
	padding-left:10px;
	background: url(images/nav_top.jpg) no-repeat top  left;
}


#sidenav1 {
	width:170px;
	padding:0px 0px 5px 5px;
	background: #B4E174 url(images/nav_middle.jpg) left repeat-y;
}

#sidenav_bottom {
	width:170px;
	height:30px;
	background: url(images/nav_bottom.jpg) no-repeat top  left;
}

#footer {
	width:600px;
	height:50px;
	border:none;
	background: #B4E174 url(images/content_bottom.jpg) top center no-repeat;
	padding-top:80px;
	margin:-20px auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#footer a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}



/* ///////////////////////////////////////////
// 4. Navigaton side nav                    // 
////////////////////////////////////////////*/


#sidenav1 ul {
	margin:0px;
	padding:0px;
	
}

#sidenav1 ul li {
	list-style:none;
	display:block;
	background:;
	width:160px;
	padding:5px 0px 5px 5px;
	margin:0px;
	
}

#sidenav1 ul li a {
	padding:0px;
	margin:0px;
	padding-right:5px;
	display:block;
	font-family:"Comic Sans MS", cursive;
	font-weight: 800;
	font-size:12px;
	text-indent:0px;
	color:#960605;


}
#sidenav1 ul li a:hover {
	color:white;
}


/* ///////////////////////////////////////////
// 4. Two Column layout                       // 
////////////////////////////////////////////*/

.twocol {
	float:right;
	width:270px;
	margin-left:5px;
	padding:0px 5px 0px 5px;
	border-left: thin #B4E174 solid;
	
}