/* CSS Document */

div {
border:0px solid red;
}

body {
margin:0px;
padding:0px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-position:center top;
}

#container {
margin:0 auto;
width:702px;
height:720px;
position:relative;
top:40px;
}

#title {
width:100%;
border-bottom:1px solid #bad3d8;
}

#title h1 {
margin:0px;
padding-top:14px;
padding-bottom:0px;
font-weight:bold;
font-size:25px;
color:#cc9a00;
text-decoration:none;
text-transform: uppercase;
}

#footer {
width:100%;
border-top:1px solid #bad3d8;
}

#filler {
width:100%;
height:60px;

}



#nav {
margin-top:8px;
margin-bottom:10px;
}
h2 {
font:normal 14px/14px helvetica, sans-serif;
color:#746D5A;
text-transform: uppercase;
letter-spacing: .2em;
margin:0px;
padding:0px;
}
h3 {
font:normal 11px/11px helvetica, sans-serif;
color:#746D5A;
text-transform: uppercase;
letter-spacing: .2em;
margin:0px;
padding:0px;
margin-bottom:7px;
}
p {
font-size:12px;
color: #746D5A;
margin-bottom:12px;
}

#content {
width:100%;
}

#content h2{
margin-bottom:15px;
margin-top:12px;
}

#content p {
margin-top:0px;
}
a {
color: #cc9a00;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

a:hover {
color: #d2d24e;
text-decoration:underline;
}

#nav a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-right:28px;
font-weight:normal;
color:#ccaa00;
text-decoration:none;
}

