@import url("reset.css");

html{
height:100%;
}
body {
	background-color: #9aafd7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	line-height: normal;
}

.container
{
	margin-right:auto;
	margin-left:auto;
	width: 770px;
	border-right: 4px solid #B38262;
	border-left: 4px solid #B38262;
	background-color: #FDF1F3;
	
	min-height:100%;
}
.flashcontent
{
background-color: #9aafd7;
}

.navbar
{
	width:770px;
	background-color:#B38262;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FDF1F3;
	text-align:center;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.content
{
width: 764px;
padding:4px;
}

.content img{
padding_left: 5px;
padding_right: 5px;
}

.footer
{
width: 770px;
text-align:center;
}


a.nav:link { color: #FDF1F3;  size: 12px; font-weight: normal; text-decoration:none;}
a.nav:visited {color: #FDF1F3;  size: 12px; font-weight: normal; text-decoration:none;}
a.nav:hover { color: #9aafd7;  size: 12px; font-weight: normal; text-decoration:none;}
a.nav:active {color:#9aafd7;  size: 12px; font-weight: normal; text-decoration:none;}
