/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:801px;/* stop mozilla sliding off the edge */
	font-family:Verdana;
	font-size:0.8em;
	color:white;
	background-color:black;


	/* background-image:url(bodybg.gif); 
	background-repeat:repeat-y;
	background-position:center; */
}


.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
	background-color:black;
	
	
}

* html .container {height:35px;} /* for ie to resize */

.login{
float:left;
width:200px;
height: 300px;
margin:0;


}

.bodyimage {
	height:300px;
	border-left: 1px solid dimgray;
	margin-left:200px;
		}
	
.content {

width:798px;
margin: 0 auto -75px;
height: 500px;
border-right: 1px solid dimgray;
border-left:1px solid dimgray;
border-bottom:1px solid dimgray;
}
.ads {

	float:right;
	width:30%;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 20px;
	clear:both;;
		}

h1 {
padding:10px;
font-size:2.0em;
margin-left:10px;
margin-right:10px;
margin-bottom:20px;
font-weight:normal;
font-style: bold;
color:black;
}

h2 {
padding:1px;
margin-left:10px;
font-family:Verdana;
font-size:1.5em;
font-weight:normal;
font-style:bold;
color:gold;
}

.header {
	height: 100px;	
	align: left;
	background-color:#ffcc00;
	padding:0px;
	margin-bottom: 0px;
	border-right: 1px solid dimgray;
	border-left:1px solid dimgray;
}

.footer {
	height: 75px;	
	align: left;
	background-color:#ffcc00;
	padding:0px;
	margin-bottom: 0px;

	border-bottom:1px solid dimgray;
}

.links {
font: bold 14px Verdana;
top:5px;
text-align: center;
position: middle;
height: 35px;
border-bottom: 1px solid dimgray;
border-top: 1px solid dimgray;
	border-right: 1px solid dimgray;
	border-left:1px solid dimgray;

}

.rightcol {
	padding:10px;
	float:right;
	width:30%;
	margin-top:20px;
	clear:both;
	color: white;
	margin-right:10px;
	background-image:url(bg.jpg); 
	background-repeat:repeat-x;
	background-position:center; 
	border:1px solid black;
	}

.image {
	padding:10px;
	float:right;
	
	margin-top:20px;
	clear:both;
	color: white;
	margin-right:10px;
	border:1px solid black;
	
	
	}	
p {
	padding:10px;
	margin-left:10px;
	margin-bottom:-10px;
	color:white;
}
.headings {

margin-left:20px;

}

/* Experimental table zone ------------------------------------------------------------------------------------------------------------------------------*/ 

a {
	color: #c75f3e;
}

table {
	width: 75%;
	padding: 10px;
	margin-left: 10px;
	border:1px dimgray;
	overflow:hidden;
	 
}

th {
	margin: 0px;
	font: bold 11px Verdana;
	color: yellow;
	border-top: 1px dimgray;
	border-left: 1px dimgray;
	border-right:1px dimgray;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 6px;
	background-image:url(tbg.gif); 
	background-repeat:repeat-x;
	background-position:center;
	overflow:hidden;
}
td {
	font:11px Verdana;
	border-bottom: 1px dimgray;
	border-left: 1px dimgray;
	border-right:1px dimgray;
	color: black;
	padding: 6px 6px 6px 6px;
	background-color:white;
	word-wrap: break-word;
	width:400px;
	overflow: hidden;
	}
	
