html {
	height: 100%;
}
body 
{ 
	background-color: #cacaca;
	margin: 0px; 
	padding: 0px; 
	font-family:Verdana, Arial, Helvetica, Sans-Serif; 
	color:#FFFFFF; 
	font-size: smaller; 
	height: 100%;
} 
h1,h2,h3,h4,h5 {
	margin: 15px;
	padding: 0px;
}
ul {
	padding-left: 15px;
	margin: 0px;
}
img {
	border: 0px;
}
input {
	border: 1px solid brown;
	background-color: #FFF2BF;
}
a {
	color: #683906;
}
a:hover {
	color: #B9660B;
	text-decoration: none;
}
.all {
	vertical-align: top;
	height: 100%;
	width: 760px;
	margin-left: auto;
    margin-right: auto;
}
div{ 
	margin: 0px; 
} 
.menu {
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	width: 703px;
	height: 31px;
	text-align: left;
}
.header 
{ 
	position: relative; 
	top: 0px; 
	padding: 0px; 
	width: 760px;
	height: 123px;
	background: url('images/logo.jpg'); 
} 
.block {
	padding: 5px;
	background: url('images/block.jpg') no-repeat;
	background-color: #e78922;
	border-bottom: 5px solid #cacaca; 
	border-top: 5px solid #cacaca;
}
.height {
	height: 100%;
}
.text {
	height: 100%;
	color: #a75c0a;
	background-color: #f3deb9;
	padding: 5px;
}
.welcome {
	background-color: #f3deb9;
	background: url('images/welcomemessage.jpg');
	border-bottom: 5px solid #cacaca;
}
.end {
	padding: 5px;
	background: url('images/block.jpg') no-repeat;
	background-color: #e78922;
	min-height: 175px;
	border-top: 5px solid #cacaca;
}
.accountstat {
	padding: 5px;
	background: url('images/block.jpg') no-repeat;
	background-color: #e78922;
	height: 500px;
	border-top: 5px solid #cacaca;
}
.ctable {
	background-color: #f3deb9;
	padding:0px;
}
.link {
	color: #ffffff;
}
a.link:hover {
	color: #ffffff;
}
.maintable {
	width: 100%;
	border: 0px;
}
.left {
	width: 171px;
	vertical-align: top;
	background: #e78922; 
	border-right: 5px solid #cacaca;
}
.right {
	width: 171px;
	vertical-align: top;
	background: #e78922; 
	border-left: 5px solid #cacaca;
}
.footer 
{ 
	clear: both;
	position: relative; 
	width: 763px;
	height: 36px;
	margin-bottom: 10px;
	background: url('images/footer.jpg') no-repeat;
}
.welcome {
	width: 406px;
	height: 33px;
	margin: 0px;
}
.main {
	margin-top: 5px;
	height: 92%;
	color: #a75c0a;
	width: 406px;
	background: #f3deb9;
}
.ads {
	width: 192px;
	height: 141px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	background: url('images/ads.jpg') no-repeat;
}