/* html tag over-rides */

body, p, td, table, tr, .bodytext {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	font-weight: normal;
}

#centering {

}

#backingimage {
	background: #282426 url('/images/background-big.jpg') no-repeat;
	height: 1064px;
	width: 1024px; 
	margin: 0 auto;
}

#container {
	padding-top: 260px;
	padding-left: 190px;
	padding-right: 175px;
	color: #ffffff;
}

#container-admin {
	width: 750px; 
	height: 100%;
	padding: 50px;
	margin: 0 auto;
	background-color: #000000;
}

#content {
	height: 460px;
	padding-top: 10px;
}

#menu {
	margin-bottom: 15px;
}

#footer {
	margin-top:45px;
	font-size: 9px;
}
.smalltext   {
    font-size:9px;
    line-height:11px;
    font-weight:normal; 
    color:#dddddd; 
    font-family: "Verdana","Modern","Sans Serif";
}

.error   {
    font-size:9px;
    line-height:11px;
    font-weight:normal; 
    color: #A73B3B; 
    font-family: "Verdana","Modern","Sans Serif";
}
.headline   {
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    color:#ffffff;
    font-family: "Verdana","Modern","Sans Serif";
}
.form   {
    color:#333333;
    background-color:#dddddd;
    border-style:none;
    font-family: "Verdana","Modern","Sans Serif";
    font-size:11px;
    line-height:13px;
    padding:2px;
}
.field   {
    color:#aaaaaa;
    font-family: "Verdana","Modern","Sans Serif";
    font-size:10px;
    line-height:12px;
    font-weight:bold;
}
.table   {
    font-size:10px; 
    line-height:18px; 
    font-weight:bold; 
    color:#cccccc; 
    font-family: "Verdana","Modern","Sans Serif";
}

#b1 { 
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
#b2 {
	font-size: 14px;	font-family: Arial, Helvetica, Geneva
}
h1 {
    color : #c9bdb8;
    font-weight: bold;
    font-family: Century, Century Gothic, Bookman Old Style, Arial;
	font-size: 16px;
	line-height: 20px;
}
h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px ;
	font-family: Arial, Helvetica, Geneva
}
h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
#menu a, #menu a:Visited, #menu a:Active, #menu a:Hover {
    color : #c9bdb8;
    font-weight: bold;
    font-family: Century, Century Gothic, Bookman Old Style, Arial;
    font-size: 11pt;  
    padding-left: 12px;
    padding-right: 12px;
}
#menu a:Hover  {
	color : #A73B3B;
    text-decoration: underline;
    font-weight: bold;
}

a, a:Visited, a:Active {
	color : #A73B3B;
	text-decoration : none;
}

a:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

hr {
	border: none 0;
	border-top: 1px solid #c9bdb8;
	color: #c9bdb8;
	background-color: #c9bdb8;
	height: 1px;
}

.comment-header {
	color: #A73B3B;
	font-weight: bold;
	font-size: 12px;
}
.comment-author {
	color: #c9bdb8;
}
div.comment-wrapper {
	padding:10px;
	text-align:right;
	width: 80%;
}
div.comment {
	width: 100%;
	background-color:#222222; 
	padding:5px; 
	text-align:left;
}
ul {
	padding-left:30px;
}
li {
	list-style: inside;
}