/* 
    Document   : style.css
    Created on : Jul 31, 2009, 8:51:36 AM
    Author     : ria
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root {
    display: block;
}*/
body {
    background-color:#000000;
    font-family: Arial;
    font-size: 12px;
	color: #FFFFFF;
}
#header {
    width: 819px;
}

#main {
    position:relative;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
#menu {
    position:relative;
    top:0px;
    width: 819px;
    height: 28px;
    background-color:#333333;
    text-align:center;
}
#menu a {
    color: #ffffcc;
    text-decoration: none;
    position: relative;
    top: 7px;
}
#menu a:hover {
    color: #ebeb05;
    text-decoration: underline;
}
.menu_header {
    font-weight: bold;

}
#menu_separator {
    color:#777777;
    position:relative;
    top: 7px;
}
#content {
    position:relative;
    width:819px;
	padding:none;
	margin:none;
}
#content_page {
    position:relative;
    top:0px;
    width: 819px;
	padding:0px;
	margin:0px;
	color:#000000;
}
#content_article {
        background-color:#efefef;
        padding: 20px;
        text-align:left;
}
#content_link {
	/*background-color:#777777;*/
	background-color:#efefef;
	padding: 20px;
	text-align:left;
}
#content_contact {
	background-color:#efefef;
	padding: 10px 60px 10px 60px;
	text-align:center;
}
table {
	vertical-align:top;
	width:100%
	padding:0px;
	margin:0px;
	border:none;
}
td, tr {
	vertical-align:top;
	padding:0px;
}
#title_p {
	font-size: 13px;
	font-weight:bold;
	text-align:center;
}
#title_link {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
#img_p {
	text-align:center;
}
img {
	text-align:center;
	border:none;
	vertical-align:middle;
}
a {
	color:#ffffcc;
/*	color:#000000;*/
	text-decoration:none;
}
a:hover {
/*	color:#ebeb05;*/
	text-decoration:underline;
}
#ordinary_text {
	font-size:12px;
	text-align:center;
}
#writings {
	font-size: 12px;
	text-decoration:underline;
	text-align:center;
}
#caption_tiny {
	font-size:10px;
	text-align:center;
}
#order_link {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#animal_box {
	border-style: solid; 
	border-width: 2px 6px; 
	padding: 5px; 
	text-align: center; 
	font-weight: bold;
}
#center_bar {
	background-color:#666666;
}
#center_text {
	font-size:13px;
	text-align:center;
}
#notice {
    position: relative;
    width: 819px;
	padding: 10px;
	clear: both;
    color: #333333;
}
#notice a {
    font-weight:bold;
    font-size:13px;
}
#links {
	font-family:Arial;
	font-size:12px;
}
#content_link_intro {
	color:#620000;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:152px;
	width:100%;
	height:460px;
	z-index:1;
	text-align: center;
}
#content_news {
    background-color: #666666;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    padding: 0px 10px 10px 10px;
}
#headline_article {
 /*   color: #ffffcc;*/
    text-decoration:none;
}
#headline_article:hover {
/*    color: #ebeb05;*/
    text-decoration:underline;
    cursor:pointer;
}
#headline_article:visited {
  /*  color: #ffffff;*/
    text-decoration:none;
    cursor:pointer;
}
#show_news {
    background-color: #EAEAEA;
}
#status {
    border-style:solid;
    border-width: 2px;
    padding: 5px;
}
#news_summary, #news_forward {
    font-weight: bold;
    font-size: 13px;
}
#nutcase {
    background-color: #333333;
    width:70%;
    padding: 5px;
}
#nutcase_title {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}
#page_title {
    font-size: 16px;
    font-weight: bold;
}
#lilian_pic {
    position: relative;
    float: right;
    top:-150px;
    right:50px;
}
#back_link {
    text-align:right;
    font-weight:bold;
}
#category_search {
    position:relative;
    float:left;
    top:0px;
    left: 0px;
}
#key_search {
    position:relative;
    float:right;
    top:0px;
    right: 0px;
}
#flunews {
    font-size:12px;
    padding:10px;
}

ul, #hot_topics, #news_content, #content_link table, #content_article table {
    font-size:12px;
}

#hot_topics {
    padding:10px;
}

#title_page {
    
}

#news_contents {
    text-align:left;
    padding: 10px;
}

#content_link table, #content_article table {
    color: #000000;
}

#content_link a {
    color:#000000;
    text-decoration:underline;
}
#content_link a:hover {
    text-decoration:none;
}
