
/*
This site was designed by Scott Paull
www.scottpaull.com
*/

body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/backer.jpg);
	line-height: 14pt;
	font-family: Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}




/* HEADER */

#wrapper {
	width: 900px;
	height: 200px;
	background: url(images/header.png) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
}

#image {
	width: 900px;
	height: 300px;
	background: url(images/image_test.jpg) no-repeat center top;

}

/* MENU */

#menu {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	margin-top:-20px;
	background: url(images/menu_block.png)
}

#links {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	margin-top:-30px;
	text-align:right;
	font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffcc00;
	letter-spacing:auto
}


/* PAGE */

#page {
	width: 900px;
	height: 900px;
	margin: 0px auto;
	border: 0px solid #FFFFFF;
	background: #303e52
}

#page-bgcontent {
	padding: 0px 0px 0px 50px;
}

/* CONTENT */


#image {
	width: 900px;
	margin: 0px auto;
	padding-bottom: 0px;
}


#header_main {
	float: left;
	width: 550px;
	text-align:left;
	margin-top:40px;
}


#content {
	float: left;
	width: 550px;
	text-align:left;
	margin-top:0px;
}


#content_secondary {
	float: left;
	width: 550px;
	text-align:justify;
	margin-top:20px;
}


/* SIDEBAR */

#sidebar {
	margin-top:20px;
	float: right;
	width: 250px;
}

/* FOOTER */

#footer {
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/img04.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	font-size: 11px;
	color: #A2CAD1;
}

#footer a {
	color: #A2CAD1;
}
