/*------------------
SITE WIDE FORMATTING
------------------*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/core/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #706262;
	text-align: left;
}

h1 {
	display: inline;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #706262;
	text-align: left;
	display: inline;
}

input, select, textarea {
	border: 1px solid #DDD5D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706262;
	background-color: #ffffff;
	height: 20px;
	padding: 4px 5px 0 5px;
}

a:link { color:#706262; text-decoration:underline}
a:visited { color:#706262; text-decoration:underline}
a:hover { color:#8F2E28; text-decoration:underline}
a:active { color:#706262; text-decoration:underline}



/*------------
ID's
------------*/
#contentarea {
	padding: 15px 0 40px 0;
}

#content {
	padding: 10px 30px 0 30px;
}

#rightcolumn {
	width: 242px;
	padding-left: 16px;
}


/*------------
GALLERY
------------*/



/* CONTACT DETAILS */

.contact .heading {
	border-bottom: 1px solid #DDD5D4;
	font-weight: bold;
	color: #706262;
	padding-top: 10px;
	padding-bottom: 2px;
}

.contact td {
	padding: 5px 0;
}




/*------------
OTHER ELEMENTS
------------*/
.border-bottom {
	border-bottom: 1px solid #CEC3C2;
}

.border-left {
	border-left: 1px solid #CEC3C2;
}

.smallparagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #706262;
}

.splash-bg-right {
	background-image: url(../images/splash/bg-right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.splash-bg-left {
	background-image: url(../images/splash/bg-left-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
