
body
{
	text-align:center;	
	background-color: #006699;	
}

#container
{
	width: 620;
	background-color: #1177AA;
	padding: 0;
	margin-top: 100em;
	margin: 0 auto;
}
#header, #footer
{
	padding: 0;
	width: 620;
	text-align: left;	
	border: 0px solid;
}

#header
{
	background-color: #006699;
	color: #DDDDDD;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
#header_top {background: #0080C0 url(images/corner-left.gif) no-repeat bottom center }


#content
{
	height:300;
	border-top: 1px dotted #DDDDDD;
	border-left: 1px dotted #DDDDDD;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}

#footer
{
	background-color: #006699;
	color: #AACCEE;
	font-family: Verdana, Arial;
	font-size: 11px;
	position: relative;
	text-align: right;
}

.spacer100
{
		height:100;
}

.spacer50
{
		height:50;
}
.spacer75
{
		height:75;
}

.link
{
	color:#1177AA;	
}