/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:12px;
	color:#5d5d5d;
	line-height:1.5em;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#243891;
}
h2{
	padding:0px;
	margin:10px 0 0 0;
}
/*BEGIN GALLERY*/
.image{
	text-align:center;
	width:300px;
	height:auto;
	overflow:hidden;
}

/*BEGIN CONTACT FORM*/
.alert{
	width:100%;
	color:#fff;
	background-color:#f6841f;
	text-align:center;
	font-weight:bold;	
}
.text{
	border:1px solid #5d5d5d;
}
