/* Created by Kody Odgers */
/*  www.pixelatedZEN.com  */
/* pixelatedZEN@gmail.com */

/*BODY*/

* {
	margin: 0;
	padding: 0;
}

body {
	color:#000;
	font-size:75%;
	font-family:Hightower Text,sans-serif;
	background: #fff url(images/background.png) repeat-x;
}

/* LINKS */

a, a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#006699;
	text-decoration:underline;
}

img {
	border: 0px none;
}

/* LAYOUT */

div .wraper {
	width:100%;
}

/* HEADER */

div .banner {
	margin:0px auto;
	height:125px;
	width:650px;
	text-indent: -9000px;
	background: url(images/banner.png) no-repeat;
}

/* NAVBAR */

div .navbar {
	margin:0px auto;
	height:25px;
	width:600px;
	padding-right:50px;
	line-height:25px;
	text-align:right;
	background: url(images/navbar.png) repeat-x;
}

div .navbar li {
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}

div .navbar a, div .navbar a:hover, div .navbar a:visited {
	color:#666;
}

div .header {
	margin:0px auto;
	padding:25px 0;
	width:650px;
	text-align:center;
	background: url(images/header.png) no-repeat;
}

/* TEXT BOX */

div .txtbox {
	margin:0px auto;
	width:650px;
	background: url(images/txtbox.png) repeat-y;
}

div .txtbox h1 {
	font-family:charlesworth,sans-serif;
	margin:0 50px;
	color:#000;
	font-size:100%;
}

div .txtbox p {
	padding:10px 50px;
}

div .txtbox li {
	margin:0 100px;
	list-style-type: circle;
}

div .txtbox .quote, div .txtbox .center {
	text-align:center;
}

/* FOOTER */

div .footer {
	margin:0px auto;
	width:650px;
	text-align:center;
	height:100px;
	padding-top:10px;
	background: url(images/footer.png) no-repeat;
}
/* END OF FILE */

