/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background: #999999 url(images/bknd.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;

/* links */
}	
#main a {
	color: #333333;
	font-weight: bold;
}
#footer a, active, visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;	

/* headers */
}
ul, ol {
	margin: 5px 20px 8px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}
#main h1 {
	padding-bottom: 8px;
	color: #990000;
	font: 20px/normal "Century Gothic";
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main h2 {
	font-size: 16px;
	line-height: normal;
	padding-bottom: 6px;	
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}	

/* layout */
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
	width: 800px;
	position: relative;
}
#header {
	height: 128px;
	width: 800px;
	background-image: url(images/KRON-HEADER.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#date {
	float: right;
	position: relative;
	height: 78px;
	padding-top: 50px;
	padding-right: 50px;
}
#dropmenu {
	float: left;
	height: 30px;
	width: 800px;
	background: #990000;
}
#flash {
	float: left;
	height: 237px;
	width: 800px;
	position: relative;
}
#main {
	float: left;
	position: relative;
	width: 800px;
	background: #FFFFFF;
	height: 145px;
}
#dod {
	height: 168px;
	width: 255px;
	position: absolute;
	left: 14px;
	top: 0px;
}
#testimonials {
	height: 168px;
	width: 258px;
	position: absolute;
	left: 272px;
	top: 0px;
}
#rr {
	height: 168px;
	width: 255px;
	position: absolute;
	left: 531px;
	top: 0px;
}
#footer {
	color: #FFFFFF;
	background: #990000 url(images/footer_bknd.jpg) repeat-x top;
	clear: both;
	height: 40px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font: 11px "Century Gothic";
	letter-spacing: 1px;
}
