body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #2F3D4A;
	color: #352C31;
}

div, p, 
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input,
blockquote, address { margin: 0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight: normal; }
ol, ul { list-style-type : disc; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, { font-style : normal; font-weight : normal; }

h1 { font-size : 180%; color:#7E1921;}
h2 { font-size : 130%; color:#7E1921;}
h3 { font-size : 120%; font-weight: bold;}

#SiteTitle {
	width: 801px;
	text-align: center;
	margin: 0 auto;
}

	#SiteTitle h1 {
		color: #EEEEEE;
		font-size: 36pt;
		font-family: Candara, Arial, Helvetica, "Sans Serif";
		font-weight: bold;
		margin: 0;
	}
	
	#SiteTitle h2 {
		color: #EEEEEE;
		font-size: 12pt;
		font-family: Candara, Arial, Helvetica, "Sans Serif";
		font-weight: bold;
		margin: 0;
	}

#HeaderPhotos {
	height: 151px;
	width: 801px;
	background-image: url(../images/layout/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
	
#LanguagePicker {
	position: relative;
	top: 130px;
	left: 700px;
	width: 100px;
}

	#LanguagePicker ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#LanguagePicker ul li {
			float: left;
			margin-left: 2px;
			width: 20px;
		}
		
#Menu {
	height: 20px;
	width: 801px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

	#Menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#Menu ul li {
			width: 11%;
			float: left;
		}
		
			#Menu ul li a, #Menu ul li a.active, #Menu ul li a.visited {
				font-family: Arial, Helvetica, sans-serif;
				color: #EEEEEE;
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
			}
			
			#Menu ul li a:hover {
				text-decoration: underline;
				color: #FFFFFF;
			}
			
.contentsHeader {
	background-image: url(../images/layout/contents-header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 801px;
	height: 8px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
	
#Contents {
	background-color: #CCCCCC;
	background-image: url(../images/layout/contents-background.jpg);
	background-repeat: repeat-x;
	min-height: 346px;
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

	#Contents p, #Contents h3, #Contents form {
		padding: 10px;
	}
	
	#Contents table td table {
		padding-left: 10px;
	}

	#Contents h3 {
		color: #352C31;
		font-family: Candara, Arial, Helvetica, "Sans Serif";
		font-weight: bold;
		font-size: 22px;
	}
	
	#Contents h4 {
		color: #352C31;
		font-family: Candara, Arial, Helvetica, "Sans Serif";
		font-weight: bold;
		font-size: 18px;
	}
	
	#Contents h5 {
		color: #352C31;
		font-family: Arial, Helvetica, "Sans Serif";
		font-weight: bold;
		font-size: 14px;
	}
