﻿body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#menu {
	float: left;
	width: 145px;
	padding-top: 10px;
	padding-left: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu li{
	list-style-type: none;
}
#menu a{
	color: #000000;
	text-decoration: none;
}
#menu a:link, #menu a:visited, #menu a:active{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 3px;
	text-decoration: none;
	background-color: #F8F8F8;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FF6600;
}
#menu a:hover{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 3px;
	color: #FF6600;
	text-decoration: none;
	background-color: #F0F0F0;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #FFFFFF;
	border-left: 3px solid #FF6600;
}
#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-y;
}
#header {
	height: 303px;
	border-bottom: 1px solid #000000;
}
#section {
	margin: 0px;
	padding: 0px;
}
#subsection {
	margin: 0px;
	padding-left: 10px;
}
#content {
	float: right;
	width: 579px;
	padding: 10px;
}
#footer {
	width: 750px;
	height: 14px;
	clear: both;
	background-image: url(../images/footer+.jpg);
	background-repeat: no-repeat;
}
#footer a{
	text-decoration: none;
}
#admin {
	width: 85px;
	float:left;
}
#admin a:link, #admin a:visited, #admin a:active{
	text-decoration: none;
	background-image: url(../images/admin.jpg);
}
#admin a:hover{
	background-image: url(../images/admin_on.jpg);
}
#webmail {
	width: 54px;
	float:left;
}
#webmail a:link, #webmail a:visited, #webmail a:active{
	text-decoration: none;
	background-image: url(../images/webmail.jpg);
}
#webmail a:hover{
	background-image: url(../images/webmail_on.jpg);
}
img {
  padding: 5px;
}