@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg_03.jpg) repeat-x top center;
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}

p {
    line-height: 1.6em;
    font-size: 1.2em;    
}

li {
    line-height: 1.6em;
    font-size: 1.2em;    
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#container {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#header {
	display: block;
	width: 413px;
	height: 150px;
	margin: 0;
	padding: 0 0 0 387px;
	background: url(images/bg_02.jpg) no-repeat top center;
}

#header a#billboards {
	display: block;
	width: 117px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(images/billboards-sticker.jpg) no-repeat top left;
}

#header a#billboards:hover {
	background-position: top right;
}

#home-content {
	display: block;
	float: left;
	clear: both;
	width: 730px;
	height: 436px;
	margin: 0;
	padding: 0 0 0 70px;
	background: #FFF url(images/bg_05.jpg) no-repeat top center;
}

#page-content {
	display: block;
	float: left;
	clear: both;
	width: 650px;
	margin: 0;
	padding: 0 80px 0 70px;
	background: #FFF url(images/page-content-bg-tile.jpg) repeat-y top center;
}

#page-content-bottom {
	display: block;
	float: left;
	width: 800px;
	height: 62px;
	margin: 0;
	padding: 0;
	clear: both;
	background: #FFF url(images/page-content-bg-bottom.jpg) no-repeat top center;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 172px;
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg_08.jpg) repeat-x top center;
}

#footer p {
	text-align: center;
	color: #FFF;
	padding: 50px 0 0 0;
	margin: 0;
}

#footer a {
	color: #FFF;
}


/*////////// MENU ///////////*/

#menu {
	display: block;
	width: 800px;
	height: 43px;
	margin: 0;
	padding: 0;
}

#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	display: block;
	height: 43px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu a#home {
	width: 69px;
	background: #FFF url(images/menu_01.jpg) no-repeat top left;
}

#menu a#what {
	width: 158px;
	background: #FFF url(images/menu_02.jpg) no-repeat top left;
}

#menu a#tell {
	width: 117px;
	background: #FFF url(images/menu_03.jpg) no-repeat top left;
}

#menu a#answers {
	width: 96px;
	background: #FFF url(images/menu_04.jpg) no-repeat top left;
}

#menu a#who {
	width: 134px;
	background: #FFF url(images/menu_05.jpg) no-repeat top left;
}

#menu a#blog {
	width: 117px;
	background: #FFF url(images/menu_06.jpg) no-repeat top left;
}

#menu a#holler {
	width: 109px;
	background: #FFF url(images/menu_07.jpg) no-repeat top left;
}

#menu a#home:hover, #menu a#what:hover, #menu a#tell:hover, #menu a#answers:hover, #menu a#who:hover, #menu a#blog:hover, #menu a#holler:hover {
	background-position: bottom left;
}

#commentform textarea {
	width: 300px;
}

#feature {
	width: 600px;
	height: 279px;
	margin: 0;
	padding: 0;
}