@charset "utf-8";
/* CSS Document */


body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*background: url('../images/background_loop.jpg') repeat-x bottom left;*/
	color: #455560;
}
.imageFloatLeft {
	float: left;
	padding-right: 30px;
}
#subContent {
	width: 470px;
	padding-left: 64px;
	padding-top: 50px;
}
#subContent a {
	color: #455560;
}

#subContent a:Hover {
	color: #455560;
	text-decoration:none;
}

#subContent .gallery img {
	border: 1px solid #455560;
	margin-right: 12px;
	margin-top: 12px;
}
#subContent #big {
	font-size: 18px;
}
#subContent #contact_form .field{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#subContent .contact {
	font-size: 12px;
}
.center {
	text-align: center;
}
