body {
	margin: 0px;
	padding: 0px;
    color: #383838;
    font: 13px Arial, Verdana, sans-serif;
    background-color: #d8c8b4;
}

.wrapper_top {
    width: 925px;
    height: 10px;
    background-image: url(../images/bg-top.png);
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
}

.wrapper {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    background: #fff url(../images/wrapper-bg.png) repeat-y;
}

.wrapper_bottom {
    width: 925px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bottom-bg.png);
}

h1 {
    color: #d8c8b4;
    text-align: center;
    margin-top: -1px;
    font: bold 1.4em Georgia, "Times New Roman", Times, serif;
}

h2 {
    padding-left: 14px;
    padding-top: 0;
    font-weight: bold;
    margin-top: 0;
    color: #2a1e0f;
    font-size: 2em;
}

h4 {
    font-size: 1.3em;
    padding-bottom: 0;
    margin-bottom: 0;
}

a {
    color: #000;
}

img {
    border-style: none;
}


/* @group Navigation */

.navwrapper {
    width: 228px;
    background-color: #2a1e0f;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

.logo {
    width: 228px;
    height: 137px;
    background-image: url(../images/logo.png);
}

.nav {
    font-size: 1em;
	position: relative;
	padding-bottom: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.nav ul {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 4px;
    list-style-type: none;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
    color: #d7c9ba;
    display: block;
    background-color: #514231;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.nav a:hover {
    text-decoration: underline;
    color: #fff;
}

.nav .active {
	color: #fff;
    font-weight: bold;
}

.active a:link, .active a:visited {
	color: #fff;
	text-decoration: none;
}

.contact_details {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #b7a088;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
}

.contact_details p {
    margin-top: 0;
}

.contact_details a {
    color: #b7a088;
}

.contact_details a:hover {
    color: #fff;
}

/* @end */

/* @group Content */
.hdr_title {
    width: 675px;
    background-color: #b7a088;
    color: #2a1e0f;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top: 5px;
    height: 40px;
}

.content {
    width: 675px;
    margin-right: 0;
    margin-left: 236px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.content ul {
    list-style-type: none;
    padding-left: 0;
}

.content li {
    padding-bottom: 10px;
    background: url(../images/bullet.png) no-repeat 0 3px;
    padding-left: 28px;
}

.intro_text  {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    line-height: 1.5em;
    font-size: 1.1em;
}

table {
    width: 600px;
}

/* @end */

/* @group Footer */

.footer_bar {
    width: 675px;
    background-color: #b7a088;
    color: #2a1e0f;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 25px;
    margin-top: 20px;
}

.footer_links {
    margin-right: auto;
    margin-left: auto;
    width: 925px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
}

#id_question {
    width: 600px;
    height: 150px;	
}

.errorlist {
	color: red;	
}
/* @end */