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

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background-image:url(../images/gradient_background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#697478;
	margin:0;
	padding:0;
}
p{
	color:#8f9a9e;
	margin:0;
	padding:0;
	padding-bottom:7px;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a{
	color:#b0512c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#b0512c;
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	line-height:20px;
}
h1 span{
	color:#fff;
}
h2{
	color:#fff;
	margin:0;
	padding:0;
	padding-bottom:7px;
	padding-top:10px;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}
.clear{
	clear:both;
}
.title{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	line-height:70px;
	font-size:50px;
	text-shadow:#000 0px 2px 2px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.title span{
	font-weight:bold;
	font-style:italic;
	color:#b0512c;
}
.title font{
	font-size:24px;
	line-height:24px;
}
.header{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
	-ms-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	box-shadow:0px 0px 6px #283136;
	-msbox-shadow:0px 0px 6px #283136;
	-mozbox-shadow:0px 0px 6px #283136;
	-webkitbox-shadow:0px 0px 6px #283136;
	background-color:#b0512c;
}
.header_inner{
	width:760px;
	border:#FFF solid 10px;
	border-radius:4px;
	-ms-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-image:url(../images/transparency_header.png);
	background-position:-4px -4px;
	height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	padding-left:20px;
	padding-top:80px;
	color:#404040;
	line-height:20px;
	text-shadow:#b0512c 0px 2px 2px;
}
.header_girl_pic{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	float:right;
	z-index:1001;
	margin-top:-160px;
	margin-right:-10px;
	text-align:right;
}
.contents_main{
	width:760px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0px 0px 6px #283136;
	-msbox-shadow:0px 0px 6px #283136;
	-mozbox-shadow:0px 0px 6px #283136;
	-webkitbox-shadow:0px 0px 6px #283136;
	border-radius:4px;
	-ms-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color:#323d41;
	padding:20px;
}
.image_container{
	float:left;
	width:234px;
	margin-top:30px;
}
.image_container img{
	border:#b0512c solid 4px;
	box-shadow:0px 0px 6px #252f32;
	-msbox-shadow:0px 0px 6px #252f32;
	-mozbox-shadow:0px 0px 6px #252f32;
	-webkitbox-shadow:0px 0px 6px #252f32;
	border-radius:4px;
	-ms-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	overflow:hidden;
}
.image_container p{
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:center;
}
.text_container{
	float:right;
	width:506px;
	text-shadow:#252f32 0px 1px 1px;
}
.footer{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#323D41;
	text-align:center;
	text-shadow:#839094 0px 1px 1px;
}

