body {
	background-color: #464646;
	text-align: left;
	font-family: Arial, Helvetica;
}

#left_content a:link { color: #00528d; }
#left_content a:visited { color: #003153; }  
#left_content a:hover { color: #007fd9; }
#left_content a:active { color: #00528d; } 
#left_content a:focus { color: #00528d; } 


h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

input, select, textarea {
	border: 1px solid black;
}

input, select, textarea {
	width: 250px;
}

textarea {
	height:130px;
	width:400px;
}

#submit {
	background-color: #464646;
	color: white;
}

h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.navi_big a:link{
	color: #AAA;
}

.navi_big a:visited{
	color: #AAA;
}

.navi_big a:hover{
	color: yellow;
}

.active{
	color: yellow;
}

#container {
	width: 810px;
	display: block;
}

#navigation {
	height: 67px;
	width: 810px;
	text-align: left;
}

#navigation a {
	text-decoration: none;
}

#navi_left {
	background-image: url(../img/navi_left.jpg);
	float: left;
	width: 23px;
	height: 67px;
}

#navi_middle {
	background-color: #313131;
	float: left;
	width: 764px;
	height: 67px;
}

#navi_right {
	background-image: url(../img/navi_right.jpg);
	float: left;
	width: 23px;
	height: 67px;
}

#main {
	clear: both;
}

#navi_middle ul {
	list-style-type: none;
	display: block;
	height: 67px;
	margin: 0px;
	padding: 0px;
}

#navi_middle li {
	float: left;
	margin-right: 20px;
	margin-top: 14px;
	//margin-top: 18px;
}

.navi_big {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.navi_big_act {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: yellow!important;
}

.navi_small {
	font-size: 11px;
	left: 1px;
	position: relative;
	top: -5px;
	color: #DDD;
}

#main {
	background-color: white;
	margin-top: 40px;
}

#main_top {
	background-image: url(../img/main_top.jpg);
	height: 20px;
}

#content {
	float: left;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	//width: 810px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}


#main_bottom {
	clear: both;
	background-image: url(../img/main_bottom.jpg);
	height: 20px;
}

#right_content {
	float: left;
	width: 231px;
	//width: 241px;
}

#right_content img {
	margin-left: 43px;
	border: none;
}

#left_content {
	float: left;
	width: 539px;
	padding-left: 10px;
	border-left: 1px solid black;
	text-align: justify;
	font-size: 12px;
}

#footer {
	clear: both;
	margin-top: 5px;
	font-size: 11px;
}

#footer a {
	color: yellow;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

.gallerycontainer {
	height: 75px;
	line-height: 75px;
	padding: 10px 0px 10px 0px;
}

.gallerythumb {
	clear: both;
	float: left;
}

.gallerythumb img{
	border: 1px solid #464646;
}

.galleryname {
	padding-left: 10px;
	line-height: 75px;
	font-size: 14px;
	float: left;
}

.error {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.image {
	background-color:#FFFCCC;
	border:1px solid #FFFF00;
	float:left;
	margin-bottom:16px;
	//margin-bottom:14px;
	margin-right:16px;
	//margin-right:14px;
	padding:10px 0;
	text-align:center;
	width:160px;
}

.image img {
	border: 3px double #464646
}

#lightbox{
	background-color:#eee;
	padding: 18px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family: Verdana;
}	

#lightboxCaption{ 
	float: left; 

}
#keyboardMsg{ 
	float: right;
}

#lightbox img{
	border: none;
} 
#overlay img{ 
	border: none; 
}

#overlay{ background-image: url(../img/page/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/page/overlay.png", sizingMethod="scale");
}

#team {
}

#teampic {
	float: left;
}

#teampic img {
	border: 1px solid #464646;
}

#teamdetails {
	float: left;
	padding-left: 10px;
}