body {
	color:#C2BCB8;
	font-family: Arial,'Trebuchet MS',Verdana,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.42em;
	text-align: center;
}

/* give ie5 mac this so it gets no scrolls on the side (vertical centering comes from invalid 100% height on table element) */
body{ height:inherit; }

/* ie5 mac does not see this it is vertically centering via css for good browsers \*/
html, body{ height:100%; }
/* recover from hack */

#wrapper {
	width:688px; 
	margin: auto;
}

#content {
	text-align:left;
}

#logo {
	float:left; 
	width:485px; 
	height:58px;
}

#nav {
	margin-left:485px;
}

#flash {
	clear:both;
}

#footer{
	text-align:center;
	color:#C2BCB8;
	font-size:10px;
}

div,p,dt,dd,li,td {
	font-family: Arial,'Trebuchet MS',Verdana,Helvetica,sans-serif;
	font-size:11px;
}

h1{font-size:1.8em;line-height:1.8em;font-weight:thin;}
h2{font-size:1.6em;line-height:1.6em;}
h2{font-size:1.2em;line-height:1.2em;}
h3{font-size:1.45em;line-height:1.45em;}
h4{font-size:1.3em;line-height:1.3em;}
h5{font-size:1.5em;line-height:1.15em;}

h1,h2,h3,h4,h5 {
	font-family: Arial,'Trebuchet MS',Verdana,Helvetica,sans-serif;
	margin:0 0 .3em 0;
}

a:link {
	color:#C2BCB8;
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color:#C2BCB8;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:#C2BCB8;
	background-color:transparent;
	text-decoration:underline;

}
a:active {
	color:#C2BCB8;
	background-color:transparent;
	text-decoration:none;
}

img.block {
	display: block;
}