/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bgabstract.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #e4e4e4;
	margin: 0px;
/* 	opacity:0.1; /* non IE */
/*  filter:alpha(opacity=10); /* IE */
	font-size: 11px;
	}

p {
	margin-top: 0px;
	padding-top: 0px;
	} 
	
input, textarea, checkbox, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4 !important;
	border: solid 1px !important;
	border-color: #ff6600 !important;
	font-size: 11px;
}

input:focus, textarea:focus, select:focus, checkbox:focus {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid !important;
	border-color: #CCCCCC !important;
	background-color: #f4f4f4 !important;
	color: #000000;
	font-size: 11px;

}

	
#stage {
	margin: 0 auto;
	width: 850px;
	background-color: #5c5c5c;
	min-height: 100%;
/*	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6; */
	}
	
	
* html #stage {
	height: 100%;
	min-height: 100%;
	}
	
#top {
	background-color: #000000;
	height: 100px;
	}

#middle {
	background-color: #FFFFFF;
	height: 532px;
	}

#left {
	float:left;
	height: 442px;
	width: 308px;
	background-image:url(../images/bg1.jpg);
	padding-top: 90px;
	padding-left: 55px;
	}
	
#right {
	float:left;
	width: 487px;
	color: #000000;
	font-size: 11px;
	}
	
	
#footer {
	margin: 0 auto;
	font-size: 10px;
	padding: 0;
	width: 770px;
	height: 30px;
	margin-top: -30px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;

}

	
#content {
	margin-left: 10px;
	margin-right: 10px;
	}


.clear_floats {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: hidden;
}


.thumbs {
	border: 1px;
	border-color: #ff6600;
	border-style: solid;
	padding: 2px;
	background-color: #FFFFFF;
	}

a img {
	border: 0px;
	}
	
.rederror {
	color: #CC0000;
	font-weight: bold;
	}

.greenerror {
	color: #009900;
	font-weight: bold;
	}
	
#contact {	
	line-height: 20px;
	}
	
	
a:link {
	text-decoration: none;
	color: #ff6600;
}

a:visited {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:active {
	text-decoration: none;
	color: #ff6600;
}