html, body, form, input, select, fieldset,td {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #ababab; }
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6, pre, code {font-size: 11px; }
ul, ol {list-style: none; }
form label {cursor: pointer; }
address {font-style: normal; }
:link,:visited { text-decoration: none;  }
a img,:link img,:visited img {border: none; }
fieldset {border: none;}
div.clear, span.clear {clear: both; font-size: 0px; }
body{
	margin: 30px 0 30px 0;
    padding: 0;
	background: url(../images/bg.png) repeat-x #3F0000;
	text-align: center;
}
#wrapper{
    width: 750px;
    margin: auto;
	background: url(../images/tr_bg.png) repeat-y;
	text-align: left;
	border: 1px solid black;
}
#header{
    width: 921px;
	height: 275px;
	background: url(../images/header.png) no-repeat;
}
#topmenu{
    text-align: center;
	height: 21px;
    background: url(../images/menu_bg.png) repeat-x;
	padding-top: 3px;
}
#topmenu li{
    display: inline;
}
#topmenu a{
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	padding: 0 10px 0 10px;
}
#topmenu a:hover{
	font-size: 15px;
	border-top: 1px solid #5F4747;
	border-bottom: 1px solid #5F4747;
}
#user4{
       padding-left: 260px;
}
#mainmenuleft{
    width: 229px;
	float: left;
	padding: 10px;
	font-size: 13px;
}
#mainmenuleft ul{
    list-style-image: url(../images/list.png);
	padding-left: 20px;
}
#mainmenuleft h3{
    font-size: 17px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #cccccc;
	background: url(../images/leftmenu_bg.png) no-repeat;
}
#mainmenuleft a{
    font-family: MS Sans Serif;
	font-weight: bold;
    color: #6F6F6F;
}
#mainmenuleft a:hover{
    font-family: MS Sans Serif;
	border:1px solid #8F8F8F;
	font-weight: bold;
    color: #6F6F6F;
	padding: 2px;
}
#footer{
    height: 20px;
	padding-top: 4px;
	text-align: center;
	clear: both;
	background-color: black;
	color: #8F8F8F;
}
#footer a{
    text-decoration: none;
	color: #3F0000;
	font-weight: bold;
}
#content{
    width: 480px;
    float: right;
	padding: 10px 10px 10px 0px;
}
#content td{
    font-size: 13px; 
}
#content td a{
	color: #dbdbdb;
       font-weight: bold;
}
#content td a:hover{
    text-decoration: underline;
	color: #dbdbdb;
        font-weight: bold;
}
.contentheading {
	font-family: "Trebuchet MS".Tahoma, Verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 10px;
}
.small{
    font-size: 13px;
	font-weight: bold;
}
.createdate{
    font-size: 12px;
}
.modifydate{
    font-size: 12px;
}
.readon{
	font-weight: bold;
    font-size: 16px;
	color: #4F4545;
}
a.blogsection{
    font-size:13px;
	color: #6F6868;
}
.pagenav{
    font-size:13px;
}
a.pagenav{
    font-size:13px;
	color: #5F4747;
}
label{
    color: #6F6868;
}
#modlgn_username, #modlgn_passwd{
    background-color: #4F2222;
	border: none;
}
input.button{
    background-color: #7F2F2F;
    border: none;
	margin: 3px;
}