#outerwrapper {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
}
#content p {
	margin-right: 40px;
	margin-left: 30px;
}
h1 {
	font-size: 16px;
	color: #383870;
	text-decoration: none;
	margin-left: 20px;
}


#header, #content, #footer {
	width: 100%;
}
body {
	color: #333333;
	text-decoration: none;
	background: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	color: #CCCCCC;
	text-decoration: none;
	background: #000000 url(assets/bg_mainSliceBottom.jpg) no-repeat top;
	font: .9em "Trebuchet MS", Verdana;
}
#header {
	height: 110px;
}

#footer a:link, #footer a:visited {
	color: #B7B7DB;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	overflow: auto;
	background: url(assets/bg_mainSlice.jpg) repeat;
}
.border {
	border: 2px solid #CC66FF;
}
