/* CSS Document */
@import url(reset.css);

body {
background: url(../images/bg.jpg) 0 0 repeat-x #000;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
padding-bottom: 1em;
line-height: 1.15em;
color: #404040;
}

a {
color: #FF0000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clrb {
clear: both;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

h1, h2, h3, h4 {
margin: .5em 0 .25em 0;
color: #fff;
font-weight: bold;
}

strong {
color: #fff;
font-weight: bold;
}

#wrapper {
width: 974px;
margin: auto;
}

#header {
width: 1000px;
height: 239px;
background: url(../images/header.jpg) center top no-repeat;
text-transform: uppercase;
position: relative;
}

#message {
color: #fff;
float: right;
position: absolute;
right: 280px;
top: 6px;
}

#status{
color:Red;	
position: absolute;
right: 10px;
top: 6px;	
width: 200px;
}

#login {
position: absolute;
top: 6px;
right: 35px;
font-weight: bold;
text-decoration: none;
}

#login:hover {
text-decoration: underline;
}

#nav {
position: absolute;
right: 114px;
top: 27px;
}

#nav li, #nav li a {
display: block;
float: left;
height: 45px;
text-indent: -9999px;
}

#nav li a:hover, #nav li a.active {
background-position: center -45px;
}

#home {
background: url(../images/home.gif) center 0 no-repeat;
width: 119px;
}

#ad {
background: url(../images/ad.gif) center 0 no-repeat;
width: 113px;
}

#pub {
background: url(../images/pub.gif) center 0 no-repeat;
width: 118px;
}

#about {
background: url(../images/about.gif) center 0 no-repeat;
width: 114px;
}

#main {
width: 940px;
background: url(../images/main.jpg) 19px bottom repeat-y;
margin: auto;
padding: 1px 30px;
}

#footer {
height: 87px;
background: url(../images/footer.jpg) 0 0 no-repeat;
color: #acacac;
padding: 13px 15px 13px 180px;
position: relative;
}

#footer .bottom {
position: relative;
top: 35px;
width: 100%;
font-size: .9em;
}

#footer .bottom span {
float: right;
color: #fff;
width: 50%;
overflow: visible;
}

#footer .bottom span a {
color: #fff;
}

.normal {font: normal 12px/16px tahoma, arial, verdana, sans-serif; color:#FFFFFF;}
.large {font: normal 16px/20px tahoma, arial, verdana, sans-serif;}