﻿body
{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding: 0px;
	margin: 0px;
	background-image: url('/Images/header.png');
	background-repeat: repeat-x;
}
a
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color: #333333;
}
a:hover
{
	color: #fa0000;
}
a:active
{
	color: #ff0000;
}
h1
{
	font-size: 1em;
	text-transform: uppercase;
	b1ackground-color: #e0e0e0;
	background-image:url('/images/test.png');
	background-repeat:repeat-x;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	border-left: 1px solid #564b47;
	border-right: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px;
}
h2
{
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}
/* ----------container to center the layout-------------- */
#container
{
	width: 1000px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999;
}
/* ----------banner for logo-------------- */
#banner
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}
/* -----------------content--------------------- */
.right
{
	background-color: #ffffff;
	padding: 0px;
	margin-left: 790px;
	margin-right: 0px;
	margin-bottom:30px;
	padding: 5px;
	background-color: white;
	border:solid 1px #aaa;
	width:180px;
}
div .content, .contentWide
{
	height: auto;
}
/* --------------left navi------------- */
.content, .contentWide
{
	float: left;
	width: 750px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 5px;
	background-color: white;
	border:solid 1px #999;
}

.contentWide
{
	width:960px;
}

/* -----------footer--------------------------- */
#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color:#ddd;
}

#nav
{
	position:relative;
	margin-right:10px;
	text-align:right;
	top:-50px;
	color:Black;
	font-weight:bolder;
}

#nav a
{
	text-decoration:none;
	padding-right:10px;
}

#line
{
	position:relative;
	height:1px;
	font-size:1px;
	width:100%;
	background-color:#000;
	top:-35px;
	padding:0px;
}