/* CSS Document */

/*--- Structure Start --- */
body{
background-image:url(images/page-bg.jpg);
background-repeat:repeat-x;
background-color:#908E8F;
background-position:top center;
margin:0;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
}

#outer-wrapper{
background-image:url(images/bg.jpg);
width:1300px;
background-repeat:no-repeat;
margin:0 auto;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

#header{
	width:800px;
	height:456px;
	background-image:url(images/header.jpg)
}

#header h1{
color:#c21712;
margin:0 0 0 280px;
padding:20px 10px 10px 10px;
font-size:20px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content{
	background-color:#ffffff;
	padding:10px;
}

#content p{
	
}

#left-col{
float:left;
width:360px;	
margin-left:20px;
}

#right-col{
width:341px;
float:right;
color:#ffffff;
background-color:#980d01;
}

#quote{
background-image:url(images/quote-bg.jpg);
background-repeat:repeat-x;
height:66px;
color:#ffffff;
padding:10px;
border-bottom:1px solid #ffffff;
}

#right-col p{
padding:10px;
}


#right-col ul{
width:250px;
}

.small{
font-size:10px;
}
.contact{
}

#contact{
}

#contact p{
}

#contact-details{
}

#contact a{
}

#contact a:hover{
}




#footer{
	background-image:url(images/footer-bg.jpg);
	height:60px;
	padding:20px;
	color:#ffffff;
	font-size:13px;
}

#footer a{
color:#ffffff;	
}

#footer ul{
}
#footer ul li{
}

#footer a{
}

#footer a:hover{
}


#realbuzz{
	margin:10px auto;
	width:300px;
}
/*--- Structure End --- */

/*--- Links Start --- */
a{
color:#c61813;
}

a:hover{
text-decoration:none;
}
/*--- Links End --- */

/*--- Fonts Start --- */
h1{
}

h2{

}
/*--- Fonts Start --- */

/*--- Highlighting Classes Start --- */

.button{
border-top:1px solid #ffffff;
border:0;
}

.realbuzz{
	border:0;
}

/*--- Highlighting Classes End --- */