body {
	margin: auto;
	padding: 0;
	border: 0;	
	background: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #e3e3e3;
	line-height: 140%;
	width: 420px;
	}

 a:link {
	color: #666;
	text-decoration: underline;
	} 

 a:visited {
	color: #666;
	text-decoration: underline;
	}
	
p {
	text-align: left;
	}
	
	
hr {
	display: block;
	height: 1px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #666;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}

div#content {
	display: block;
	background: #000;
	height: 600px;
	width: 420px;
	margin: 30px 0 0 0;
	text-align: center;
	}
	
div#slides {
	display: block;
	background: #000;
	height: 460px;
	width: 400px;
	margin: auto;
	text-align: center;
	}

.heading { 	
	font-size: 24px;
	color: #e3e3e3;
	line-height: 15px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 2px;
	}

.sub_head { 	
	color: #e3e3e3;
	line-height: 180%;
	text-align: center;
	font-size: 14px;
	}
	
.link {
	color: #666;
	font-size: 11px;
	text-align: right;
	}

