@charset "UTF-8";
/* CSS Document */

body {
 background-image: url(../img/background.jpg);
 margin-left: auto;
 margin-right: auto;
 width: 980px;
 margin-top: 2%;
 left: 15%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

#main {
 background-image: url(../img/home2.jpg);
 background-repeat: no-repeat;
 height: 600px;
}

#pub {
 position: absolute;
 top: 1%;
 text-align: center;
 width: 980px;;
}

#columnRight {
 float: left;
 width: 780px;
}

#menu {
 float: right;
 padding-top: 100px;
 color: #FFFFFF;
 font-size: 10px;
 font-weight: bold;
 text-transform: uppercase;
 width: 180px;
}

#menu a {
 color: #FFFFFF;
 text-decoration: none;
}

#menu a:hover {
 color: #28214A;
}

#menu p {
 margin: 0px;
 margin-bottom: 8px;
}

#facebook {
 /*border: 1px solid red;*/
 position: absolute;
 margin: 434px 0 0 796px;
}

#foot {
 clear: both;
 position: absolute;
 margin-top: 540px;
 margin-left: 450px;
 color: #8DC9E3;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 9px;
}

#foot p {
 margin: 0px;
}

#foot a {
 color: #8DC9E3;
 text-decoration: none;
}

#foot a:hover {
 color: #FFFFFF;
}
