@charset "utf-8";
/* CSS Document */

*{
	font-family: Calibri, Arial, Helvetica;
	font-size:14px;
}

html{
	height:100%;
}

body{
	background-color:#dadecf;
	margin:0px;
	height:100%;
	background-image:url(../images/body_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

div.banner{
	width:100%;
	background-image:url(../images/top_bg.jpg);
	height:154px;
	position:absolute;
	top:0px;
	left:0px;
}

	div.logo{
		width:800px;
		height:120px;
		text-align:left;
	}
	div.menu{
		width:800px;
		height:34px;
		text-align:left;
	}
	img.menu{
		border:0px;
	}
	
div.content{
	width:800px;
	height:100%;
	background-color:#edeee9;
	text-align:left;
}
	div.filler{
		height:154px;
		width:800px;
	}
	
	div.submenu{
		width:800px;
		height:18px;
		background-image:url(../images/submenu_bg.jpg);
	}	
	
	div.header{
		width:500px;	/* 523 */
		float:left;
		height:30px;
		padding:20px 0px 10px 20px;
	}
	div.text{
		width:560px;	/* 323 */
		height:100%;
		float:left;
		padding:5px 20px 20px 20px;
		color:#5c5d52;
	}
	div.text_small{
		width:380px;	/* 323 */
		height:100%;
		float:left;
		padding:5px 20px 20px 20px;
		color:#5c5d52;
	}
	div.picture{
		width:200px;
		float:right;
		padding-top:20px;
		padding-bottom:50px;
	}
	div.youtube{
		width:360px;
		float:right;
		padding-top:20px;
		padding-bottom:50px;
		margin-right:10px;
	}
div.copyright{
	float:left;
	padding-top:10px;
	width:800px;
	padding-bottom:10px;
	text-align:center;
	font-size:11px;
	color:#5c5d52;
	font-style:italic;
}
	
input,select{
	border:1px solid #CCCCCC;
	margin:5px;
	padding:4px;
	font-size:90%;
	padding-left:6px;
	padding-right:6px;
}
