body {
	margin: 0px;
	background: #fff url('images/bg.jpg') repeat-x;
	font: 11pt verdana;
	line-height: 1.6;
	text-align: justify;
	}
	
html {
	min-height: 100%;
	}
	
div.bg {
	background: url('images/bg.gif') no-repeat top center;
	}
	
div.container {
	width: 777px;
	margin: auto;
	}
	
div.head {
	background: url('images/1.jpg') no-repeat;
	width: 777px;
	height: 378px;
	}
	
div.head2 {
	background: url('images/2.jpg') no-repeat;
	width: 777px;
	height: 146px;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
div.content {
	background: url('images/cbg.jpg') repeat-y;
	width: 777px;
	}
	
div.content2 {
	background: url('images/cbg_.jpg') no-repeat;
	width: 777px;
	}
	
div.content3 {
	width: 552px;
	margin-left: 120px;
	}

div.header {
	background: url('images/header.gif') no-repeat;
	margin: 0px auto 3px auto;
	width: 552px;
	height: 30px;
	padding-left: 9px;
	font: 14pt verdana;
	color: #fff;
	padding-top: 4px;
	}
	
	div.nav1 {
		width: 101px;
		height: 16px;
		}
		
		div.nav1 a:link, div.nav1 a:visited, a.nav1 a:active  {
			background: #9DC4DC;
			}
			
		div.nav1 a:hover  {
			background: #CCE8F8;
			}
			
	div.nav2 {
		width: 101px;
		height: 16px;
		}
		
		div.nav2 a:link, div.nav2 a:visited, a.nav2 a:active  {
			background: #CCE8F8;
			}
			
		div.nav2 a:hover  {
			background: #9DC4DC;
			}
			
img.left {
	float: left;
	padding-right: 5px;
	}

img.right {
	float: right;
	padding-left: 5px;
	}
	
h1 {
	text-align: center;
	color: #80B3D1;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
h2 {
	text-align: center;
	color: #A4C0D0;
	margin-top: 8px;
	margin-bottom: 8px;
	}
			
a:link { color: #3E84AC; font-weight: bold; text-decoration: none; }
a:visited { color: #3E84AC; font-weight: bold; text-decoration: none; }
a:active { color: #3E84AC; font-weight: bold; text-decoration: none; }
a:hover { color: #CDEAFB; font-weight: bold; text-decoration: none; }