/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #eaeaea;
	
}
#masthead {
	color: #fff;
	padding: 0;
	margin: 20px 0 0 0;
	background: url('images/seier_250x167.jpg') right no-repeat #FF9A36;
	height:100px;
	/*-webkit-border-radius:22px;
	-moz-border-radius:22px;*/
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	color: #fff;
	background-color: #222;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
}
#center {
	width: 770px;
	background: url('images/anotherimage_maintop_222.jpg') top repeat-x #222;
	
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border: 1px solid #000;
}
#masthead .content {
	padding: 12px 20px;
	text-align:right;
	line-height:1em;
	font-family: "Trebuchet MS", "Arial Black", Arial, Helvetica, sans-serif;
	
	letter-spacing:0.2em;
	position:relative;
}
#masthead .content h1{
	font-size: 2.2em;
	margin: 20px 0 10px 0;
	padding-right:210px;
	text-transform:uppercase;
	font-weight:bold;
}
#masthead .content h2{
	font-size: 1.0em;
	padding-right:250px;
	margin: 0;
	text-transform:lowercase;
	font-weight:bold;
}
#masthead .content a:link {
	position:absolute;
	top:65px;
	left:20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #ccc;
	background-color: #000;
	padding: 0px;
	margin: 0;
	font-size: 0.6em;
	letter-spacing:0.1em;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	/*box-shadow: 0 10px 5px #888;*/
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #0633B9;
}
#center a:visited {
	color: #0633B9;
}
#center a:hover {
	background-color: #0633B9;
	color: #fff;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000;
	border-left: 6px solid #fff;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000;
}
#footer a:link {
	color: #ccc;
}
#footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #fff;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
