body {
	font: small/1.8em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #222;
	margin: 0;
	padding: 0 1em;
	background: #5B99D7 url(../images/bg.png);
}

h1 {
	font-weight: normal;
	line-height: 2em;
	margin: 5px;
}

h2 {
	font-size: large;
	font-weight: normal;
}

h3 {
	font-size: medium;
	font-weight: normal;
}

a {
	color: #2A65AC;
	font-weight: bold;
	text-decoration: none;	
}

a:visited {
	color: #3A7DCF;
}

a:hover {
	color: #000;
	border-bottom: 1px solid;
}

img {
	border: 0;
}

input {
	border: 1px solid #bbb;
}
input:focus {
	border: 1px solid #C6DDF1;
}

.hide {
	position: absolute;
	left: -9000px;
}

#container{ 
	width:780px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

#header {
	height: 115px;
	margin: 1em 0 1em 0;
	padding: 5px 5px 5px 5px;
	background: #fff url(../images/header_bg.jpg) no-repeat;
	border: solid;
	border-width: 0 2px 2px 0;
	border-color: #ccc #777 #333 #ddd;
}
	#header p {
	font-weight: lighter;
	}

#nav-page {
	position: absolute;
	left: -5000px;
}

#content-main {
	float: right;
	width: 520px;
	height: 400px;
	padding: 1.5em 2em;
	margin: 0 0 1em;
}

#nav-main {
	float: left;
	width: 150px;
	height: 400px;
	padding: 1.5em;
	letter-spacing: 0.1em;
}
#home .home, #v2 .v2, #v3 .v3, #v4 .v4 {
	color: #000;
	background: #98BFE6 url(../images/pointer.gif) 0.2em no-repeat;
}
	#nav-main ul {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: left;
	}
	#nav-main li {
		margin: 2px 0;
	}
	#nav-main li a {
		display: compact;
		border: none;
		padding: 0 0 0 20px;
		background: url(../images/pointer.gif) 0.2em no-repeat;
	}
	#nav-main li a:hover {
		background-color: #C6DDF1;
	}
	#nav-main p {
		text-align: center;
	}

#footer {
	clear: both;
	height: 20px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 2px 2px 2px 2px;
	background: #fff;
	border: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #777 #333 #ddd;
}

#content-main, #nav-main {
	background: #fff;
	border: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #777 #333 #ddd;
}
