/* basic elements */



html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #666666;
	}
	

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #FF6600;
	}
	

	
a:hover {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	}
	
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	}


#centrering {width: 840px; margin-right: auto; margin-left: auto;}

#container {
	padding: 0;
	width: 840px;
	background: url(images/bg_format.gif) repeat-y;
	margin-bottom: 0;
	position: relative;
	overflow:hidden;
	}
	
	
#footer {
	width: 840px;
	background: #000000;
	height: 20px;
	clear: both;
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
	
#footer a:link, #footer a:visited { 
	color: #FF6600;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: both; 
	}
	
#footer a:hover { 
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal; 
	clear: both;
	}
	
	
#end {
	width: 840px;
	background: url(images/footer_format.gif) no-repeat;
	height: 46px;
	clear: both;
	color: #7D775C;
	font-family: Arial;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
		
table caption {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left:6px;
	padding-right: 0px;
	background: #000000;
	}

	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
	}
	
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	background:#cccccc;
	border: 1px solid #666666;
	}
		
input {
	padding: 0px 0px 0px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	background:#cccccc;
	border: 1px solid #000000;
	}
	
textarea {
	padding: 0px 0px 0px 4px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	background:#cccccc;
	border: 1px solid #000000;
	}
	
.form {
	padding: 0px 0px 0px 4px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	background:#cccccc;
	border: 1px solid #000000;
	}
	


/**** TABLE LAYOUTS ****/ 



#main {
	position: relative;
	width: 250px;
	}
