html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height //*/
    background-color: #EFECCA;
    font-family: 'PT Sans', sans-serif;
}

body, a {
    color: #002F2F;
}

div#wrapper{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 740px;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

    background-color: white;
    padding: 0 30px;

    border-left: 1px solid #A7A37E;
    border-right: 1px solid #A7A37E;
}

div#header {
    padding: 20px 0;
}

div#content {
	padding-bottom: 5em; /* bottom padding for footer */
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
    padding: 10px 0;
}

div#header .info {
    float: right;
    text-align: right;
    padding: 7px;

    border: 1px solid #EFECCA;
    border-radius: 4px;
}

/* logo */

.logo {

}

/* h */

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.4em;
}

/* menu */

ul#menu {
    list-style-type: none;
    padding: 0;
    margin-left: -7px;
}

ul#menu li {
    float: left;
}

ul#menu a {
    padding: 3px 7px;
    text-decoration: none;
}

ul#menu a:hover {
    background-color: #E6E2AF;
}

.nav a.in {
    background-color: #EFECCA;
}

/* table */

table tr.row1 {
    background-color: #EFECCA;
}

.row2 {

}