/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: url(../images/bg-body.jpg) repeat top left;
   font-size: 15px;
   font-family: Verdana, sans-serif;
   color: #000;
}

/*--------------------------------------------------
	CLEAR FIX
--------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1 {
	text-indent: -9999px;
	width: 433px;
	height: 93px;
	background: url(../images/bg-h1.gif) no-repeat top left;
	position: absolute;
	top: 35px;
	left: 2px;
}

h2, h3, h4, h5, h6 {
   padding-bottom: 10px;
   font-weight: normal;
}

h2 {
   font-size: 24px;
   color: #68604b;
   font-family: Arial, "MS Trebuchet", sans-serif;
}

/* paragraphs etc. */
p {
   line-height: 1.3;
   padding-bottom: 10px;
   text-align: justify;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

/* lists */
ul {
   
}

ol {
   
}

/* links */
a, a:visited {
   
}

a:hover {
   
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

/* horizontal rule */
hr {
   
}


/*-------------------------------------------------------
   CONTAINER
-------------------------------------------------------*/
#container {
   width: 760px;
   border: 1px solid #000;
   margin: 30px auto 0;
   background: #FFF;
}

/*--------------------------------------------------
	BRANDING
--------------------------------------------------*/
#branding {
	width: 760px;
	height: 173px;
	background: url(../images/bg-branding.jpg) no-repeat top right;
	position: relative;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
   width: 760px;
   height: 30px;
   background: #421717;
   text-align: center;
}

#mainnav ul {
   width: 549px;
   float: right;
}

#mainnav li {
   display: inline;
}

#mainnav li a {
   color: #FFF;
   text-decoration: none;
   line-height: 30px;
   padding: 0 10px;
}

#mainnav li a:hover {
   text-decoration: underline;
}

/*-------------------------------------------------------
   LEFT COL
-------------------------------------------------------*/
#left-col {
   width: 211px;
   float: left;
}

#left-col img {
   float: left;
}


/*-------------------------------------------------------
   MAIN CONTENT
-------------------------------------------------------*/
#content {
   width: 459px;
   padding: 20px 45px 0;
   float: left;
   text-align: left;
}

/*-------------------------------------------------------
   FOOTER
-------------------------------------------------------*/
#footer {
   text-align: center;
   font-size: 11px;
   color: #3b3b3b;
   margin-top: 10px;
}

#footer p {
   text-align: center;
}

#footer ul {
   padding-bottom: 10px;
}

#footer ul li {
   display: inline;
}

#footer li a {
   padding: 5px;
   color: #3b3b3b;
   text-decoration: none;
}

#footer li a:hover {
   text-decoration: underline;
}
