﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #315568;
	list-style-image: url(img/pin.png);
	background-color: #FFF;
	font-size: small;
}

#header
{
	top: 0px;
	left: 0px;
	height: 80px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(img/bak_l_blue.png);
}

#leftcmd
{
	border-style: outset;
	border-width: 1px;
	background-position: #F4F5D6;
	top: 80px;
	left: 0px;
	width: 20%;
	background: #FFFFCC;
	float: left;
}

#content
{
	top:80px;
	left:180px;
	width:79%;
	background:#FFF;
	float:right;
}
a
{
	font-size: small;
	color: #003366;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
