*html{
	height: 120%;
}

body{
	background-color: #0E1E27;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align:center;
	color: #999999;
	margin:0px 0px 0px 0px;
	height: 100%;
	background-image:url(../images/bkg.black.gif);
	background-position:center;
	background-repeat:repeat-y;
}

a{
	color: #71C025;
}

a:hover{
	color: #cccccc;
}

b{
	color: #8AD93C;
}


#container {
	width: 700px;
	height: 120%;
	margin:auto;
	border: 0px solid white;
	background-color:#000000;
	text-align:right;


}

#header {
	width:700px;
	height:122px;
	padding: 5px;
	background-image: url(../images/hdr.camerab.jpg);
	background-repeat:no-repeat;
}

#content {
	width: 470px;
	height: 100%;
	padding: 0px 10px 8px 5px;
	margin: auto;
	float: right;
	text-align:center;
	
}

#content p{
	text-align:left;
	
}


#thumbbar {
	float: left;
	width: 100px;
	font-size: .8em;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	
}
/*this is hacked for firefox*/
.imgborder{
	padding:4px 3px 1px 3px;
	border: 1px solid #333333;
	margin: 5px 5px 5px 5px;
}

/*IE HACK*/
*.imgborder{
	*padding:4px 4px 4px 4px;
	*border: 1px solid #333333;
	*margin: 5px 5px 5px 5px;
}

.thumbborder img{
	padding:4px 4px 4px 4px;
	border: 1px solid #333333;
	margin: 5px 5px 5px 5px;
}

.thumbborder img:hover{
	padding:4px 4px 4px 4px;
	border: 1px solid #71C025;
	margin: 5px 5px 5px 5px;
}

/* IE Hacks */
*.thumbborder a{
	*width: 100% ;
	*border: 1px solid #333333;
	*margin: 5px 5px 5px 5px;
}

*.thumbborder a:hover{
	*width: 100% ;
	*border: 1px solid #71C025;
	*margin: 5px 5px 5px 5px;
}

#tagbar {
	float: left;
	font-size: .9em;
	width: 95px ;
	margin: 0;
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	color:#ffffff;
	text-align: center;
	line-height: 1.5em;
}

#tagbar a{
	color: #444444;
	text-decoration: none;
}

#tagbar a:hover{
	color: #71C025;
	text-decoration:none;
}

#tagbar .leftnav a{
	color: #555555;
}

#tagbar .leftnav a:hover{
	color: #71C025;
}

#tagbar .leftnavon a{
	color: #71C025;
}

#tagbar .leftnavon a:hover{
	color: #71C025;
}

#footer {
	float:right;
	width: 470px;
	padding: 10px;
	color:#999999;
	background-color: #000000;
	text-align:center;
}


 

.heading{
	font-size:1.3em;
	font-weight:bold;
	color: #8AD93C;
	margin:2px 0px ;
}

.subhead{
	font-size: 1.1em;
	font-weight:bold;
	color: #8AD93C;
}

.highlight{
	color: #8AD93C;
}

#highlight{
	color: #8AD93C;
}
#highlight a{
	color: #8AD93C;
}