ul, ol {
	margin: 10px 0 10px 20px;
}

h1, h2, h3, h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFC000;
	height: 18px;
	margin: 15px 0 15px 0;
	/*padding-left: 10px;*/
	line-height: 18px;
	font-style: italic;
}

h1 {
	font-size: 20px;
}

a {
	color: #FABD1F;
	text-decoration: none;
}

a:hover {
	color: #8B1717;
	text-decoration: underline;
}

.main_area {
	clear: left;
	font-size: 10px;
	color: #999999;
	padding-top: 25px;
}

#content table {
	font-weight: normal;
	margin: 10px 0 5px 0;
	border-collapse: collapse;
}


#content table td {
	padding: 4px;
	background-color: #FABD1F;
	border: 1px solid #BE2020;
	vertical-align: top;
}

/*--------------------------------------------------------------- pager ---------------------------------------------------------------------------------------------------------------*/
div.pager {
	float: right;
	color: #8D8D8D;
}

div.pager a, .pager_navi {
	display: inline;
	color: #C30006; 
	font-size: 11px;
	font-weight: normal;
	margin: 0 2px 0 2px;
	padding: 0;
	background: none;
}

div.pager span.pager_navi {
	color: #AFAFAF;
}

div.pager a.pager_navi {
	text-decoration: none;
	background: none;
}

div.pager a:hover {
	color: #C30006;
}

/*------------------------------------------------------------------ gallery ----------------------------------------------------------------------------------------------------------*/
div.gallery {
	/*margin-left: 25px;*/
}

div.gallery a {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	background: none;
	padding: 0;
}

div.gallery img {
	border: 1px solid #E1E6EF;
	/*margin: 5px;*/
	padding: 0;
}

div.gallery div.gallery_desc {
	float: left;
	border: 1px solid #F1F7FC;
	width: 315px;
	height: 125px;
	margin: 5px 0 5px 0;
	overflow: hidden;
	line-height: 14px;
}

/*------------------------------------------------------------------ contact form ---------------------------------------------------------------------------------------------------*/
#contactForm {
	margin: 10px 40px 10px 40px; 
}

#contactForm form {
	padding: 0 0 0 0; 
	margin: 0; 
}

#contactForm fieldset { 
	border: none; 
	padding: 0; 
	margin: 0; 
}

#contactForm legend { 
	display: none; 
}

#contactForm fieldset div { 
	margin: 8px 0; 
	clear: both; 
}

#contactForm fieldset span { 
	margin: 0 4px; 
}

#contactForm fieldset label { 
	width: 100%; 
	padding-bottom: 2px;
}

#contactForm fieldset input { 
	width: 100%; 
}

#contactForm input, #contactForm textarea { 
	border: 1px #c0c0c0 solid;
	padding: 1px;
	color: #444444; 
}

#contactForm textarea { 
	width: 100%;	
	height: 8em; 
	overflow: auto; 
}

#contactForm .err { 
	color: #C72113; 
}

#contactForm .err textarea, #contactForm .err input { 
	border-color: #C72113; 
}

#contactForm .msg { 
	padding: 0 0 20px 0;
	font-size: 12px;
	font-weight: bold; 
}

#contactForm .nav {
	padding-left: 150px; 
}

#contactForm .nav p {
	display: block; 
	float: left;
	width: 212px; 
	margin: 0;
	color: #808080; 
}

#contactForm .nav input { 
	cursor: pointer; 
	border: 0; 
	padding: 0 8px 5px 2px; 
	outline: none; 
	color: #0C882A; 
}

#contactForm #btnsend { 
	width: 82px; 
	height: 20px; 
	background: #C30006 url(../images/more.gif) 3px no-repeat; 
	font-family: Times New Roman;
	color: #ffffff;
	border: 0;
}

#contactForm #btnsend::-moz-focus-inner { border: none; }

#contactForm div.l_box {
	float: left;
	width: 180px;
	clear: none;
}

#contactForm div.r_box {
	float: right;
	width: 180px;
	clear: none;
}

a.pos {
	background: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#copyrights {
	color: #666666;
	padding-top: 50px;	
}

#copyrights span {
	
}
 
a.label {
	display: block;
	float: right;
	color: #9A9A9A;
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
	margin-left: 50px;
	letter-spacing: 1px;
}

a.label:hover {
	color: #7A7A7A;
}

a.label span {
	color: #F68321;
	font-family: Times;
	font-style: italic;
	font-size: 18px;
}
