@charset "UTF-8";
/* CSS Document */

*	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #EBEBEB;
}

#splash_page {
	width: 365px;
	margin: 0 auto;
	padding-top: 330px;
	padding-bottom: 20px;
	overflow: hidden;
}

.splash_link {
	display: block;
	font-family: CaeciliaLTStd45Light, Palatino, serif;
	font-size: 22px;
	color: #363636;
	letter-spacing: -0.5px;
}

.splash_link a {
	text-decoration: none;
	color: #363636;
}

.float_r {
	float: right;
}

#main {
	margin: 0 auto;
	width: 100%;
}

#header {
	background-image: url(../img/bg/header.jpg);
	background-repeat: repeat-x;
	width: inherit;
}

#headerContents {
	background-image: url(../img/bg/profile.png);
	background-repeat: no-repeat;
	background-position: 225px 0px;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: dotted;
	width: 960px;
	height: 450px;
	/*position: relative;*/
}

#headerContents img { 
	margin-top: 305px;
}

#profilTxt {
	display: block;
	padding-top: 60px;
	padding-right: 45px;
	padding-left: 480px;
	font-family: CaeciliaLTStd46LightItalic, Palatino, serif;
	font-size: 30px;
	color: #444;
	text-align: right;
}

.float {
	/*width: 480px;*/
	float: left;
}

#body {
	width: inherit;
}

.bodyCont {
	position: relative;
	margin: 50px auto 0 auto;
	width: 960px;
}

.prev {
	position: absolute;
	z-index:100;
	top: 139px;
	left: 5px;
	cursor: pointer;
}

.next {
	position: absolute;
	z-index:100;
	top: 139px;
	left: 405px;
	cursor: pointer;
}

.gallery {
	width: 460px;
	height: 371px;
	margin-right: 20px;
}

.description {
	height: 371px;
	margin-left: 480px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: dotted;
}

.description h2 {
	font-family: InfoTextMedium, "Trebuchet MS", sans-serif;
	font-size: 30px;
	color: #004260;
	letter-spacing: -1px;
}

.description h3 {
	font-family: InfoTextMedium, "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #004260;
	letter-spacing: -0.5px;
	margin-top: 5px;
}

.description p {
	font-family: CaeciliaLTStd45Light, Palatino, serif;
	font-size: 14px;
	color: #363636;
	letter-spacing: -0.5px;
	line-height: 140%;
}

.description span {
	display: block;
	font-family: InfoTextMedium, "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #666;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 10px;
	width: 200px;
	height: 20px;
}

.description span a {
	color: #004260;
	text-decoration: none;
}

.description span a:hover {
	color: #135EA3;
	text-decoration: none;
}

#footer {
	background-image: url(../img/bg/footer.jpg);
	width: inherit;
	height: 203px;
	margin-top: 50px;
}

#footerContents {
	margin: 0 auto;
	padding-top: 50px;
	width: 960px;
}

#footerContents div h1 {
	font-family: InfoTextBookItalic, "Trebuchet MS", sans-serif;
	font-size: 30px;
	color: #004260;
	letter-spacing: -1px;
}

#footerContents div p {
	font-family: CaeciliaLTStd45Light, Palatino, serif;
	font-size: 22px;
	color: #363636;
	letter-spacing: -0.5px;
}

#footerContents div a {
	text-decoration: none;
	color: #363636;
}

.contact {
	width: 460px;
	margin-right: 20px;
}

#cright {
	clear: both;
	width: inherit;
}

#cright span {
	display: block;
	width: inherit;
	margin: 35px auto 0 auto;
	font-family: CaeciliaLTStd46LightItalic, Palatino, serif;
	font-size: 14px;
	color: #666;
	/*text-align: center;*/
}