* {
	margin: 0;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

.footer, .push {
	height: 20px;
        text-align: center;
        clear: both;
}

body, textarea, input, select {
	background-color: #EBD9B8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #6E001E;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}

body {
	color: #6E001E;
}

a {
	font-size: 12px;
	color: #ff0000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #996622;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input[type=text], textarea {
     width: 15em;
     border: 1px solid #000;
     margin: 1px 10px 1px 1px;
     padding: 0px 0px 0px 0px; 
}

textarea {
     height: 4em;
}

input[type=submit], select {
     border: 1px solid #000;
     margin: 1px 10px 1px 1px;
     padding: 0px 0px 0px 0px;
}

select {
     margin: 1px 10px 1px 1px;
     padding: 0px 0px 0px 0px; 
}

div.item {
        float: left;
        clear: left;
        vertical-align: text-top;
        max-width:50%;
        text-align: left;
        padding: 5px 20px 5px 20px;
        margin: 5px 5px 5px 5px;
        border: 2.5px solid #6E001E;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
 }

div.header {
        float: left;
        clear: left;
        vertical-align: text-top;
        max-width:50%;
        text-align: center ;
        padding: 5px 5px 5px 5px;
        margin: 5px 10px 5px 10px;
 }

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.label {
	vertical-align: top;
}
