
body {
	background: #fff url(../graphics/body.jpg) repeat-y 50% 0;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
}

span.Alert
{
    color: Red;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 101%;
}

span.Info
{
    color: Blue;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 101%;
}
a {
	color: #ee3338;
}
img {
	
}
strong {
	color: #165b9e;
}
#header {
	background: transparent url(../graphics/header.jpg) no-repeat 0 0;
	height: 190px;
	margin: 0 auto 0 auto;
	width: 760px;
}
#header a.headerhome {
	background: transparent url(../graphics/headerhome.gif) no-repeat 100% 0;
	color: #fff;
	float: right;
	font-size: .6em;
	font-weight: bold;
	line-height: 20px;
	padding: 0 32px 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#header a.headerhome:hover {
	text-decoration: underline;
}
#header ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 555px;
	    TOP: 10px;
}
#header li {
	float: left;
	list-style-type: none;
	margin: 140px 20px 0 0;
	padding: 0;
}
#header li a {
	background: transparent url(../graphics/headera.gif) no-repeat 2px 2px;
	color: #fff;
	display: block;
	font-size: .6em;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 95px;
}
#header li.headerlogin {
	margin: 140px 0 0 0;
}
#header li a:hover {
	background: transparent;
}
#page {
	margin: 20px auto 0 auto;
	overflow: hidden;
	width: 720px;
}
#footer {
	border-top: 1px solid #ccc;
	margin: 20px auto 0 auto;
	overflow: hidden;
	padding: 10px 0 10px 0;
	width: 760px;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	border-right: 1px solid #ccc;
	color: #333;
	display: block;
	font-size: .6em;
	line-height: 20px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}


#footer li a:hover {
	text-decoration: underline;
}
#footer p {
	color: #999;
	font-size: .6em;
	line-height: 20px;
	margin: 0 0 0 10px;
	

}
#footer p a {
	color: #333;
}

#footer .break 
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#admin_header
{
    Z-INDEX: 1;
    LEFT: 0px;
    WIDTH: 985px;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 35px;
    BACKGROUND-COLOR:	 red;
}
#admin_content
{
    Z-INDEX: 1;
    LEFT: 0px;
    WIDTH: 985px;
    POSITION: absolute;
    TOP: 35px
}