@charset "utf-8";
/* CSS Document */
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top:#2b3aa6 2px solid;
	background:url(images/bg2.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link#link , a:visited#link {
	color:#2b3aa6;
	text-decoration:underline;
}
a:hover#link {
	background-color:#d6daf9;
}
h1, h2, h3, h4, h5 {
	color:#2b3aa6;
	}
h2 {
	font-size:18px;
	}
h3 {
	font-size:14px;
}
#underline {
	width:100%;
	border-bottom:1px solid black;
}
.bar {
	height:20px;
	width:100%;
	background:url(images/bar.jpg) repeat-x;
}
.wrppr {
	width:786px;

	border-left:#0a1030 2px solid;
	border-right:#0a1030 2px solid;
	margin:0px auto;
	background:#FFF;
}
	.wrppr .main {
		width:740px;
		margin:0px auto;
	}

.foot {
	background:#999999;
	width:790px;
	height:25px;
	margin:0px auto;
	position:relative;
	font-size:9px;
	color:#CCCCCC;
}
	.foot #corn_l {
		background:url(images/corn_l.jpg) no-repeat;
		height:20px;
		width:20px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	.foot #corn_r {
		background:url(images/corn_r.jpg) no-repeat;
		height:20px;
		width:20px;
		position:absolute;
		bottom:0px;
		right:0px;
	}	

#next {
	background:url(images/next.jpg);
	width:100px;
	height:100px;
	border:0px;
}
#previous {
	background:url(images/previous.jpg);
	width:100px;
	height:100px;
	border:0px;
}
