@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #2C2D00 ;
}

#wrapper, #press_wrapper {
	width: 789px;
	margin: 20px auto 0;
	min-height: 662px;
}

#wrapper { background: url(../images/bg.jpg) 0 no-repeat; position: relative; }
#press_wrapper { background-color: #FFF; background-image: url(../images/press_bg.gif); background-repeat: no-repeat; }

#content, #press_content { font-family: Arial, Helvetica, sans-serif; }

#content {
	margin-left: 33px;
	top: 555px;
	padding-top: 5px;
	border-top: #000 1px solid;
	position: absolute;
	font-size: 12px;
}

#content h1 { font-size: 12px; }
#content p { margin-top: 5px; }
p#address { margin-top: 30px; }

#content ul { list-style: none; }
#content li { display: inline; margin-right: 26px; }
#content .end { margin-right: 0; }

#content a:link, #content a:visited { color: #000; text-decoration: none; }
#content a:hover { text-decoration: underline; color:#000; }

#footer { width: 789px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; color: #5a5b28; font-size: 12px; margin-top: 10px; padding-left: 60px;}

#press_content { margin: 0 40px 0 200px; padding-top: 80px; font-size: 14px; }
#press_content h1 { width: 386px; height: 82px; background-image: url(../images/press_header.gif); background-repeat: no-repeat; }
#press_content h1.presse { width: 357px; height: 117px; background-image: url(../images/presse_header.gif); background-repeat: no-repeat; }
#press_content h2 { color: #676200; font-size: 24px; margin: 35px 0 15px 0; }
#press_content p { margin-bottom: 20px; }

.article { margin-top: 40px; border-top: #000 1px solid; }
.date { padding-top: 5px; }
.by { color: #676200; font-weight: bold; padding-bottom: 30px; }
.by a { color: #676200; text-decoration: none; }
.by a:hover { text-decoration: underline; }

#links { float: left; padding: 301px 0 0 25px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
#links h3 { color: #8cc63f; font-weight: normal; } 
#links a:link, #links a:visited { color: #000; text-decoration: none; }  
#links a:hover { color: #000; text-decoration: underline; }

.nobr { white-space: nowrap; }
