a {color: #2b87dd; text-decoration: none;}
a:hover {color: #d62800; text-decoration: none;}

body {
	margin: 0; padding: 0;
	background: #fff url(../images/bg.gif) top repeat-x;
	font-family: Georgia, 'Book Antiqua', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #222;
	}

#logo {background: #2b87dd url(../images/logo_bg.gif) repeat-x; color: #fff; font-style: italic; font-size: 15px; line-height: 20px}
#logo a {color: #fff; text-decoration: none;}
#logo a:hover {color: #fff; text-decoration: underline;}

#frame {border: 4px solid #fff; border-top:0}
#content {padding: 5px 20px 20px 20px; min-height: 300px;}
#contentBg {background: #fff;}
#footer {background: #fff url(../images/footer_bg.gif) no-repeat; color: #81b3e1; font-size: 13px}

h1 {
	margin: 0 0 25px 0;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #b38f00;
	}
h2 {
	margin: 0 0 17px 0;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #b38f00;
	}
.text_11 {font-size: 11px;}
.text_12 {font-size: 12px;}
.text_13 {font-size: 13px;}
.text_15 {font-size: 15px;}
.bld {font-weight: bold;}
.itlc {font-style: italic;}
.jstf {text-align: justify;}
.highlight {color: #02d;}
.dimlight {color: #888;}

.postit {
	float: right;
	margin: -15px 0 0 10px;
	width: 270px;
	height: 326px;
	background: url(../images/postit.jpg) no-repeat;
	}
.divider {
	margin: 30px 20px 30px 0;
	border-bottom: 1px dashed #e2d49e;
	height: 1px;
	}

.frameL {
	width: 560px;
	height: 443px;
	background: url(../foto/frameL.gif) center center no-repeat;
	}
.frameS {
	width: 150px;
	height: 119px;
	margin-bottom: 5px;
	background: url(../foto/frameS.gif) center center no-repeat;
	}
.frameCell {
	padding: 0 15px 5px 15px;
	margin-bottom: 15px;
	}
.frameColumn {
	float:right;
	margin-left:20px;
	}
.colCell td {background: #eee;}


/*============================menu*/
#nav {
	width:860px;
	border:none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin:0;
	padding:0;
	font-size:14px;
	/*font-weight:bold;*/
	}
#nav ul {
	background:#f0d259;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#nav li {
		float:left;
		padding:0;
		}
	#nav li a {
		background:#f0d259;
		color:#222;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0;
		padding:0 12px 0 13px;
		text-align:center;
		text-decoration:none;
		}
		#nav li a:hover, #nav ul li:hover a {
			background: #d9401d;
			color:#fff;
			text-decoration:none;
			}
	#nav li ul {
		background:#d9401d;
		display:none;
		height:auto;
		padding:0;
		margin:0;
		border:0;
		position:absolute;
		width:163px;
		z-index:200;
		}
	#nav li:hover ul {display:block;}
	#nav li li {
		background:url(../images/nav_separator_sub.gif) top left no-repeat;
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:163px;
		}
	#nav li:hover li a {background:none;}
	#nav li ul a {
		display:block;
		height:30px;
		font-size:13px;
		font-style:normal;
		margin:0;
		padding:0 10px 0 20px;
		text-align:left;
		}
		#nav li ul a:hover {background:#d9401d;}
		#nav li ul li:hover a {
			background:#c7310f url(../images/nav_hover_sub.gif) center left no-repeat;
			border:0;
			color:#fff;
			text-decoration:none;
			}
/*============================menu*/


/*============================admin*/
.loginBrd {border: 1px dashed #ccc;}
.legendBrd {border: 1px solid #2b87dd; padding: 0 10px 20px 20px;}
.addBrd {border: 1px solid #2b87dd; padding: 10px;}
/*============================admin*/
