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

html, body {
margin: 0;
padding: 0;
background: #333333 url(images/mainbg.jpg) no-repeat;
}

#page-container {
width: 1000px;
margin: auto;
padding: 0;
}

#header {
padding: 0;
margin: 0;
height: 150px;
background: url(images/header.jpg) no-repeat;
text-indent: -9999px;
}

/* nav */

ul#topnav {
list-style-type: none;
position: relative;
width: 1000px;
height: 50px;
margin: 0;
padding: 0;
background: url(images/nav_bg.jpg) bottom left no-repeat;
}

li#nm_1 {
position: absolute;
top: 0px;
left: 375px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat 0 0;
}

li#nm_2 {
position: absolute;
top: 0px;
left: 475px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat -100px 0;
}

li#nm_3 {
position: absolute;
top: 0px;
left: 575px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat -200px 0;
}

li#nm_4 {
position: absolute;
top: 0px;
left: 675px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat -300px 0;
}

li#nm_5 {
position: absolute;
top: 0px;
left: 775px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat -400px 0;
}

li#nm_6 {
position: absolute;
top: 0px;
left: 875px;
width: 100px;
height: 50px;
margin: 0;
background: url(images/nav.jpg) no-repeat -500px 0;
}

ul#topnav a { 
display: block;
width: 100px;
height: 50px;
text-indent: -9999px;
text-decoration: none;
}

/*link states*/

li#nm_1 a:hover {background: url(images/nav.jpg) no-repeat 0 -50px;}
li#nm_2 a:hover {background: url(images/nav.jpg) no-repeat -100px -50px;}
li#nm_3 a:hover {background: url(images/nav.jpg) no-repeat -200px -50px;}
li#nm_4 a:hover {background: url(images/nav.jpg) no-repeat -300px -50px;}
li#nm_5 a:hover {background: url(images/nav.jpg) no-repeat -400px -50px;}
li#nm_6 a:hover {background: url(images/nav.jpg) no-repeat -500px -50px;}

/* main content */

#content-container {
width: 1000px;
padding: 0;
margin: auto 0;
}

#content {
float: left;
width: 675px;
height: 750px;
margin: 0;
padding: 0;
background: url(images/content.jpg) no-repeat;
}

p {
font-family: "Courier New", Courier, monospace;
font-size: 16px;
padding: 0; 
padding-left: 70px;
padding-right: 70px;
}

.top_p {
padding-top: 95px;
}

/*right coloumn styles*/

#right {
float: right;
width: 325px;
height: 750px;
margin: 0;
padding: 0;
background: url(images/right.jpg) no-repeat;
}

#right-list {
padding: 0;
margin: 0;
padding-top: 100px;
padding-left: 34px;
padding-right: 30px;
}

#right-list li {
padding-top: 10px;
}

#right-list a:link {
font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #000000;
text-decoration: none;
}

#right-list a:visited {
font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #000000;
text-decoration: none;
}

#right-list a:hover {
color: #996633;
}

#right-list a:active {
font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #000000;
text-decoration: none;
}

.class1 a:link {
padding-left: 40px;
font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #000000;
text-decoration: none;
}

.class1 a:hover {color: #996633;}
.class1 a:visited {color: #000000;}
.class1 a:active {color: #000000;}

.class2 a:link {
padding: 0;
font-family: "Courier New", Courier, monospace;
font-size: 16px;
color: #000000;
text-decoration: underline;;
}

.class2 a:hover {color: #996633;}
.class2 a:visited {color: #000000;}
.class2 a:active {color: #000000;}

#footer {
clear: both;
padding: 0;
padding-top: 70px;
margin: 0;
width: 1000px;
height: 140px;
background: url(images/footer.jpg) top left no-repeat;
}

/* p varients */

p.footer {
padding: 0;
padding-left: 500px;
}

/* headings */

h2 {
font-family: "Courier New", Courier, monospace;
font-size: 26px;
font-weight: normal;
padding: 0;
padding-left: 70px;
padding-right: 50px;
padding-bottom: -1em;
color: #996633;
}

h3 {
font-family: "Courier New", Courier, monospace;
font-size: 20px;
font-weight: normal;
padding: 0;
padding-left: 70px;
padding-right: 50px;
}

h4 {
font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-weight: normal;
padding: 0;
padding-left: 70px;
padding-right: 50px;
}

h5 {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 0;
padding-left: 70px;
padding-right: 50px;
color: #996633;
}
