* {margin: 0; padding: 0;}

body{	
	color: #000000;
	background: #4fbce0 url(images/bg.gif);
	font: 12px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #0b799d;	
	font-weight: normal;
}

a:HOVER{
	text-decoration: none;
}

h1{
	font-size: 20px;
}

ul.menu{
	list-style-position: outside;
}

li.list{
	margin-left: 30px;
}
 /* === MAIN ELEMENTS === */
 
.clear{
	clear: both;
}
 
.wrapper{
	width: 940px;
	margin: 20px auto 0px auto;
	text-align: left;
}

.header{
	background: url(images/header.gif) no-repeat;
	width: 940px;
	height: 34px;
}

.header_2{
	background: url(images/header_2.gif) right 0px no-repeat;
	width: 940px;
	height: 153px;
}

.header_2 a.logo{
	background: url(images/logo.gif);
	width: 360px;
	height: 153px;
	display: block;
	float: left;
}

.header_3{
	background: url(images/header_3.gif) no-repeat;
	width: 940px;
	height: 15px;
	clear: both;
}

.main{
	background: url(images/main_back.gif);
	width: 940px;
}

.footer{
	background: url(images/footer.gif) no-repeat;
	width: 940px;
	height: 36px;
}

.sub_nav{
	color: #44270b;
	font-weight: bold;
	text-align: center;
}

.sub_nav a{
	color: #44270b;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.sub_nav a:HOVER{
	text-decoration: underline;
}

/* === NAVIGATION === */

.nav{
	background: url(images/nav_main_back.gif);
	width: 920px;
	margin: 0px 0px 0px 10px;
}

.nav ul{	
	width: 920px;	
	list-style: none;
}

.nav li{
	background: url(images/nav_back.gif) no-repeat;
	float: left;
}

.nav li a{
	color: #3a2613;
	display: block;
	padding: 6px 20px 5px 28px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.nav li a:HOVER{
	color: #0b799d;
}

.nav li a.selected{
	color: #0b799d;
	background: url(images/nav_back_on.gif) no-repeat;
}

/* === HOME === */

.c1{
	width: 660px;
	float: left;
	display: inline;
	margin: 5px 0px 10px 20px;
}

.c1 h1, .c3 h1{
	margin: 15px 0px 0px 0px
}

.c1 p{
	margin: 5px 0px 5px 0px
}

.c2{
background: url(images/home_pic.jpg) no-repeat;
	width: 223px;
	height: 305px;
	float: right;
	display: inline;
	margin: 10px 20px 10px 0px;
}

.c3{
	width: 900px;
	float: left;
	display: inline;
	margin: 5px 0px 10px 20px;
}