label {
	display: block;
	float: left;
	width: 200px;
}

.formRow {
	margin-bottom: 5px;
}

textarea, input  {
	width: 250px;
	border: 1px solid #91c4ff;
}

#bottomContentLeft, #bottomContentLeftTop
{
	width: 350px;
}
#bottomContentRight
{
	margin-left: 30px;
}


#galleryImageHolder
{
	margin-top: 25px;
}

.galleryChunk
{
	width: 350px;
}
.galleryThumb
{
	padding-right: 8px;
	padding-bottom: 4px;
}


h1.pageHeader {
	margin-left: 0px;
}


#bottomContent {
	height: 330px;
	overflow: none;
	margin-top: 10px;
}

#pageBody {
	min-height: 520px;
}
/*
#bottomContent {
	padding-right: 10px;
	width: 679px;
}

#outerPage {
	min-height: 680px;
}

#leftShadow, #rightShadow {
	min-height: 625px;
}

#mainPage {
	height: 655px;
}

#sideMenu, #pageBody {
	height: 560px;
}

#bottomContent {
	height: 370px;
}
*/
/*Contact Form Styles*/
div.formRow {
	font-size: 12px;
}

div.formRow label {
	display: block;
	float: none;
	width: auto;
	
}

div.formRow input[type="text"], div.formRow textarea {
	width: 450px;
	height: 15px;
}

div.formRow textarea {
	height: 50px;
}

input[type="radio"] {
	width: 10px;
	height: 10px;
	border: 1px solid #91c4ff;
}

span.radioBox {
	display: block;
	float: right;
	width: 200px;
	margin-right: 80px;
}

span.radioBox label {



}