* {
    padding: 0;
    margin: 0;
}
body {
    font-size: 14px;
    font-family: arial,georgia,serif;
}
br {
    clear: both;
}
.wrapper {
    width: 800px;
    margin: 0 auto;
}
.header, .content, .footer {
    display: block;
    width: 100%;
}
.header .title {
    width: 100%;
    margin: 40px 0 40px 0;
}
.header .title h1 {
    color: #ff7000;
    font-family: georgia;
    font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}
.header .title h2 {
    color: #2d2d2d;
    font-family: georgia;
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-left: 2px;
	text-transform: uppercase;
}
.header .navigation {
    border-top: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-family: georgia;
    text-align: left;
	text-transform: uppercase;
}
.header .navigation a {
    text-decoration: none;
    color: #000000;
}
.header .navigation a:hover {
    color: #ff7000;
}
.header .navigation ul {
    list-style-type: none;
    margin: 5px 0;
}
.header .navigation ul li {
    margin: 0 64px 0 0;
    display: inline;
}
.content .text {
    margin: 15px 0;
    line-height: 1.8;
}
.content .text h1 {
	float: left;
    font-family: georgia;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 245px;
}
.content .text h2 {
    font-family: georgia;
}
.content .text h3 {
    color: #352d75;
    font-size: 14px;
}
.content .text p {
    margin: 0 0 15px 0;
}
.content .text ul {
    margin: 0px 0;
    list-style-type: none;
}
.content .text a {
    color: #00780e;
    text-decoration: none;
    font-weight: bold;
}
.content .text a:hover {
    color: #ff7000;
}
.content .text .main {
	float: left;
	margin-bottom: 100px;
	margin-top: 10px;
	text-align: justify;
	width: 555px;
}
.content .text label {
    float: left;
    width: 125px;
    text-align: right;
    margin-right: 25px;
}
.content .text input {
    border: 1px solid #afafaf;
    padding: 2px 3px;
    margin-bottom: 15px;
    font-family: georgia,serif;
    font-size: 12px;
    width: 175px;
}
.footer {
    border-top: 1px solid #cccccc;
	clear: both;
    color: #474747;
    font-size: 11px;
	line-height: 1.8;
	padding-top: 3px;
    text-align: left;
}
.footer .text {
    margin: 3px 0;
}