/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.jpg) top repeat-x #FDDABA;
font:70% Verdana;
color:#ACACB0;
}

a {
color:#000000;
}

a:hover {
text-decoration:none;
}

#header {
height:140px;
display:block;
background:url(../images/header.jpg) top center no-repeat;
}


h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
width:760px;
margin:0 auto;
background:#996633;
padding:5px;
}

#navigation {
background:;
width:760px;
border-top:0;
padding:12px 0;
margin:40px auto 3px;
font:150% times new roman;
color:#666666;
letter-spacing:2px;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#666666;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#CCCCCC;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#CCCCCC;
font-weight:bold;
}

#inner_container {
background:url(../images/inner_container.jpg) top repeat-x #45351C;
padding:10px 10px 10px 25px;
}

#sidebar {
width:200px;
padding:10px;
float:right;
background:#565857;
color:#bdbdc1;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:240px;

}

blockquote {
background: #6E5E3C;

padding:2px 17px;
}


p {
margin:10px;
padding:5px;
line-height:15px;
text-indent:0px;
}

p.note {
padding:20px;
background:url(../images/note_backgr.jpg) no-repeat #5D6C4D;
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
background:#565857;
padding:5px;
}

#footer {
width:730px;
background:#996633;
padding:10px;
margin:0 auto;
clear:both;
}


th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}

/************************** Index Page *********************************************/


.topTextDIV {position:absolute; text-align:center; z-index:-1; visibility:hidden;}
.bottomTextDIV {position:absolute; z-index:-2; visibility:hidden;}



