body {
	background-image: url('/images/body-back.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #646464;
	margin: 0 auto 0 auto;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin: 0 5px 15px 0;
}

p.home {
	margin: 0 5px 15px 15px;
}

a {text-decoration: none;}
a:link {color: #cb5424;}
a:active {color: #cb5424;}
a:visited {color: #cb5424;}
a:hover {color: #ff6628;}

a.footerLink {text-decoration: none;}
a.footerLink:link {color: #cb9b87;}
a.footerLink:active {color: #cb9b87;}
a.footerLink:visited {color: #cb9b87;}
a.footerLink:hover {color: #ffaa87;}


h1 {
	font-family: Times New Roman, Georgia, serif;
	font-variant: small-caps;
	font-size: 36px;
	color: #917368;
	margin: 5px 0 10px 0;
}

h2 {
	font-family: Times New Roman, Georgia, serif;
	font-variant: small-caps;
	font-size: 28px;
	font-weight: light;
	letter-spacing: -2px;
	color: #878787;
	margin: 5px 0 10px 0;
}

h2.homeh2 {
	margin: 5px 0 10px 10px;
}

h3 {
	font-size: 14px;
	margin: 0;
}

h3.homeh3 {
	margin: 0 0 0 10px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	background-image: url('/images/input-back.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #656565;
	border-left: 1px solid #939393;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #dfdfdf;
	font-size: 10px;
	height: 17px;
	color: #444;
}

input.textSignup {
	width: 110px;
	margin: 0 0 15px 10px;
	height: 17px;
}

input.submit {
	height: 17px;
	width: 55px;
	background-image: url('/images/submit-back.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #efefef;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #656565;
	border-right: 1px solid #939393;
}	

input.signup {
	background-image: url('/images/submit-back.gif');
	background-repeat: repeat-x;
	width: 130px;
	height: 17px;
	border-top: 1px solid #efefef;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #656565;
	border-right: 1px solid #939393;
}

select {
	background-color: #ddd;
	color: #444;
}

hr {
	border-top: 1px solid #434343;
	border-bottom: 0;
	height: 0;
	color: #434343;
	width: 865px;
	margin: 23px auto 23px auto;
}

#mainContainer {
	width: 865px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#navBar {
	margin-top: 23px;
	width: 865px;
}

#navButtons {
	width: 674px;
	height: 19px;
	display: inline;
	float: left;
}

#navSearch {
	width: 190px;
	height: 19px;
	display: inline;
	float: right;
	text-align: right;
}

#featuredGalleries {
	width: 750px;
	height: 500px;
	margin: 0 auto 23px auto;
	padding: 0;
}

#footer {
	width: 865px;
	text-align: center;
	color: #c8c8c8;
	font-size: 11px;
}

.homeRightPanel {
	width: 275px;
	display: inline;
	float: left;
}

.homeContact {
	background-image: url('/images/content-back.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #d8d8d8;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d8d8d8;
	width: 275px;
}

.specialOffer {
	background-image: url('/images/special-back.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #cb5424;
	width: 251px;
	margin: 0 0 15px 0;
	padding: 10px 10px 15px 10px;
	font-size: 16px;
}

.socialIcons {
	margin-top: -20px;
}


.homeNews {
	background-image: url('/images/content-back.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 555px;
	margin: 0 35px 0 0;
	border-top: 1px solid #d8d8d8;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d8d8d8;
	display: inline;
	float: left;
}

.connectIcon {
	margin: 0 0 15px 15px;
	display: inline;
	float: left;
}

.formFloatLeft {
	display: inline;
	float: left;
	width: 100px;
	text-align: left;
}

.formFloatRight {
	display: inline;
	float: left;
	width: 400px;
	text-align: left;
}

.formBorder {
	border: 1px solid #999999;
	padding: 15px 15px 0 15px;
	text-align: left;
	background-color: #fff;
}
