html,body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:small;
	color:white;
	text-transform: lowercase;
	background-color:black;
}
h1
{
	margin:0;
	padding:0;
	color:#9ab4ff;
	font-size:large;
}
h2
{
	margin:0;
	padding:0;
	color:#9ab4ff;
	font-size:small;
}
p
{
	margin:0;
	padding:0;
}
a
{
	color:#9ab4ff;
	text-decoration:none;
}
a:hover
{
	color:white;
}
a img{border:0;}

#header, #footer{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 57px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
}
 
#footer
{
	top: auto;
	bottom: 0; 
	height: 57px; /*Height of bottom frame div*/
	background-image: url(../images/bfooter.png);
	background-repeat: repeat-x;
	z-index:1;
}

#header
{
	background-image: url(../images/bheader.png);
	background-repeat: repeat-x;	
	z-index:1;
}
 
#page{
position: fixed; 
top: 0px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
z-index:0;
}
#content
{
	position:absolute;
	top:50px;
	left:0px;
	right:0px;	
	bottom:50px;
	width:auto;
	height:auto;
	padding:10px;
	margin:0;
	overflow-y:auto;
	overflow-x:hidden;
}
#news
{
	position:absolute;
	width:300px;
	left:150px;
	height:auto;
}
#otherside
{
	position:absolute;
	top:10px;
	left:400px;;
	right:10px;
	margin:0;
	padding:0;
	margin-left:100px;
	height:50px;
}
#cbackground
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
}
#gleft
{
	position:absolute;
	width:300px;
	top:10px;
	left:10px;
	bottom:10px;
}
#gthumbs
{
	position:absolute;
	width:300px;
	left:150px;
	height:auto;
}
#gthumbs img
{
	cursor:pointer;
}
#gnav
{
	margin:0;
	height:20px;
}
#gimage
{
	position:absolute;
	top:10px;
	left:400px;;
	right:10px;
	margin:0;
	padding:0;
	margin-left:100px;
	height:50px;
	text-align:center;
}
#gimage img
{
	margin:0;
	padding:0;
	border:solid thin #9ab4ff;	
}
#contact
{
	position:absolute;
	bottom:20px;
	right:100px;
	background-color:black;
	width:200px;
	height:100px;
	z-index:3;
	text-align:center;
	color:white;
	font-size:small;
}

#social
{
	position:absolute;
	bottom:5px;
	left:100px;
	z-index:4;
}
.loading 
{
	background: url(../images/spinner.gif) no-repeat center center;	
	background-color:white;
	width:50px;
	height:50px;
}
.loadinglarge 
{
	background: url(../images/spinner.gif) no-repeat center center;	
	background-color:white;
}

#prev, #next
{
	cursor:pointer;
	color:#9ab4ff;
	font-size:normal;
}
#prev:hover, #next:hover
{
	color:white;
}