@charset "UTF-8";
/* CSS Document */

body {
font-family: arial, sans-serif;
font-size:80%;
line-height:1.6em;
color:#000;
background:#333 url(../images/background.png) repeat 0 0 ;
}
.container {
width:800px;
margin:0 auto;
}


a {
color:#DCC81A;
text-decoration:underline;
}
.main a {
color:#777;
text-decoration:underline;
}
p {
font-size:1em;
}
h2 {
font-size:1.6em;
line-height:1.5em;
margin-top:0;
}
.header h1 {
width:434px;
}
.header h1 a {
background:url(../images/logo.png) no-repeat 0 0;
width:434px;
height:0;
padding-top:134px;
line-height:2.0em;
display:block;
overflow:hidden;
float:left;
}
.tagline {
float:right;
color:#DCC81A;
line-height:1.5em;
font-weight:normal;
text-shadow:#000 1px 1px;
padding:30px 0 0 0;
width:320px;
}
.main {
width:420px;
padding:20px;
float:left;
}

.article {
clear:both;
background:#efefef;
padding:20px;
border: 1px solid #fff;
}
.caps {
padding:10px 0;
font-size:1.8em;
line-height:1.5em;
color:#DCC81A;
}
.header h3 a {
color:#DCC81A;
text-decoration:none;
}

.legals {
float:left;
color:#777;
}
.site {
text-align:right;
color:#777;
}
.column {
float:right;
margin-left:15px;
display:inline;
color:#777;

}
.column img {
padding:6px;
background:#efefef;
}
.image {
margin-top:20px;
background:#fff;
padding:6px;
border:1px solid #ccc;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


