* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 12px/20px Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #ffffff;
}

img {
	border: none;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	padding: 2px;
	color: #2b2e31;
	font: 12px Verdana, Geneva, sans-serif;
}


#header {
	height: 154px;
	padding-top: 40px;
	background-color: #2b2e31;
}

#header form {
	float: right;
	text-align: right;
}

#header form img {
	margin-bottom: 15px;
}

#header .search {
	width: 182px;
	height: 18px;
	padding: 0;
	color: #929292;
	font: 14px 'Times New Roman', Times, serif;
	border: 1px solid #b0b0b0;
}

#header .go {
	width: 54px;
	height: 20px;
	border: none;
	background: url(../images/go.gif) no-repeat top right;
	vertical-align: top;
}

#header .navi {
	clear: both;
	height: 26px;
	/*padding-top: 25px; 2010/10/26 */
	padding-top: 12px;
}

#main {
	width: 665px;
	height: 350px;
	padding-top: 28px;
	float: left;
}

#sub {
	width: 303px;
	float: right;
	background: url(../images/zone_bg2.gif) repeat-y 0px 320px;
}

#sub .zone {
	min-height: 320px;
	height: auto !important;
	height: 320px;
	padding: 40px 16px 5px 16px;
	color: #363636;
	line-height: 18px;
	background: url(../images/zone_bg.gif) no-repeat top left;
}

#sub .zone p {
	margin-bottom: 4px;
}

#sub .gallery {
	padding-top: 10px;
	background-color: #ffffff;
}

#links {
	/*height: 90px;*/
	height: 40px;
	font: 24px Georgia, serif;
	color: #929292;
	background-color: #ffffff;
}

#links p {
	width: 104px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #606060;
	background-color: #e0e0e0;
	text-align: center;
}

#links a {
	font: 19px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #007CC3;
	text-transform: uppercase;
}

.links_rightside a { font: 18px Arial, Helvetica, sans-serif;}


/*#links a.blue {
	color: #067c87;
}

#links a.green {
	color: #74870c;
}

#links a.orange {
	color: #ff7800;
}*/

#footer {
	clear: both;
	height: 270px;
	background: url(../images/footer_bg.gif) repeat-x;
}

#seminar {
	position: relative;
	height: 45px;
	padding-left: 17px;
	background: url(../images/seminar_bg.gif) no-repeat;
	font: 14px/53px Arial, Helvetica, sans-serif; 
}

#footer .navi2 {
	height: 26px;
	padding: 56px 0 0 52px;
}

#footer .navi2 a {
	margin-right: 8px;
}

#footer .logo {
	color: #ffffff;
	font: 12px/68px Verdana, Geneva, sans-serif;
	text-align: center;
}

.frame {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.fleft {
	float: left;
}


.event {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 178px;
	/*visibility: hidden;*/
}

.event a {
	color: #424242;
}



