/* This is the main style page for Deron Neblett. */

body {
background-color: #30271d;
font-family: Verdana, Helvetica, Arial, sans-serif; 
margin: 0px;
padding: 0px; 
text-align: center;
background-image: url(../img_index/bkgd_1.jpg);
background-repeat: repeat; 
}

#container {
position: relative;
margin: 0px auto 0px auto;
width:950px;
text-align: left;
}

#header {
margin: 0em;
padding: 0em;
width:950px;
height: 175px;
background-image: url(../img_index/header.jpg);
background-repeat: no-repeat;
}

#header p {
margin: 0em;
padding: 140px 185px;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #a73331;
font-weight: bolder; }

#content {
width:950px;
margin: 0em;
padding: 0em;
color: #a23a37;
 }

#content p {
color: #5d5d5d;
font-family: monospace;
font-size: 1em;
line-height: 1.3em;
text-align: justify; 
}

/* Horizontal Navigation */

#nav {
margin: 0em;
padding: 0em;
background-image: url(../img_index/navigation_bkgd.jpg);
background-repeat: no-repeat; 
width:950px;
height: 38px;
}

#navcontainer {
margin: 0em;
padding: 1px 95px;
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#navlist li {
margin: 0px;
display: inline;
list-style-type: none;
padding: 0px 1px;
font-size: 11px;
 }

#navlist a, #navlist a:link  {
color: #4c2522;
text-decoration: none; 
}

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

/* Some text rules. */

a:link {
color: #0e2477;
text-decoration: none; 
}

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

a:active {
color: #2a3f77;
text-decoration: underline; 
}

#footer, #footer p {
margin-top: 0em;
padding: 0em;
color: #919191;
font-size: 0.8em;
text-align: center; }

#footer a {
color: #919191;
text-decoration: none; 
}

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

#footer a:active {
color: #ffffff;
text-decoration: underline; 
font-weight: bold; 
}

.current {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #a9362d;
margin: 0em;
padding: 0em;
font-weight: bold; 
}

#signature, #signature p {
color: #919191;
padding: 0em;
padding: 0em;
font-size: 0.8em;
line-height: 10px;
text-align: center;
}

#signature a {
color: #919191;
text-decoration: none;
}

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