/* CSS Document */

/*--- Structure Start --- */
body{
background-color:#e5e5e5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper{
background-image:url(images/bg.jpg);
width:600px;
margin:0 auto;
}

#header{
background-image:url(images/header.jpg);
height:256px;
}

#content{
margin-left:50px;
width:500px;
}

#contact{
margin-left:34px;
width:485px;
font-size:14px;
color:#01A8D2;
font-weight:bold;
margin-top:20px;
padding:10px 20px 10px 20px;
background-color:#D1E9EF;
border:5px solid #D1E9EF;
}

#contact p{
}

#contact a{
}

#contact a:hover{
}




#footer{
background-image:url(images/footer.jpg);
height:34px;
}


#realbuzz{
margin:0 auto;
width:180px;
}
/*--- Structure End --- */

/*--- Links Start --- */
a{
color:#01A8D2;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}
/*--- Links End --- */

/*--- Fonts Start --- */
h1{
font-size:14px;
color:#01A8D2;

}

h2{

}
/*--- Fonts Start --- */

/*--- Highlighting Classes Start --- */

#buttons{
float:right;
margin:20px 30px 0 10px;
}

.button{
border:0;
}

.realbuzz{
border:0;
}

.luke{
}

.purple{
color:#6E468B;
}

blockquote{
background-color:#6E468B;
margin:0;
padding:10px;
color:#ffffff;
}
/*--- Highlighting Classes End --- */
