﻿/* CSS layout */
html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('../images/bkg_main.jpg');
	background-attachment: fixed;
}

p 
{
margin-top: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 985px;
	background-color: #FFFFFF;
	background-image: url('../images/layout_sillan08_03.jpg');
	background-repeat: repeat-y;
	min-height: 100%;
}
#header {
	background-image: url('../images/layout_sillan08_01.jpg');
	background-repeat: no-repeat;
	height: 150px;
}
#contact {
	width: 440px;
	float: right;
	position: relative;
	margin-top: 75px;
	margin-right: 16px;
	text-align: right;
}
#menu {
	width: 880px;
	position: absolute;
	text-align: left;
	margin-top: 126px;
	margin-left: 53px;
}
#splashGraphic {
	width: 985px;
	height: 276px;
	text-align: center;
	text-indent: 0;
	margin-left: 0px;
}
#contentContainer {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 985px;
	background-image: url('../images/layout_sillan08_02.jpg');
	background-repeat: no-repeat;
}
#contentLeft {
	margin-top: 20px;
	margin-left: 53px;
	width: 185px;
	float: left;
	font-size: 12px;
	font-family: Georgia;
	color: #333E4D;
}
#contentRight {
	margin-left: 260px;
	margin-right: 58px;
	padding-top: 20px;
	font-size: 12px;
	font-family: Georgia;
	color: #333E4D;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	clear: both;
	font-size: 10px;
	text-align: center;
	font-family: Georgia;
	color: #C0C0C0;
}

/* Body Classes */
.pageHeader {
	font-size: small;
	font-weight: bold;
	color: #CB4938;
}

.leftHeader {
	font-size: small;
	font-weight: bold;
	color: #CB4938;
}

.splashHeader {
	font-size: 12px;
	font-weight: bold;
	color: #003E45;
}

/* Hyperlink Classes */
a.contactlinks {
	font-family: Georgia;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:link.contactlinks {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover.contactlinks {
	color: #F8F8F8;
	font-weight: normal;
	text-decoration: underline;
}

a.menulinks {
	font-family: Georgia;
	font-size: 12px;
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}
a:link.menulinks {
	color: #103409;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menulinks {
	color: #CB4938;
	font-weight: bold;
	text-decoration: none;
}

a.contentlinks {
	color: #103409;
	text-decoration: underline;
}
a:link.contentlinks {
	color: #103409;
	text-decoration: underline;
}
a:hover.contentlinks {
	color: #CB4938;
	text-decoration: underline;
}

a.footerlinks {
	font-family: Georgia;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
a:link.footerlinks {
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
a:hover.footerlinks {
	color: #A59183;
	font-weight: normal;
	text-decoration: none;
}
