﻿@charset "utf-8";
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
#upper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 100%px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url('images/search_transparent_lrg.png');
}
#navigaton_wrapper {
	float: left;
	height: 220px;
	width: 170px;
	margin-top: 10px;
	margin-left: 10px;
	background-repeat: repeat;
}
#main {
	background-repeat: repeat;
	float: right;
	height: 625px;
	width: 650px;
	margin-top: 60px;
	margin-right: 20px;
	background-image: url(images/main_transparent_lrg.png);
}
body {
	margin-top: 0px;
	background-position: 50% top;
}
#search_wrapper {
	background-repeat: repeat;
	height: 100px;
	width: 400px;
	float: right;
	margin-right: 30px;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(images/search_transparent_lrg.png);
	border: 1px solid #999;
}
#feed_wrapper {
	float: right;
	height: 420px;
	width: 650px;
	margin-right: 30px;
}
#feed_wrapper ul {
	text-align: right;
	list-style-type: none;
	background-image: none;
}
#feed_wrapper li {
	margin: 3px;
}
#feed_wrapper li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: none;
	display: block;
}
#feed_wrapper li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	display: block;
}
.field {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding: 0px;
	height: 22px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
form {
	background-color: #FFF;
	width: 380px;
	height: 26px;
	padding-top: 2px;
}
