#container
{
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

#header
{
	padding: 20px;
	background-image: url(images/bg_page2.jpg);
}

#header h1, h1, h2, h3, h4 
{ 
	margin: 0;
	color: teal;
}

#navigation
{
	float: left;
	background-image: url(bg_page2.jpg);
	top: 130px;
	width: 20%;
	left: 1%;
	position: absolute;
	padding: 0,5%;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a, #logo a, #content p a, #footer p a
{
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	border: medium solid teal;
	background-color: teal;
	padding: 3px;
	border-radius: 5px;
	margin: 5px;
}

#logo a
{
	background-color: transparent;
}

#navigation li a:hover, #logo a:hover, #content p a:hover, #footer p a:hover
{
	color: white;
	background-color: red;
	border: medium solid teal;
}

#content-container
{
	top: 130px;
	left:25%;
	width: 70%;
	position: absolute;
	background: #FFF;

}

#content
{
/*	clear: left;
	float: left;*/
	left:30%;
	width: 70%;
	padding: 20px 0;
	margin: 0 0 0 4%;
	display: inline;
}

#content h2 
{
	margin: 0;
	color: teal;
}

#aside
{
	float: right;
	width: 26%;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: inline;
}

#aside h3 
{
	margin: 0;
	color: teal;
}

#footer
{
	clear: left;
	text-align: right;
	padding: 20px;
}

fieldset
{
	border: medium solid teal;
	padding:1%;
	margin: 2%;
}

#sgd, #sgd a
{
	font-size: 10px;
	color: teal;
	text-decoration: none;
	border: none;
	float: none;
	display: block;
		background-color: transparent;
	padding: 3px;
	margin: 5px;

}
#sgd a:hover
{
	color: red;
}