/* CSS Document */

body {
	background-color:#c9d8ba;
	background-image:url(bg.jpg);
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #192901;
	margin:0;
	padding:0;
	font-size: 26px;
    line-height: 100%;
}

h2 {
	color: #192901;
	margin:0;
	padding:0;
	font-size: 22px;
    line-height: 100%;
}

h3 {
	color: #192901;
	margin:0;
	padding:0;
	font-size: 18px;
    line-height: 100%;
}

h4 {
	color: #192901;
	margin:0;
	padding:0;
	font-size: 14px;
    line-height: 100%;
}
#header,#nav {
	width:800px;
	margin:0;
	padding:0;
	float:left;
}
#container {
	text-align: left;
	width: 800px;
}
#header {
	background-image:url(deco1.jpg);
	background-repeat:no-repeat;
	height:150px;
}


/* Navigation */
#nav {
	width: 800px;
	margin:0;
	padding:0;
	background-color: #16465b;
}
#nav .navigation a {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
	text-align:center;
	line-height: 25px;
	font-size: 12px;
	font-weight:bold;
}

#nav .navigation a {
	width: 100px;
	display:block;
	background-color:#16465b;
	height: 25px;
	color:#52c6fb;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
#nav .navigation a:hover {
	background-color:#52c6fb;
	color:#000000;
}

/*  Body  */

#main {
	float:left;
	width: 780px;
	font-size:12px;
	background-color:#FFFFFF;
	padding: 10px;	
}

#left {
	float:left;
	border-right:1px dotted #cccccc;
	width:480px;	
	padding: 10px;
	padding-top 0px;
}

#right {
	width:160px;
	float:left;
	padding: 10px;
	padding-top: 0px;
}

#left, #right {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#bottom {

	width:680px;
	border-top:1px dotted #cccccc;
	padding:10px;
	clear:both;
}
#footer {

	clear:both;
	width:800px;
	height:50px;
	background-color:#adccda;
	text-decoration:none;
}
#footer #nav2 {
	width: 800px;
	padding:0;
	margin:0;
	font-size:11px;
	text-align:center;
}
#footer .navigation2 {
	display:inline;
	line-height:22px;
	padding-left:10px;
}

#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
	color:#134b64;
}

#copyright {
	font-size:11px;
	width:800px;
	text-align:center;
}
#copyright a {
	text-decoration:none;
	color:#000000;
}
#copyright a:hover {
	text-decoration:underline;
	color:#999999;