/* CSS Document */

/* Body */
body {
background-color: #362A2C;
margin: 0 0 0 0;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #B3ADAE;
}

.wrapper {
background: url(images/bg.png);
background-repeat: repeat-y;
width: 908px;
margin: auto;
margin-top: 25px;
}

/* End Body */

/* Header */
.header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width: 908px;
height: 272px;
}
/* End Header */

/* Navigation */

.nav {
background-image: url(images/nav_bg.jpg);
background-repeat: no-repeat;
margin-left: 4px;
margin-right: 4px;
height: 30px;
width: 900px;
}

.nav ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

.nav ul li {
float: left;
width: 150px;
text-align: center;
border-left: 1px solid #ffffff;
margin-top: 5px;
margin-left: 0px;
padding-left: 0px;
}

#first {
border-left: 0px;
width: 150px;
margin-left: 0px;
padding-left: 0px;
}

.nav ul li a {
color: #ffffff;
text-decoration: none;
}

.nac ul li a:hover {
color: #B3ADAE;
}

.nac ul li a:visited {
color: #ffffff;
}

/* End Naviation */

/* Content Area */
.content_wrapper {
background-color: #434240;
padding: 10px;
margin-left: 4px;
margin-right: 4px;
}

.content {
background-color: #111110;
background-image: url(images/content_bg.jpg);
background-repeat: no-repeat;
padding: 1px 7px 7px 7px;
}

.pagetitle {
font-size: 24px;
color: #B3ADAE;
margin-bottom: 7px;
}

/* End Content Area */

/* Footer */
.footer {
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
width: 908px;
height: 34px;
text-align: center;
padding-top: 5px;
font-size: 12px;
margin: auto;
}

/* End Footer */

/* Misc */
ul {
margin: 0 0 0 0;
}

a {
color: #9FD6C7;
}

a:hover {
color: #ADAC99;
}

strong {
color: #ffffff;
}

/* End Misc */
