/* CSS Document */

/*--- Structure Start --- */
body{
background-color:#e5e5e5;
color:#333333;
font-size:14px;
line-height:20px;
}

#wrapper{
	width:800px;
	background-image:url(images/bg.gif);
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	padding:20px 60px 20px;
	height:130px;
	
	
}

#content{
clear:both;
width:660px;
margin-left:50px;
padding:20px;
}

#divider{	
height:1px;
background-color:#e5e5e5;
}
#divider2{	
height:1px;
background-color:#cccccc;
}


#content ul{
	float:right;
	width:320px;
	background-color:#013C73;
	color:#ffffff;
	padding:30px;
	margin:0;
	margin-top:20px;
	line-height:18px;
}


#content li{
	margin-bottom:10px;
}

.contact{
}

#contact{
	clear:both;
width:661px;
margin-left:50px;
padding:10px 20px 10px 20px;
color:#ffffff;
	background-color:#013C73;
}

#contact p{
}

#contact-details{
}

#contact a{
}

#contact a:hover{
}




#footer{
	margin-bottom:20px;
}

#footer ul{
}
#footer ul li{
}

#footer a{
}

#footer a:hover{
}


#realbuzz{
	margin:0 auto;
	width:200px;
}
/*--- Structure End --- */

/*--- Links Start --- */
a{
color:#013C73;
text-decoration:none;
}

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

/*--- Fonts Start --- */
h1{
	font-size:18px;
	color:#013C73;
	font-weight:normal;
	margin-top:50px;
	line-height:24px;
}

h2{
	font-size:16px;
	color:#013C73;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}
/*--- Fonts Start --- */

/*--- Highlighting Classes Start --- */
.logo{
margin:0 40px 0 20px;	
float:left;
}

.image-left{
margin:20px 20px 20px 0;	
float:left;
}

.register{
	margin:10px 20px 20px 0;	
float:left;
border:0;
}

.realbuzz{
	border:0;
}

.tel{
margin-right:90px;
}

.email{
	margin-right:90px;
	color:#ffffff;
	text-decoration:underline;
}

a:hover.email{
	text-decoration:none;
}

.web{
	color:#ffffff;
	text-decoration:underline;
}

a:hover.web{
	text-decoration:none;

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