body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FF9900;
	background-image: url(images/tile_home.gif);
	padding: 0;
	margin: 0;
}

/* LINKS */
	a,
	a:link 
	a:active {
		color: #333333;
		background-color: transparent;
		text-decoration: underline;
	}
	a:visited {
		color: #333333;
		background-color: transparent;
	}
	a:hover {
        color: #660000;
        background-color: transparent;
	text-decoration: underline;
	}

/* END LINKS */

#page {
      width: 851px;
      margin:  0;
      padding: 0;
}

#header {
	height: 74px;
}

.header_image_left {
       background-color: #DDDD44;
       border-left: 16px solid #FF9900;
       padding: 0 0 0 79px;
       float: left;
}

#sidebar {
	background-color: #FAE163;
	float: left;
	width: 310px;
	height: 380px;
        border-left: 16px solid #FFCC33;
}

div#about {
	padding: 15px 10px;
}

div#about a,
        a:link
        a:active {
        text-decoration: none;
}

div#main_nav img {
        padding: 0 0 5px 0;
}

#headlines {
	padding: 0 10px 10px 10px;
}

ul {list-style: none; margin: 0; padding: 0; border-top: none; border-bottom: none; font-size: 11px; font-weight: bold;}
ul li {padding: 4px 0 4px 0;}

#feature {
	float: left;
	width: 465px;
	height: 380px;
        background-color: #FFCC33;
}

#main_headline {
	width: 50px;
        padding: 205px 5px 5px 5px;
        font-weight: bold;
}

.main_image {
	position: absolute;
	top: 74px;
	left: 420px;
}

#footer {
	clear: both;
	background-color: #dd4400;
	height: 109px;
	width: 749px;
}

#search {
	background-color: #FF9900;
	width: 310px;
	height: 35px;
        vertical-align: top;
        border-left: 16px solid #DD4400;
        text-align: center;
}

#contact {
	position: absolute;
        width: 165px;
	top: 456px;
	left: 326px;
	padding: 0;
}

#callout {
	position: absolute;
	top: 496px;
	left: 346px;
	width: 230px;
	padding: 0 10px 0 0;
}

#bottom_right {
	position: absolute;
	top: 454px;
	left: 631px;
}

#footer_links {
 	padding: 5px 0 0 21px;
}

#copyright {
        width: 851px;
	padding: 5px;
}