body
{
	background: #FFFFFF url(../images/bg.png) repeat-y 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container
{
   margin: 0px auto;
   text-align: left;
   width: 700px;
}

#top_white_space
{
	margin: 0;
	padding: 0;
	height: 30px;
}

#top
{
	margin: 0;
	padding: 0;
	height: 60px;	
}

#header
{
	position: relative;
	margin: 0;
	padding: 0;
}

#header ul
{
	margin: 0;
	padding: 0;
	height: 30px;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;	
}

h1
{
	color: #6892C4;
	font-family: MS Mincho;
	font-weight: bold;
	margin: 10px;
 	padding: 0;
}

h2
{
	color: #6892C4;
	font-size: 20px;
	font-family: MS Mincho;
	font-weight: bold;
	margin: 10px 10px 10px 0;
 	padding: 0;
}

h3
{
	color: #6892C4;
	font-family: MS Mincho;
	font-weight: bold;
	margin-top: 30px;
 	padding: 0;
}

p
{
	color: #000000;
 	font-size: 14px;
 	font-family: MS PGothic;
 	line-height: 20px;
}

#contents
{
	margin-top: 30px;
	text-align: center;
 	color: #000000;
 	font-size: 14px;
 	line-height: 20px;
 	font-family: MS PGothic;
}

#footer
{
    position: relative;
	clear: both;
	margin: 0;
	margin-left: 0;
	padding: 0;
 	width: 700px;
 	text-align: center;
 	color: #666666;
 	font-size: 12px;
 	font-family: Bitstream Vera Serif, Times New Roman, Serif;
}

#tof
{
    position: absolute;
    top: 18px;
    right: 20px;
}

#error
{
	margin-top: 13px;
	text-align: center;
 	color: red;
 	font-size: 14px;
 	line-height: 20px;
 	font-family: MS PGothic;
}

#title
{
	text-align: center;
}

#author
{
	color: #9E8954;
	font-size: 14px;
	font-family: MS Gothic;
	margin: 0;
 	padding: 0;
}

#article
{
	float: left;
 	width: 515px;
 	height: auto;
	margin: 0;
	margin-left: 20px;
 	margin-bottom: 20px;
 	margin-top: 20px;
 	padding: 0;
}

#article a
{	
 	text-decoration: none;
 	color: #9E8954;
 	font-size: 12px;
 	font-family: Verdana, Bitstream Vera Sans, Sans-Serif;
}

#article a:hover
{	
 	text-decoration: underline;
}

#article ul
{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

#article ul li
{
	list-style-type: none;
	margin-bottom: 10px;
}

#left_menu
{
	float: left;
	width: 145px;
 	height: auto;
 	margin: 0;
 	margin-left: 1px;
 	padding: 0;
 	background-color: #EBEBEB;
}

#left_menu ul
{
	margin: 0;
 	padding: 0;
 	margin-top: 30px;
 	margin-bottom: 30px; 	
}

#left_menu li a#selected_article
{
 	color: #9E8954;
 	font-size: 14px;
 	font-family: MS Gothic;
 	line-height: 20px;
 	font-weight: bold;
}

#left_menu ul li
{
	margin: 0;
	padding: 0;
 	margin-left: 20px;
 	margin-top: 10px;
 	list-style-type: none;
}

#left_menu li a
{	
 	text-decoration: none;
 	color: #000000;
 	font-size: 14px;
 	line-height: 20px;
 	font-family: MS Gothic;
}
 
#left_menu ul li a:hover
{
 	color: #9E8954;
}

#articles_index
{
	text-align: center;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

#articles_index ul
{
	margin: 0;
	padding: 0;
}

#articles_index li
{
	display: inline;
 	vertical-align: middle;
}

#articles_index li a#selected_article
{
	color: #000000;
 	font-size: 12px;
 	font-family: Verdana, Bitstream Vera Sans, Sans-Serif;
 	text-decoration: none;
 	margin-right: 5px;
}

#articles_index a
{
	color: #9E8954;
 	font-size: 12px;
 	font-family: Verdana, Bitstream Vera Sans, Sans-Serif;
 	text-decoration: none;
 	margin-right: 5px;
}

#articles_index a:hover
{
	text-decoration: underline;
}

#top_articles_index
{
	text-align: right;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

#top_articles_index ul
{
	margin: 0;
	padding: 0;
}

#top_articles_index li
{
	display: inline;
 	vertical-align: middle;
}

#top_articles_index li a#selected_article
{
	color: #000000;
 	font-size: 12px;
 	font-family: Verdana, Bitstream Vera Sans, Sans-Serif;
 	text-decoration: none;
 	margin-right: 5px;
}

#top_articles_index a
{
	color: #9E8954;
 	font-size: 12px;
 	font-family: Verdana, Bitstream Vera Sans, Sans-Serif;
 	text-decoration: none;
 	margin-right: 5px;
}

#top_articles_index a:hover
{
	text-decoration: underline;
}

