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 */	
	
}

a {
	text-decoration:underline;
	color:#77CCFF
}

a:hover {
	text-decoration:none;
}

p {
	
}

p .photo {
    float: right;
	padding-left: 20px;
	padding-bottom:20px;
}

.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
	display: block;
	color:#FFF;
	padding-bottom:10px;
}

#content {
	margin:auto;
	margin-top:88px;
	margin-bottom:8px;
	width:900px;
	min-height:436px;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}


#footer {
	color:#515151;
	float:right;
	margin-right:2em;
}
