@charset "utf-8";


body {
	background: #88c2e4 url(../images/bg.jpg) repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

img.border {
	padding: 5px;
	background: #fff;
	border: 2px #aa915f solid
}

h2 {
	color: #e97c1d;
	padding: 0px 0px 5px 10px;
	border-bottom: 2px #1186c9 solid;
}

#container {
	margin: 0px auto;
	background: #fff url(../images/container_bg.jpg) repeat-y;
	width: 963px;
	padding: 0px 3px 10px 3px;
}

#header {
	margin: 0px auto;
	width: 969px;
	height: 194px;
	background: url(../images/header.jpg) no-repeat;
}

#nav {
	height: 36px;
	width: 963px;
	margin: 0px;
	background: #aa915f url(../images/nav_bg_right.jpg) right no-repeat;
	border-bottom: #1186c9 4px solid;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
#nav ul li {
	display: inline;
	font: 16px normal Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: #fff 1px solid;
}
#nav ul li.last {
	border-right: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px 8px 10px;
}
#nav a:hover {
	background: #1186c9;
	padding: 10px 15px 8px 10px;
}

#left {
	margin: 0px;
	width: 209px;
	background: #fff;
	padding: 0px 10px 0px 0px;
	float: left;
}

#right {
	width: 178px;
	margin: 0px;
	float: right;
	background: #fff;
	padding-top: 20px;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #666666;
}

#right a {
	color: #FF9900;
}
#right a:hover {
	color: #6666FF;
	text-decoration: none;	
}

#times {
	width: 178px;
	height: 155px;
	background: #aa915f url(../images/times_bg.jpg) top no-repeat;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
}

#content {
	background: #fff;
	color: #807663;
	width: 540px;
	padding: 20px 10px 0px 10px;
	float: right;
	line-height: 18px;
	font: 14px normal Arial, Helvetica, sans-serif;
}

#content ul {
	list-style-image: url(../images/li_bullets.jpg);
}

#content a {
	color: #FF9900;
}
#content a:hover {
	color: #6666FF;
	text-decoration: none;	
}

#container_bottom {
	margin: 0px auto;
	width: 969px;
	height: 16px;
	background: url(../images/container_bottom.jpg) no-repeat;
}

#site-info {
	margin: 0px auto;
	width: 960px;
}
#site-info_left {
	color: #fff;
	margin: 0px;
	float: left;
	font: 11px normal Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#site-info_right {
	float: right;
	margin: 0px;
	font: 11px normal Arial, Helvetica, sans-serif;
}
#site-info_right a {
	color: #fff;
	text-decoration: none;
}
#site-info_right a:hover {
	text-decoration: underline;
}

#cycle_nav {
	text-align:center;border-bottom: #6666FF 2px solid; padding:5px 0px 8px 0px; background: #f4f4f4;
}

#yerin {
	width: 960px;
	color: #FFF;
	text-align:center;
	font-size: 12px;
	margin: 0px auto 5px auto;
}

#motif {
	background: url(../images/motif.jpg) repeat-x;
	height: 15px;
	width: 960px;
	margin: 10px auto;
}
	
	