body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../new_images/bg.jpg);
	font-family: sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	line-height: 0px;
}

a, a:link, a:visited {
	color: #55a8c8;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.update {
	background-image: url(../new_images/update_bg.jpg);
	width: 950px;
	height: 402px;
}

.bodysection {
	background-image: url(../new_images/update_bg.jpg);
	width: 950px;
}

.style1 p {
	margin: 0 0 15px 0;
}

img.thumb {
	border: 1px solid #3e9fc1;
}

img.grid_thumb {
	padding: 4px;
	margin: 4px;
	background: #ccc;
}

#footer {
	background-image: url(../new_images/footer_bg.jpg);
	text-align: center;
	width: 950px;
}

	#footer div {
		padding: 5px;
		text-align: center;
		font-weight: bold;
	}
	
#contact_form fieldset {
	width: 500px;
	border: 2px solid #4b4b4b;
	border-style: solid none none none;
	padding-top: 10px;	
}

input, select, textarea {
	border: 1px solid #000;
}

#contact_form label {
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	margin-right: 10px;
	font-size: 14px;		
}

#contact_form div {
	clear: left;
	margin-bottom: 5px;
}
