* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 11px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	color: #000;
	padding-bottom: 10px;
}

#header {
	height: 314px;
	position: relative;
	background-color: #000;
	color: #FFF;
}

#site_title {
	position: absolute;
	top: 70px;
	left: 70px;
}

#site_title h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #FFF;
}

#site_title h2 a:link, #site_title h2 a:visited, #site_title h2 a:focus, #site_title h2 a:hover, #site_title h2 a:active {
	text-decoration: none;
	color: #FFF;
}

#title_shadow {
	position: absolute;
	top: 72px;
	left: 72px;
}

#title_shadow h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #000;
}

#search {
	position: absolute;
	top: 0;
	right: 0;
	width: 318px;
	height: 31px;
	margin: 0;
	padding: 0;
}

#search form {
	width : 273px;
	height: 31px;
	background: url(../../images/design/search_swoosh.png) left top no-repeat;
	margin: 0;
	padding: 0 0 0 45px;
}

#search form div {
	text-align: right;
	height: 23px;
	padding: 4px 5px 4px 0;
	background: url(../../images/design/search_back.png) left top repeat-x;
}

#search form input {
	font-size: 11px;
	margin: 0 !important;
	border: none !important;
}

#search form input.q {
	color: #000;
	width: 170px !important;
	padding: 2px !important;
}

#search form input.sa {
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding: 1px !important;
	cursor: pointer;
}

#navigation {
	position: absolute;
	right: 0;
	top: 230px;
	width: 485px;
	white-space: nowrap;
	height: 48px;
	padding-left: 15px;
	background: url(../../images/design/nav_left.png) left top no-repeat;
}

#header>#navigation {
	width: auto;
	min-width: 485px;
}

#navigation ul {
	margin: 0;
	padding: 16px 0 0 0;
	height: 48px;
	background: url(../../images/design/nav_back.png) left top repeat-x;
	list-style-type: none;
}

#navigation li {
	display: inline;
	color: #FFF;
	font-size: 14px;
}

#navigation a {
	margin: 0 10px;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:focus, #navigation a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navigation a:active {
	color: #FFF;
	text-decoration: none;
}

#content_wrap {
	width: 900px;
	margin: 0 50px;
	padding-top: 25px;
}

.layout_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.layout_table .layout_row {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_table .layout_cell {
	margin: 0;
	padding: 0;
	vertical-align: top;
	/*border: 1px solid #F00;*/
}

.layout_table #layout_column3 {
	width: 160px;
}

#ter_nav {
	text-align: center;
	margin: 10px 60px;
	color: #999;
}

#ter_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ter_nav li {
	display: inline;
	margin: 0;
	line-height: 25px;
}

#footer {
	text-align: center;
}

#ter_nav a {
	padding: 0 15px;
}

#ter_nav li:before {
	content: '|';
}

#ter_nav li:after {
	content: '|';
}

#ter_nav a:link, #ter_nav a:visited {
	color: #333;
	text-decoration: underline;
}

#ter_nav a:focus, #ter_nav a:hover {
	color: #333;
	text-decoration: none;
}

#ter_nav a:active {
	color: #333;
	text-decoration: underline;
}

