/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFF url("images/bg.jpg");
	background-repeat: repeat-x;
	color: #111;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

p {
	font-family: Verdana;
	color: #111;
	font-weight: bold;
}

img, div { 
 	behavior: url("iepngfix.htc") 
}

h1 {
	color: #D16636;
	font-family: "Verdana";
	font-size: 18px;
}

h2 {
	color: #999;
	font-family: "Georgia";
	font-size: 16px;
}

#header {
	width: 950px;
	height: 77px;
	margin: auto;
	padding: auto;
	color: #333;
	font-size: 9px;
	text-align: center;
	background: url("images/header_bg.png");
}

#header a {
	color: #333;
	text-decoration: none;
}

#header a:hover {
	color: #D16636;
	text-decoration: underline;
}

#logo {
	top: 27px;
	position: relative;
}

a:link IMG, a:visited IMG { 
	border-style: none; 
}

#navbar {
	width: 98.7%;
	height: 32px;
	margin: auto;
	margin-top: 40px;
	padding: auto;
	background: url("images/nav_bg.png");
	text-align: center;
}

#content_bg {
	width: 950px;
	margin: auto;
	padding: auto;
	text-align: left;
	background: url("images/content_bg.png");
}

#content_wrapper {
	overflow: hidden;
	margin: 0 auto;
 	width: 900px;
	padding-top: 50px;
	background: #FFF;
}

#content {
	float: left;
 	color: #333;
 	background: #FFF;
 	margin: 0px 5px 5px 0px;
	padding: 10px;
 	width: 679px;
 	display: inline;
}

#content img {
	padding-left: 20px;
}

#pick {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

#pick ul {
	margin: 0 80px 15px 0px auto;
	padding: 30px 0 0 1px auto;
	list-style: none;
}

#pick ul li {
	display: inline;
	margin: 0 20px 0 0;
}

#footer {
	overflow: hidden;
	width: 950px;
	height: 80px;
	margin: auto;
	padding: auto;
	background: url("images/footer_bg.png");
	font-size: 9px;
	font-family: verdana;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #D16636;
	text-decoration: underline;
}