
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #C1272D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 917px;
	height: 265px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-x;
}

/* Language */

#language {
	height: 25px;
	padding: 25px 0 0 705px;
	background: url(images/img1.gif) no-repeat right top;
}

#language a {
    text-transform: lowercase;
	font-size: 12px;
	color: #DDAB73;
}

/* Splash */

#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img4.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 0px 25px 25px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 5px 0 5px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: #FFFFFF url(images/img6.gif) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
}

/* Footer */

#footer {
    width: 847px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
}

#footer p {
	color: #777777;
}

#footer a {
	color: #DDAB73;
}

/* File */

.file {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;   
    margin-top:0.2em;
    margin-bottom:0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.file.file-any
{
    background-image: url(images/any.png);      
}

.file.file-doc
{
    background-image: url(images/doc.png);
}

.file.file-pdf
{
    background-image: url(images/pdf.png);       
}

.file.file-rar
{
    background-image: url(images/rar.png);       
}

.file.file-xls
{
    background-image: url(images/xls.png);    
}

.file.file-xlsx
{
    background-image: url(images/xls.png);    
}

.file.file-zip
{
    background-image: url(images/zip.png); 
}