@charset "UTF-8";
a {
	cursor:pointer;
}

html,body  {
	height: 100%;
	text-align:center;
	background-color: #303438;
	margin: 0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#wrap {
	padding-top: 50px;
	height: 800px;
	width: 968px;
	margin: 0px auto;
}

#wrapreplace {
	background-image:url(../IMG/bg3.gif);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}

#topcontainer {
	background-attachment: fixed;
	background-image: url(../IMG/bg.gif);
	background-repeat: repeat;
	vertical-align:top;
	overflow: hidden;
	height: 600px;
	width: 968px;
}

#bottomcontainer {
	text-align:right;
	vertical-align:			top;
	overflow:				hidden;
	height: 				200px;
	width: 					968px;
}

#innerleftcontainer {
	margin: 			20px;
	border: 			solid 1px #fff;
	background-position:top;
	overflow:			hidden;
	float:left;
	display:inline;
	height: 560px;
	width: 175px;
}

#innerleftcontainer img{
	border:none;
}

#innerrightcontainer {
	margin: 20px 20px 20px 0px;
	border: solid 1px #9C998A;
	background-image:url(../IMG/bg3.gif);
	background-repeat:repeat;
	overflow:hidden;
	float:right;
	display:inline;
	height: 560px;
	width: 729px;
}

#splashcontainer {
    position: absolute;
	margin: 0px auto;
	top: 30%;
	width: 100%;
	height: 400px;
}

#splashcontainer img{
	width: 175px;
	height: 175px;
	border: solid 1px #fff;
}

#menucontainer{
	background-image:url(../IMG/menu.png);
	background-position:110px;
	background-repeat:no-repeat;
	margin-right: 10px;
	vertical-align:top;
	height: 68px;
	width: 729px;
}

#menu {
	font-family				: verdana;
	font-weight				: normal;
	margin-top: 24px;
	margin-right: 20px;
	vertical-align:middle;
	float:right;
	width: 598px;
	display:inline;
}

#menu td {
	width: 94px;
	text-align:center;
}

#menu a {
	font-size: 11px;
	color							: #303438;
	text-decoration		: none;
	font-weight				: normal;
}

#menu a:hover {
	color: #751515;
	text-decoration:underline;
}

#leftcontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align:justify;
	padding: 20px 20px 20px 129px;
	float:left;
	width: 545px;
	height: 450px;;
}

#contentbottom {
	width: 550px;
	height: 250px;
	position:relative;
}

#contentbottom {
	width: 550px;
	height: 250px;
	position:relative;
}

#contentbottom table{
	position:absolute;
	top: 41px;
}

#contentbottom .conttable{
	position:absolute;
	top: 20px;
}

#leftcontent a {
	text-decoration: underline;
	color: #000;
}

#leftcontent a:hover {
	text-decoration: none;
	color: #751515;
}