body {
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(images/bg.jpg);
	top: 0px;
}
h1 {
	font-size: 16px;
	color: #336600;
	font-weight: bold;
}
h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
}

a
{
	color: #336600;
	text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

#inner
{
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	width: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 80px;
	margin-left: 400px;
	margin-top: 40px;
}

#header
{
	position: absolute;
	width: 500px;
	height: 100px;
	color: #fff;
	background-color: #FFFFFF;
	background-image: url(images/bannertop_500.gif);
	background-repeat: no-repeat;
	float: left;
	visibility: visible;
	margin-top: 0px;
}

#primarycontent
{
	padding-top: 130px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
#imageright {
	float: right;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#menu {
	position: absolute;
	width: 250px;
	float: left;
	top: 140px;
	left: 130px;
}

#footer
{
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #333333;
	letter-spacing: 6px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #333333;
	padding-top: 7px;
	padding-bottom: 13px;
}

#footer a
{ 
	color:#333333;

}
#footerduglo {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #EDE3BF;
	padding-top: 7px;
	background-color: #000000;
	padding-bottom: 7px;
}
#footerduglo a {

	color:#EDE3BF;
}
