body {
	background-color: #00AEEA;
	padding:0;
	height:100%;
	margin: 0;
	border: none;
}

/* Main Layout Styles */
#page {
	position: absolute;
	min-height: 100%;
	height: 100%;
	background-color: #00AEEA;
	width: 100%;
	top: 0;
	left: 0;
}
#topbar {
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #00AEEA;
	width: 100%;
}
#content {
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #00AEEA;
	width: 100%;
}
#main {
    background-color: #00AEEA;
	width: 780px;
}
#navigation {
    background-color: #00AEEA;
	width: 122px;
	float:left;
}
#main-content {
    background-color: #00AEEA;
	align: left;
	margin-left: 130px;
/*	outline: 1px solid white; */
}
#photos {
    width: 620px;
	border:none;
}
#photo-small-col {
    width: 312px;
	border:none
	float:left;
}
#photo-small {
    width: 312px;
	border:none
	float:left;
}
#topline {
	height: 100%;
	width: 100%;
	padding-top: 5px;
}
#bottomline {
	height: 100%;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #00AEEA;
}
#sample {
	padding: 5px;
	border: 2px solid #00AEEA;
	background: #C1E7FC;
}