@charset "utf-8";
/* CSS Document */
#wrapper {
	width : 800px;
	padding : 0px;
	text-align : left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.header {
	margin-bottom : 10px;
	height: auto;
	width: 800px;
	background-image: url(../img/head_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

.main {
	width : 800px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.c-both {clear:both;}

.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#wrapper #main #evcont {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
