body {
	background-color: Teal;
	background-repeat: no-repeat;
	background-position: 80% 100%;
	font-family: arial, verdana, helvetica, serif;
	font-size: 16px;
	color: White;
	margin: 0px;
	padding: 0px;
}

table, td, tr, .inputs {
	font-family: arial, verdana, helvetica, serif;
	font-size: 12px;
}

a, a.link, a.visited {
	text-decoration: none;
	color: white;
	font-family: cityblueprint;
	font-size: 18px;
}

a:hover, a.link:hover, a.visted:hover {
	color: #008080;
	text-decoration: none;
	}

.menulink {
	color: maroon;
	font-size: 16px;
}

.menulink:hover {
   color: white;	
}

.textlink {
 font-family:arial, verdana;
 font-size: 16px;
	
}

.textlink:hover {
	color: maroon;
}

h1, h2, h3, h4, h5 {
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	color:silver;	
}

h1 {
	font-size: 28px;
	margin-bottom: -4px;
	margin-top: 2px;
	font-family : verdana,Times New Roman;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	margin-bottom: -10px;
}

h5 {
	font-size: 12px;
}

#menuTop {
	position:absolute;
	top: 20px;
	left: 20px;
	width: 120px;
	height: 120px;
	background-color : teal;
}


#links {
	position: absolute;
	top: 140px;
	left: 20px;
	width: 120px;
	height: 500px;
	background-color : #191970;
	text-align : center;
	padding-top : 10px;
}

#mainText {
	position: absolute;
	top: 170px;
	left: 150px;
	width: 650px;
	overflow: auto;
	height: 450px;
	padding-left: 5px;
	background-image: url(smallhouse.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left : 5px; 
}

#image {
	position: absolute;
	top: 20px;
	left: 140px;
	height: 120px;
	width: 60%;
	background-color : #191970;
	background-repeat : no-repeat;
	background-image : url(title.jpg);
	background-position : top: left;
}


#pictures {
	position:absolute;
	top:160px;
	left:170px;
}

.gallery{
	margin-right : 5px;
	margin-bottom: 5px;
}