/* CSS Document */

* {margin: 0px;
   padding: 0px;}
   
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	height: 224px;
	width: 100%;
	margin-top:60px;
}

#left {
	width: 339px;
	position:absolute;
	top: 273px;
	left: -340px;
	background-image: url(images/menu_left.png);
	height: 257px;
} 

#right {
	width: 615px;
	border: 1px solid #666666;
	position: absolute;
	right: 5%;
	top: 10px;
	background-color: #FFFFFF;
}

p {margin: 15px;}

h1 {
	margin: 15px;
	font-size: 16px;
	color: #666666;
}

h2 {
	margin: 15px;
	font-size: 16px;
	color: #666666;
} 

#navcontainer {
	margin-top: 75px;
	color: #000000;
}

#navcontainer ul
{  
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #607F94;
	text-align: right;
}

#navcontainer a
{    height: 15px;
	display: block;
	padding: 3px;
	padding-right: 25px;
	border-bottom: 1px solid #fff;
	color: #5C7C93;
}

#navcontainer a:link, #navlist a:visited
{
color: #5D7D94;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #000000;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
