@charset "UTF-8";
.a {
}

#container
{
	margin: 0 auto;
	width: 1100px;
}

#header
{
	background-image:url(images/img_01.gif);
	width:1100px;
	height:104px;
}

#header a
{
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}



#nav ul
{
		margin-left:0px;

}


#nav li
{
	float:left;
	list-style-type: none;


}

#nav li a
{
	display:block;
	text-decoration:none;
	font-size:14px;
	float: left;
	width: 205px;
	text-align:left;
	color: #00623f;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: solid thin #666;


}


#nav li a:hover { 
	background-color: #96bfb0;
	
}


#content-container
{
	float: left;
	position:absolute;
	width: 1100px;
	background-image:url(images/img_02.gif);

}


#content
{

	float: left;
	background:url(images/body.gif);
	background-repeat: repeat-y;
	width: 500px;
	height: 250px;
	padding-top: 10px;
	padding-left: 50px;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;

	
}
#content a
{	
	text-decoration: none;
	color:#006633;
	text-decoration:underline
}
#content a:hover
{
	text-decoration: none;
}

#content_main
{

	float: left;
	background:url(images/body.gif);
	background-repeat: repeat-y;
	width: 650px;
	padding-top: 10px;
	padding-left: 50px;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;

	
}
#content_main a
{	
	text-decoration: none;
	color:#006633;
	text-decoration:underline
}
#content_main a:hover
{
	text-decoration: none;
}
#content_main h2 { margin: 0;
color:#00623f;

}

#content_side
{
	float: left;
	width: 184px;
	height:410px;
	background-image:url(images/main_img.png);
	background-repeat:no-repeat;
	

}
#content h2 { margin: 0;
color:#00623f;

}

#aside
{
	float: left;
	
	width: 188px;
	height: 350px;
	padding:0;
	margin-left: 100px;
	text-align:left;

}

#nav
{
	float: left;
	padding:1px;
	text-align:left;

}

#footer
{
	clear: both;
	background: url(images/img_04.gif);
	background-repeat:no-repeat;
	height: 190px;
	width: 1100px;
	text-align: right;
}
#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}



.headcolumn
{
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right:90px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
}
.headcolumn2
{
	float: right;
	width: 170px;
	margin-top: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
}
.column
{
	float: left;
	width: 230px;
	margin-top: 30px;
	margin-left: 130px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
	text-decoration: none; 
}

.tag
{
	float: left;
	width: 210px;
	margin-top: 30px;
	margin-left: 500px;
	font-family:Verdana, Geneva, sans-serif; 
	color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	text-decoration: none;
}
.tag a
{
	text-decoration: none;
	color:#FFFFFF;
}

.tag a:hover
{
	text-decoration: none;
	color:#FFFFFF;
}

