* { padding: 0; margin: 0; }


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

html {
	 background:  #000 url(../images/site-bg.jpg) no-repeat center top; 
}

a {
	color:#0d1129;
}
#site {
 left:0;
 position:absolute;
 top:0;
 height:100%;
 width:100%;
 
}

#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#faux {
 background: url(../images/content-bg.jpg) repeat;
 margin-bottom: 5px;
 width: 100%;
 min-height:350px;
 float:left;
}
#header {
 color: #333;
 width: 950px;
 padding: 10px;
 height: 143px;
 margin: 10px 0px 5px 0px;
}
#header .logo {	
 margin-top:15px;
}
#navigation {
 color: #fff;
 padding: 12px 10px 8px 10px;
 margin: 0px 0px 5px 0px;
 background: url(../images/nav-bg.png) no-repeat;
 height:26px;
}
#navigation a {
	margin-top:15px;
	padding: 0px 25px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: underline;		
}
#featured {
 color: #333;
 padding: 0px 10px 10px 10px;
 margin: 0px;
 height:25px;
 background:url(../images/featured-bg.jpg) repeat-x scroll bottom;
 float:left;
 width: 930px;
}
#featured-home {
 color: #333;
 padding: 0px 10px 10px 10px;
 margin: 0px;
 background:url(../images/featured-bg.jpg) repeat-x scroll bottom;
 float:left;
 width: 930px;
}
#featured-home .box {
 margin-left:30px;
 float:left;
}
#featured-home .box.first  {
 margin-left:5px;
}
#featured-home .box .last  {
 margin-right:10px;
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 4px;
 padding: 0px;
 width: 190px;
 float: left; 
}
#leftcolumn { 
 float: left;
 color: #fff;
 margin: 10px;
 padding: 0px;
 width: 723px;
 display: inline;
 position: relative; 
 border-right:1px solid #666;
}
#leftcolumn .page-title {
	font-size:18px;
	font-weight:bold;
	display:block;	
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
#leftcolumn .article {
	padding:5px 18px 5px 18px;	
	width:600px;
}

#leftcolumn p {
	padding:5px 5px 10px 0px;	
	line-height:16px;
}

#contact {
	width:192px;
	padding:5px 5px 10px 8px;
	border:1px solid red;
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:11px;
	margin-left:-12px;
	margin-bottom:20px;
	display:block;
}
#contact.fixed {
  position: fixed;
  top: 0;
}
#contact h2 {
	margin-bottom:8px;
}

#contact .entry {
	display:block;
	color:#000;
	margin-bottom:4px;
}

#contact .entry  img{
	float:left;
}

#contact .entry .input {
	display:inline;
	width:122px;
	background:#fff;
	border:1px solid #ccc;
	color:#000;
	font-size:12px;
	padding:1px;
	background:#fff url(../images/inputbg.jpg);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
#contact .entry input.error {
	border:1px solid #916302;	
}
#contact .entry textarea {
	width:160px  !important;
	height: 62px !important;
	border:1px solid #ccc;
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	margin-top:3px;
	margin-left:4px;
	background:#fff url(../images/inputbg.jpg);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#contact .entry  .captcha{
	float:left;
	width:58px !important;
	border:1px solid #ccc;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	text-align:center;
	margin-top:3px;
	margin-left:2px;
	background:#fff url(../images/inputbg.jpg);
	 -moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#contact .entry .submit {
	margin-top:1px;
	padding:1px;
}

#contact .entry  .label {
	width:30px;
	display:block;
	margin-top:3px;
	margin-right:15px;
	float:left;
}



#footer { 
 width: 930px;
 clear: both;
 color: #fff;
 height:34px;
 margin: 0px 0px 5px 0px;
 
}

#footer #top {
	width: 930px;
	padding: 4px 10px;
	background: url(../images/footer-bg-top.jpg);
	float:left;
}

#footer #bottom {
	width: 930px;
	padding: 3px 10px;
	background: url(../images/footer-bg.jpg) repeat-x scroll bottom;
}
#footer a {
	margin-top:15px;
	padding: 0px 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size:11px;
}

.clear { clear: both; background: none; }
.list {
	margin-left:25px;
}
