* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #41403D;
}

/* fonts */
h1 {font-size: 1.8em; color: #FBB40D; font-weight: bold; line-height: 50px; text-align: center;}
h2 {font-size: 1.4em; color: #53241A; font-weight: bold; line-height: 40px;}
h3 {font-size: 1.2em; color: #FFFFFF; font-weight: normal; line-height: 40px;}
h4 {font-size: 1.0em; color: #FBB40D; font-weight: bold; line-height: 30px;}
h5 {font-size: 0.8em; color: #CC0000; font-weight: normal; line-height: 50px;}
p {font-size: 1.0em; color: #FFFFFF; font-weight: normal; line-height: 25px;}
.bold {font-size: 1.0em; color: #FBB40D; font-weight: bold;}
.img {border: 1px solid #000000;}
.imgleft {margin: 20px 0px 20px 50px; border: 1px solid #000000;}
.imgcenter {margin: 20px 0px 20px 0px; border: 1px solid #000000;}
.imgright {margin: 20px 0px 20px 200px; border: 1px solid #000000;}
.imgfloat {float: left; margin-left: 40px; margin-right: 60px;}
.imgfloatright {float: right; border: 1px solid #000000;}
.imggal {text-align: center;}
.center {text-align: center;}

.container {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.header {
height: 202px;
border: 1px solid #000000;
background-color: #FBB40D;
}
.content {
	padding: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #2D2D2D;

}
.contentx {
padding: 20px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #2D2D2D;
}
.footer {
text-align: right;
padding: 10px 50px 10px 0px;
background-color: transparent;
}

/* navigation */
.nav {
height: 30px;
background-color: transparent;
}
.nav li {
list-style-type: none;
display: block;
display: inline;
padding: 10px;
}
.nav a {
text-decoration: none;
}
.nav a:link {
font-size: 16px;
font-weight: normal;
color: #FFFFFF;
background-color: #41403D;
}
.nav a:hover {
color: #CC0000;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:active {
color: #FFFFFF;
font-weight: normal;
}
