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

body{
	margin:0px;
	background-color:#FFF;
	background-image: url(assets/wallpaper.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#5A4545;
	font-size:0.8em;
	text-align:left;
	padding:0px 20px;
	line-height:1.4em;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #742d2d;
	font-size:1em;
	letter-spacing:.1em;
	text-align:left;
	padding:10px 0px 0px 20px;
	}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#5A4545;
	font-size:0.8em;
	text-align:justify;
	padding:0px 20px 5px 10px;
	}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A69594;
	font-size:0.6em;
	text-align:right;
	font-weight:normal;
	padding:0px 20px 0px 0px;
	}
a:link{
	font-style:normal;
	font-weight:600;
	font-variant:normal;
	color: #944346;
	text-decoration:underline;
	}
a:visited{
	font-style:normal;
	font-weight:600;
	font-variant:normal;
	color:#444;
	text-decoration: none;
	}
a:hover{
	font-style:normal;
	font-weight:600;
	font-variant:normal;
	color: #CF3328;
	text-decoration: underline;
	}
a:active{
	font-style:normal;
	font-weight:600;
	font-variant:normal;
	color:#333;
	text-decoration: none;
	}
#surroundBox{
	position:relative;
	width:800px;
	height:780px;
	margin:0px auto;
	top:0px;
	background-color:#FFF;
	background-image:;
	background-position:top center;
	background-repeat:repeat-x;
	border-left:#2F1111 1px solid;
	border-right:#2F1111 1px solid;
	border-bottom:#2F1111 5px solid;
	}
#leftBox{
	position: absolute;
	width:282px;
	height:550px;
	top:100px;
	left:10px;
	}
#rightBox{
	position: absolute;
	width:470px;
	height:580px;
	top:100px;
	left:310px;
	background-image: url(assets/surround_background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	}
#linkBox1{
	position: absolute;
	width:122px;
	height:122px;
	top:540px;
	left:635px;
	}
#linkBox2{
	position: absolute;
	width:200px;
	height:192px;
	top:390px;
	left:580px;
	}
#bottomBox {
	top:690px;
	left:0px;
	height:90px;
	width:800px;
	position:absolute;
	background-color:#5c2424;
	border-top:#2F1111 4px solid;
	}
.style1 {
	color: #333333;
	}
