html, body {
	height:100%;
}
	
body {
	background: white url(../images/logo.gif) no-repeat top center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#dddddd;
	background-color: #232323;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */	
	position:relative;
	margin-left:20px;
	margin-right:20px;
}

a {
	text-decoration:underline;
	color:#77CCFF
}

a:hover {
	text-decoration:none;
}


p {
	
}

p .photo {
    float: right;
	padding-left: 20px;
	padding-bottom:20px;
	margin-right:10px;
}

.home {
    display: block;
	margin:0 auto; /*centers images in most browsers*/
    text-align: center; /*centers images in older browsers*/
	border-style:solid;
	border-width: 3px;
	border-color:#FFFFFF;
	width:645px;
	height:430px;
}


.links {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:3px;
	/* display: block; */
	color:#FFF;
	padding-bottom:0px;
	white-space: nowrap;
    overflow: hidden;

}

#content {
	margin:auto;
	margin-top:85px;
	margin-bottom:20px;
	width:900px;
	/* min-height:436px; */
	text-align: left; /* this overrides the text-align: center on the body element. */	
	min-height: 100%;
	min-width: 1000px;
    position: relative; 
}

* html #content {
  height: 100%; /*IE6*/
}

#footer {
	width: 100%;
	background-color: #232323;
/*	border-top: 1px solid #aaaaaa; */
	position: fixed; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

* html #footer {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible; 
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#copyright {
	color:#515151;
	float:right;
	margin-right:2em;
	font-size:8px;
}


	
