html, body {
	margin: 0px;
	padding:0px;
;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:900px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:900px;
	margin:0px auto;
	/*background-image:url(../images/bg_content.jpg);
	background-repeat:repeat;
	background-position:top;
	*/
}

#header {
	height:778px;
}


.img {
border-width: 1.5px;
border-color: #cccccc;
border-style:solid;
}
.img_lg {
float:right;
padding: 0 0 0 5;
border-width:3px;
border-color:#CCCCCC;

}
.main-photo-small {
	margin: 5px 0 15px 25px;
	width: 400px;
	float: right;
	border-width:3px;
border-color:#CCCCCC;
	}
	
a:link {
color: #424242;
text-decoration: none;
font-size:18px;
font-weight:bold;
}
a:visited {
text-decoration: none;
color: #6C6C6C;
font-size:18px;
}
a:hover {
text-decoration: underline;
font-size:18px;
}
a:active {
text-decoration: none;
font-size:18px;
}

/****************************************
 * Footer
 ****************************************/
/* 
	The following rules control the appearance of the footer found at the 
	bottom of every page. The footer contains the Cornell University copyright,
	which is displayed in a small font size. The color of the bottom border
	of the link in the footer is darker than most links to provide adequate 
	contrast with the background color of the footer.
*/
#footerwrap{
	left: 50%;
	width: 900px;
	background-color:#CCCCCC;
	}
 
#footer {
	width: 100%;
	}
	
#footer-content {
	margin: 0 auto;
	padding: 5px 0 25px 0;
	width: 900px;
	font-size: 1.0em;
	color: #333;
	background-color:#CCCCCC;
	border-bottom:thin #666666;
	border-top:#666666 thin; 
	}
	
/* links */

#footer a {
	border-bottom: 1px solid #ccadad;
	}
	
#footer a:active {
	border-color: #ccadad;	
	}
 
#maincontent{
	color: #333333;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.50;
	}

#maincontent a:{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
#maincontent a: hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}

a.footer:active,a.footer:visited,a.footer:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
}
a.footer:hover{
	color: #CCCCCC;
}
