* {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
	font-family: "Frutiger",sans-serif;
}


/* ----------------------------------------
   Base
   ---------------------------------------- */

body {
	background-color: #ecece5;
	background-image: url(img/bg_cont.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

img {
	border: none;
}

a {
	color: #630;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #111;
	font-size: 14px;
	line-height: 24px;
}


/* ----------------------------------------
   Layout
   ---------------------------------------- */
#header,
#content,
#footer {
	margin: auto;
	width: 800px;
}

#header {
	height: 94px;
	vertical-align: top;
	background-image: url(img/head.jpg);
	text-align: left;
}

#menu {
	margin-left: 10px;
	float: left;
	width: 180px;
	text-align: left;
}

#main {
	margin-right: 20px;
	float: right;
	width: 570px;
	text-align: left;
}

#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* ----------------------------------------
   Header
   ---------------------------------------- */
h1 a {
	margin-left: 25px;
	padding-top: 18px;
	display: block;
	height: 25px;
	color: #111;
	font-size: 26px;
	line-height: 25px;
	text-decoration: none;
}

.gold {
	color: #c93;
	font-size: 26px;
	line-height: 25px;
	text-decoration: none;
}

#sub {
	margin-left: 25px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #520;
}


/* ----------------------------------------
   Content
   ---------------------------------------- */

#top-img {
	width: 800px;
	height: 250px;
}


/* ----------------------------------------
   Menu
   ---------------------------------------- */
#menu h3 {
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 7px;
	display: block;
	width: 180px;
	height: 30px;
	color: #fff;
	background-image: url(img/menu_tit.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}

#menu ul {
	margin-bottom: 5px;
	list-style-type: none;
}

#menu li a {
	margin: auto;
	padding: 5px 0 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	display: block;
	color:#111;
	background-image:url(img/menu_ico.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 15px;
	text-decoration:none;
}

#menu li a:hover {
	color: #630;
	background-color: #ebebdb;
	background-image:url(img/menu_ico_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}


/* ----------------------------------------
   Main
   ---------------------------------------- */
#main h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 3px;
	color: #333;
	background-image: url(img/h2_tit.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
}

#main h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-color: #f14704;
	border-bottom-style: solid;
	color: #333;
	font-size: 16px;
}

#main h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-color: #f14704;
	border-bottom-style: dashed;
	color: #333;
	font-size: 16px;
}

#main p {
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 2px;
}

#main ul {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}

#main li {
	padding: 2px 0 0 20px;
	color:#111;
	background-image:url(img/menu_ico.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
}

#no-img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	width: 300px;
	height: 225px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

#no-img2 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	width: 225px;
	height: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

#ptop {
	margin: 20px 30px 10px 0;
	padding-bottom: 8px;
	padding-left: 18px;
	clear: both;
	float: right;
	width: 30px;
	background-image: url(img/icon_top.gif);
	background-repeat: no-repeat;
}

#ptop a {
	color: #333;
	font-size: 12px;
}

.st {
	padding: 0 8px 0 8px;
	background-color: #ebcbc5;
	color: #630;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}


/* ----------------------------------------
   Footer
   ---------------------------------------- */
#dash {
	margin: 0 10px 0 10px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	background-color: #eee;
}

#footer ul {
	margin: 5px;
}

#footer li {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

#footer li a {
	color: #630;
	font-size: 12px;
}

#footer li a:hover {
	color: #630;
	text-decoration: underline;
}

.first {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-size: 12px;
}

#pig {
	margin: 15px 0 15px 0;
	height: 60px;
	background-image: url(img/bg_add.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

address {
	padding: 20px 0 15px 0;
	display: block;
	color: #111;
	font-style: normal;
	font-size: 11px;
}
