/* CSS Document */


/* Basic HTML tags */

* {
	
}
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
a {
	color: #E00000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .8em;
}
h1, h2, h3, h4, h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top: .8em;
	margin-bottom: 0;
}
h1 { font-size: 2.2em; text-transform:uppercase; color:#E00000; font-weight:bold; margin:.1em 0 .4em 0; line-height: 1em;}
h2 { font-size: 1.5em; line-height: 1.2em;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

#head  {
	height: 258px;
	background: #F3F4EB url(../img/bg-head.gif) top left repeat-x;
}
#head .content {
	height: 251px;
	background: transparent url(../img/head_image.jpg) top left no-repeat;
	padding: 6px 0 0 13px;
}
#head h1 {
	height: 136px;
	width: 374px;
	background: transparent url(../img/logo.gif) top left no-repeat;
	margin: 0;
	padding:0;
}
#head h1 a {
	display:block;
	height:136px;
	width: 374px;
	overflow:hidden;
	padding: -136px 0 0 0;
	height: 0px !important;
	height /**/:136px;
}
#menu {
	position: absolute;
	top: 280px;
	left: 20px;
	width: 200px;
}
#menu ul {
	border-top: 1px solid #BBB;
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li{
	border-bottom: 1px solid #BBB;
	padding: 0;
	margin:0;
}
#menu ul li.selected {
	border-right: 4px solid #E00000;
}
#menu ul a {
	display:block;
	color: #000;
	padding: 3px;
}
#menu ul a:hover {
	text-decoration: none;
	color:#E00000;
	background-color:#F9F9F9;
}

#content {
	position: absolute;
	top: 280px;
	left: 260px;
	width: 500px;
	padding-bottom: 20px;
}