/* Dark red #551d1e */




* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;		
}


.gray  { color: #564b4b; }

.red { color: #551d1e;}


/* links */
a { background: inherit; color: #551d1e; }
a:hover { background: inherit; color: #551d1e; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #551d1e; }
h2 { font-size: 1.2em; color: #551d1e; }
h3 { font-size: 1em; color: #551d1e;}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 0px 10px 10px;
	padding: 0 25px;	
	color: #551d1e;
}
li
{
   color: #564b4b;   
}





/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
	background-color:#000000;
	padding-top:10px;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
	background-color: #000000;
	height:100px;
}
#header-content h1#title {
	position: absolute;	
	font: bold 35px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #551d1e ;
	margin: 0; padding: 0;		
	top: 0; left: 0px;
}
#header-content h1 a {
	text-decoration: none;
	color: #551d1e ;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 50px;
	font: bolder 1.2em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
    width: 764px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 5px;	
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #564b4b;
}
#header-content li a:hover {
	background: #551d1e;
	color: #FFF;
}
#header-content li a#current  {
	background: #551d1e;
	color: #FFF;
}

.menu
{
    clear:both;
    float:right;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(images/headerphoto.jpg) no-repeat center;	
}






/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}



/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	
	margin: 10px 15px;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color:#551d1e;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}

#main h1 {
	margin: 10px 15px;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color:#551d1e;
}

/* fullwidth */
#fullwidth
{
float: left;
margin: 0 0 10px 0; padding: 0;	
width:100%;
}
/* rat pages layout */
.divRatLeft
{
    float:left;
    padding-bottom:10px;
}
.divRatRight
{
    float:right;
    padding-bottom:10px;
    width:100%;
}


/* additional classes */
.clear { clear: both; }




