@charset "utf-8";
/* CSS Document */
body {
	font-family:Corbel;
}
a {
	color:#1A7AE6;
}
a:hover {
	color:#9D46AC;
}
p {
	margin-top: 5px;
	margin-bottom: 3px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
}
/*div {border:#000 solid 1px;}*/
/*#bord {
	position:absolute;
	width:720px;
	margin-left:-360px;
	left:50%;
	height:600px;
	top:50%;
	margin-top:-300px;
	text-align:center;
}*/
#corn1 {
	position:absolute;
	width:72px;
	height:72px;
	background:url(../images/design/corn1.png);
	background-repeat:no-repeat;
	/*top:50%;*/
	left:50%;
	/*margin-top:-300px;*/
	margin-left:-360px;
}
#corn2 {
	position:absolute;
	width:72px;
	height:72px;
	background:url(../images/design/corn2.png);
	background-repeat:no-repeat;
	/*top:50%;*/
	left:50%;
	/*margin-top:-300px;*/
	margin-left:288px;
}
#corn3 {
	position:absolute;
	width:72px;
	height:72px;
	background:url(../images/design/corn3.png);
	background-repeat:no-repeat;
	/*top:50%;*/
	left:50%;
	/*margin-top:228px;*/
	margin-top:550px;
	margin-left:-360px;
}
#corn4 {
	position:absolute;
	width:124px;
	height:72px;
	/*top:50%;*/
	left:50%;
	/*margin-top:228px;*/
	margin-top:550px;
	margin-left:236px;
	z-index:5;
}
#log {
	position:absolute;
	width:540px;
	height:130px;
	left:50%;
	margin-left:-270px;
	/*top:50%;*/
	/*margin-top:-300px;*/
}
#content {
	position:absolute;
	width:530px;
	height:450px;
	left:50%;
	margin-left:-190px;
	/*top:50%;*/
	/*margin-top:-165px;*/
	margin-top:130px;
	overflow:scroll;
	overflow-x:hidden;
	z-index:3;
}
#contentOver {
	position:absolute;
	width:30px;
	height:450px;
	left:50%;
	margin-left:310px;
	/*top:50%;*/
	/*margin-top:-165px;*/
	margin-top:130px;
	overflow:hidden;
	z-index:4;
	background:#FFFFFF;
}
.sectionCaption {
	position:relative;
	left:50%;	
	margin-left:-108px;
	width:217px;
	text-align:center;
	font-size:24px;
	line-height:2;
	background:url(../images/design/backSection.png);
	background-repeat:no-repeat;
}
#leftBar {
	position:absolute;
	width:150px;
	height:200px;
	left:50%;
	margin-left:-350px;
	/*top:50%;*/
	/*margin-top:-130px;*/
	margin-top:165px;
}
a.leftBarButton {
	color:#000000;
	font-size:24px;
	padding:5px;
	padding-left:3px;
	text-decoration:none;
}
a.leftBarButton:hover {
	color:#FFFFFF;
}
a.leftBarButtonHov {
	color:#FFFFFF;
	font-size:24px;
	padding:5px;
	padding-left:3px;
	text-decoration:none;
}
td.leftBarButton {
	text-align:left;
	line-height:1.5;
	padding:0px;
	margin:0px;
}
td.leftBarButton:hover {
	background:url(../images/design/leftBarBack.png);
	background-repeat:no-repeat;	
}
td.leftBarButtonHov {
	text-align:left;
	line-height:1.5;
	padding:0px;
	margin:0px;
	background:url(../images/design/leftBarBack.png);
	background-repeat:no-repeat;	
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }