body {
	background-image: url('../images/bg_index.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 140%;
	margin: 0px;
	scroll: no;
	padding-top: 0px;
}



a {
	text-decoration: underline;
	color: #ffffff;	
}
a:visited {	
	text-decoration: underline;	
	color: #ffffff;	
}
a:hover {
	text-decoration: none;
	color: #ffffff; 	
}
a:active {	
	text-decoration: underline;	
	color: #ffffff;	
}


a.light:link {
	text-decoration: underline;
	color: #ffffff;
}
a.light:visited {	
	text-decoration: underline;
	color: #ffffff;	
}
a.light:hover {
	text-decoration: none;
	color: #ffffff; 	
}
a.light:active {
	text-decoration: underline;
	color: #ffffff;	
}



h1 { 
	font-size: 15px; 
	font-family: verdana, arial;
	letter-spacing: 1px; 
	margin-top: 8px;
	margin-bottom: 8px;  
	color: #ffffff;
	}
h2 { 
	font-size: 12px; 
	font-family: verdana, arial;
	letter-spacing: 1px; 
	margin-top: 0px;
	margin-bottom: 0px;  
	color: #ffffff;
	}
h3 { 
	font-size: 10px; 
	font-family: verdana, arial;
	margin-top: 4px;
	margin-bottom: 4px;  
	color: #ffffff;
	}

hr { 
	height: 1px; 
	border: 0px; 
	background-color: #ffffff;
	color: #ffffff;
	}

img { 
	border-color: #ffffff;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li {
	list-style: square;
	margin: 0px;
}



div#container {
	border-width: 0px;
	border-style: solid;
	border-color: orange;
	width: 760px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	z-index: 5;
	position: relative; 
	left: 50%; 
	margin: 0 0 0 -380px;

}

div#top {
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
	width: 100%;
	height: 35px;
	z-index: 10;
}

div#menu {
	border-width: 0px;
	border-style: solid;
	border-color: green;
	width: 100%;
	heigth: 100px;
	margin-left: 20px;
	z-index: 10;
}

div#content {
	border-width: 0px;
	border-style: solid;
	border-color: green;
	width: 100%;
	heigth: 100%;
	z-index: 10;
}

div#footer {
	border-width: 0px;
	border-style: solid;
	border-color: green;
	width: 100%;
	height: 15px;
	z-index: 10;

}

div#tracker {
	top: 0px;
	width: 1px;
	height: 1px;
	visibility:hidden;
	z-index: 0;
}



div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}
