*{
    outline: none;
    border-style: none;
}

body { 
    /*background: blue;*/
    margin: 0;
	padding: 20px; 
	font-family: verdana, georgia, times, "times new roman", serif; 
	font-size: 14px; 
    text-decoration: none;
}
.container {
	/*margin: 20px;*/
	min-width: 880px;
}
#header {
	/*background: #ccc;*/
	width: 100%;
    overflow: hidden;
    min-width: 880px;
}
#header div  {
	/* float: left;*/
    /*margin-right: 10px*/
}
#header img {
	border-style: none;
}

#liquid{
	background-image: url("images/a7_2.png");
	background-repeat: repeat-y;
	background-color: #e0e0e0;
	background-position: right;
	min-width: 10px;
	float: none;
	height: 60px;
	padding:0px 0 0 0;
}
#liquid2{
	background-image: url("images/a8_2.png");
	background-repeat: repeat-y;
	background-color: #9b9b9b;
	background-position: right;
	min-width: 10px;
	float: none;
	height: 60px;
}
.fl {
	float: left;
}


/*
#content-container1
{
	float: left;
	width: 100%;
	background: #fff url(images/b_1.png) repeat-y 20% 0;
}

#content-container2
{
	float: left;
	width: 100%;
	background: url(images/b_2.png) repeat-y 80% 0;
}
*/
#section-navigation
{
	float: left;
	width: 17%;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#menu_v li {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	
}
#section-navigation #menu_v li.nav1 a, #content #menu_v li.nav1 a:visited {
	background: url("images/b_2.png") 0 0 no-repeat;
	color: #000;
	display: block;
	width: 164px;
	height: 39px;
	font: bold 12px/31px verdana;
	text-decoration: none;
}
#section-navigation #menu_v li.nav1 a:hover {	
	background: url("images/b_1.png") 0 0 no-repeat;
	color: #fff;
	display: block;
	width: 164px;
	height: 39px;
	font: bold 12px/31px verdana;
	text-decoration: none;
}


#content
{
	float: left;
	width: 60%;
	padding: 20px 0;
	margin: 0 0 0 2%;
}

#content h2 
{ 
	margin: 0; 
	color:blue;
}
#content p 
{
	text-align:justify; 
}

#aside
{
	float: right;
	width: 16%;
	display: inline;
	padding: 0 20px 0 0;
}
#aside h2 
{ 
	margin: 0; 
}
#aside p 
{
	/*text-align:justify;*/ 
}

#aside_a:visited, #aside_a:link {
	background: url("images/b_3.png") 0 0 no-repeat;
	background-position: center;
	color: #fff;
	display: block;
	/*width: 167px;*/
	height: 43px;
	font: bold 12px/37px verdana;
	text-decoration: none;
	text-align: center;
}
#aside_a:hover, #aside_a:a:active {	
	background: url("images/b_4.png") 0 0 no-repeat;
	background-position: center;
	color: #fff;
	display: block;
	/*width: 167px;*/
	height: 43px;
	font: bold 12px/33px verdana;
	text-decoration: none;
	text-align: center;
}
/*

a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}


*/
#footer
{
	clear: left;
	/*background: #ccc;*/
	/*text-align: right;*/
	padding: 20px;
	margin: 0 16% 0 165px;
	height: 1%;
	position: relative;
}

#footer a
{
	color: #fff;
	text-decoration: none;

}

#footertext
{
	text-align: left;
	/*padding: 30px 0 0 0;*/
	color: #fff;
	float:left;
	height: 60px;
	font: bold 12px/50px verdana;
	text-decoration: none;
	
}
#copyright
{
	text-align: right;
	padding: 40px 0 0 0;
}
