/* CSS Document */

body {
	background: #c9e9fa;
	text-align: center;
	padding:0px;
	margin:0px;
	font:13px/1.3em Century Gothic,arial,helvetica,sans-serif;
	color:#482400;
	background-image: url(/images/back.gif);
	background-repeat: repeat-y;
}
a {	
	color:0a9606;
		
}
#container {
	width: 800px;
	margin: auto;
	background: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}


#head {
	width: 800px;
	height:200px;
	border-bottom: 1px #000 solid;
	background: #ff0033;
}

#nav {
	width: 425px;
	background: #6699FF;
	margin: 60px 0px 0px 0px;
	height:20px;
	padding-top: 2px;
}
#nav a{
		color:#482400;
	font-weight:bold;
	text-decoration: none;
}
#nav a:hover{
	color:#fff;	
}
#head_right {
	width: 325px;
	float:right;
	height:250px;
}
#content {
	width: 549px;
	float:left;
	background: #fff;
	text-align: left;
	margin:12px;
	}
.main{
	margin:12px;	
}
#content strong{
	color:0a9606;
	font-size:14px;	
}
#content li{
	color:#6699FF;
	margin-left:16px;
}
#content p span{
	color:#6699FF;
	font-weight:bold;	
}
#sidebar {
	width: 201px;
	float:right;
	background: #482400;
	text-align:left;
	color: #ffffcc;
	padding:12px 0px 0px 10px;
}
#sidebar a{
	color:#ff0033;
}
.sidebar_contentp{
	font-size:12px;
	margin: 6px;
	text-align:left;
}
.flowis{
	font-size:16px;
	text-align:center;
	margin:6px 12px;
}
h2 {
	font-size:26px;
	margin: 16px 0px 8px 2px;
	color: #482400;
}
h2 a{
	font-size:20px;
	margin: 10px 0px 8px 2px;
	color: #482400;
}
.flow_bottom{
	font-size:14px;
	text-align:center;
	margin:6px 12px;
}

.footer {
	width: 800px;
	background:#482400;
	clear:both;
}
#comment{
	width:400px;
}
#right{
align:left;
}

