  /* CSS layout */
body {
	margin: 0 auto;
	padding: 0;
}

.top {
	height:24px;
	padding:2px 0;
	background-color:burlywood;
	border-top: 1px solid coral;
	border-bottom: 1px solid coral;
	text-align:center;
	vertical-align: central;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead {	
	text-align:center;
	height:150px;
	min-width: 600px;
	max-width:1000px;
	margin: 0 auto;
	border-bottom:3px solid coral;
}

#top_nav {
	height:80px;
	min-width: 600px;
	max-width:1000px;
	margin: 0 auto;
	border-bottom: 1px solid #DDD;
	background-image:url('../images/logo_saya_90x80.gif');
	background-repeat:no-repeat;
}

#top_nav menu {
	margin-left:0;
	margin-bottom:20px;
	display: block;
	overflow: hidden;
	width: 90%;
	text-align:center;
}

#top_nav menu li {
	display: inline-block;
    list-style-type: none;
    text-decoration:none;
    margin: 8px 16px;
}

#top_nav menu>li>a	{
	display: inline-block;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #996633;
}
#top_nav menu>li>a:hover	{
	text-decoration:none;
	color: #992200;
}

#container {
	min-width: 600px;
	max-width:1000px;
	margin: 0 auto;
}

#left_col {
	width: 220px;
	float: left;
}

#page_content {
	margin-left: 220px;
}

.story {
	margin: 7px; padding: 0 5px;
	border: 1px solid coral;
}

.story img {
	margin: 7px;
	border: 1px solid #DDD;
}

hr {
	border-bottom: 1px solid #DDD:
}

#footer {
	clear: both;
	height:24px;
	padding:2px 0;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}