/* CSS Document */

body {
font-family:"Times New Roman", Times, serif;
font-size:100.1%;
color:#000;
background-image:url(images/bg_flames.jpg);
background-repeat:repeat;
}

h1 {
font-size:150%;
}

#wrapper {
margin:25px auto;
width:940px;
border:3px solid #b94c13;
}

#header {
text-align:center;
}

#nav {
width:154px;
float:left;
color:#ccc;
text-align:right;
border-top:1px solid #b94c13;
background-color:#5b6635;
font-size:90%;
}

#nav a, #nav a:link {
display:block;
border-right:12px solid #5b6635;
color:#ccc;
background-color:#5b6635;
text-decoration:none;
}

#nav a:hover, #nav a:active, #nav a:focus {
display:block;
border-right:12px solid #bfc2a5;
color:#333;
background-color:#b94c13;/*orange*/
text-decoration:none;
}


#content {
float:left;
width:766px;
background-color:#bfc2a5;
border-top:1px solid #b94c13;
padding:3px 10px;
text-align:justify;
}

#content a, #content a:link {
color:#b94c13; /*orange*/
text-decoration: underline;
}

#content a:visited {
color:#b94c13; /*orange*/
text-decoration:none;
}

#content a:hover, #content a:active, #content a:focus {
color:#9993;
text-decoration:underline;
}


#footer {
background-color:#5b6635;
border-top:2px solid #b94c13;
font-size:90%;
clear:both;
color:#ccc;
padding:2px;
text-align:center;
}

#footer a, #footer a:link {
color:#ccc;
text-decoration: underline;
}

#footer a:visited {
color:#b94c13;
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus;{
color:#b94c13;
text-decoration:none;
}
.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.colbottom {
margin-bottom:0 !important
}

.grey {
color:#666;
font-size:90%;
}

