@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(i/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#29365d;
	text-align:center;
}
#banner, #banshad {
	position:absolute;
	padding:0px;
	overflow:hidden;
	width:100%;
	left:0px;
	z-index:10;
}
#banner {
	top:0px;
	background-image:url(i/banner_top.jpg);
	background-position: top center;
	height:116px;
}
#banshad {
	background-image:url(i/banner_shadow1x8.png);
	background-repeat:repeat-x;
	top: 116px;
	height: 8px;
	z-index:1;
}
.corner {
	position:absolute;
	width:15px;
	height:15px;
}
.contentframe {
	position: relative;
	top:100px;
	width:994px;
	height:598px;
	margin-left: auto;
	margin-right: auto;
}
.maincontent {
		position:relative;
		background-color: #0d619d;
//*		padding: 15px; *//
		height: 598px;
}
	#kamans {}
	#kamans .corner {background-image:url(i/MainContentBackSprite.png);}
	.nw {
		top:0;
		left:0;
		background-position:0px 0px;
	}
	.ne {
		top:0;
		right:0;
		background-position:-15px 0px;
	}
	.sw {
		bottom:0;
		left:0;
		background-position:0px -15px;
	}
	.se {
		bottom:0;
		right:0;
		background-position:-15px -15px;
	}
	
	.subhead {
	font-family: 'Smythe', arial, serif;
	font-size:35px;
	font-weight:bold;
	text-shadow: 1px 1px 0px #f6e1bb;
	color: #2c2009;
	text-align:center;
	top:0px;
	}
	
#instructions {
	position:absolute;
	top: 46px;
	right:0;
	line-height:0px;
	height: 57px;
	width:760px;
	background-image:url(i/instruction_banner.png);
	background-repeat:no-repeat;
	z-index:3;
}

#green {
	position: absolute;
	top:0;right:0;
	background-image:url(i/greenCurve.png);
	height: 598px;
	width: 760px;
}

#selectForm {
	position: absolute;
	display:inline-block;
	left:25%;
	right:25%;
	top: 150px;
	z-index: 100;
}

.sidepix {
	position: absolute;
	left: 0px;
	padding-top:15px;
	height: 568px;
	width: 300px;
	z-index:0;
	background-color:#0d619d;
	text-align:left;
}

#slides {
	position:absolute;
	width: 994px;
	height: 150px;
	bottom:0;
	background-image:url(i/h150.png);
	background-repeat:repeat-x;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	z-index:1;
	color: #CF0;
}
