/* CSS Document */

.outline {
	width:800px;
	border:dotted 1px #333333;
}

.header {
	height:80px;
	width:765px;
	margin-left:25px;
	margin-top:5px;
	margin-right:10px;
}

.slideshow {
	width:800px;
	height:533px;
}

.content {
	margin-left:40px;
	margin-right:10px;
	margin-top:20px;
}

.footer {
	height:50px;
	width:800px;
}

.valign {
	vertical-align:top;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
	
h1 {
	font-size:10px;
	color:#999999;
}
	
h2 {
	font-size:12px;
	color:#FF0000;
}	
	
h6 {
	font-size:12px;
	font-weight:lighter;
	color:#000000;
}