/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0px;
	text-align:center;
	color:#67371C;
	background-color:#DCF5F0;
}

* { 
    margin: 0; 
} 

html, body { 
    height: 100%; 
} 

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -65px; 
} 

.footer, .push { 
    height: 65px; 
	text-align:center;
} 

.shadow {
	width:775px;
	background-image:url(shadow.png);
	margin: 0px auto;
}
.page {
	width:725px;
	text-align:left;
	margin:20px;
	background-color: #FFFFFF;
	height-min:100%;
}
.navbar {
	text-align:center;
	margin-left:110px;
}
.nav {
	padding-left:5px;
	text-align:center;
	vertical-align:bottom;
	padding-right:5px;
	color:#67371C;
	width:20%;
	height:20px;
	float:left;
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left;
}

body, h1, h2, h3, h4, h5, table, td, tr {
	font-size:small;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#67371C;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#67371C;
	font-weight:bold;
}



/* CSS Document */

