@charset "utf-8";
#container {
	background-color: #D4E1F9;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
	padding-bottom: 15px;
	padding-top: 10px;
}
.left-column {
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.right-column {
	background-color: #D4E1F9;
	margin: 0px;
	padding: 0px;
	float: right;
}
#bottom {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(../images/bottom-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #CCCCCC;
	margin: 0px;
}
#wrapper #container h1 {
	font-size: 36px;
	color: #306FB9;
	font-weight: bold;
}
#wrapper #bottom h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#wrapper #bottom .left {
	position: relative;
	float: left;
	width: 33.3%;
	padding-left: 10px;
	padding-right: 5px;
}
#wrapper #bottom .center {
	width: 33.3%;
	position: relative;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#wrapper #bottom .right {
	padding-right: 10px;
	padding-left: 5px;
}
#wrapper #bottom a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #bottom a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.left-corner {
	background-image: url(../images/left-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	top: 2px;
	right: 2px;
	vertical-align: bottom;
}


.right-corner {
	background-image: url(../images/right-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 16px;
	width: 200px;
	float: right;
	
}
.mainContent {
	background-color: transparent;
	padding: 10px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #container .mainContent h1 {
	font-size: 21px;
	padding-bottom: 0px;
	text-transform: capitalize;
}
.quote {
	font-style: italic;
	text-align: center;
}
#wrapper #container .mainContent .left-column .style1 {
	font-size: 36px;
}
#gallery {
	clear: both;
}
#wrapper #container .mainContent .right-column a {
	text-decoration: none;
	color: #3A69A1;
}
#wrapper #container .mainContent .right-column a:hover {
	text-decoration: underline;
	color: #3A69A1;
}
