/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/1.75em Arial, Helvetica, sans-serif;
	color: #333333; 
	text-align: left;	
	background: #999999 url(images/bknd.jpg) repeat-x left top;

/* headers */
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;

/* links */	
}
#main a {
	color: #840D0E;
}
#footer a, active, visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;	

/* start - table */
}
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #ECECEC;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999999;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
	color: #444;
	font-size: 1.4em;
	line-height: 1.5em;
/* 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: 750px;
	padding: 30px 20px 10px 30px;
	background: #FFFFFF url(images/content-wrap.jpg) repeat-x top;
}
#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;
}

#main h1 {
	font: normal 28px/normal Georgia, "Times New Roman", Times, serif;
	color: #810A0A;
	border-bottom: 1px solid #dadada;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 4;
	text-transform: capitalize;
	padding: 0px 0 2px 0px;
}
#main h2 {
	font: normal 20px/normal Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	color: #000000;
}
