a:link {text-decoration:none; color:white; font-weight:bold;}
a:link img {border:0px solid #0000ff;}
a:visited {text-decoration:none; color:white; font-weight:bold;}
a:visited img {border:0px solid;}
a:hover {text-decoration:none; color:silver; font-weight: bold;}
a:hover img {border:0px solid #FF0000;}
a:active {text-decoration:bold; color:orange; font-weight:bold;}
a:active img {border:0px solid #0000aa;}
body
{
text-align: center;
font-family:  arial;
}


#container
{
width: 980px;
background-image: url(images/background-container.jpg)
background-repeat: repeat;
margin: 0 auto;
text-align: left;
position: relative;
}

#navigation
{
	width: 715px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 199px;
	background-image: url(images/background-navi.jpg);
}
	
#content
{
	width: 515px;
	height: 731px;
	position: absolute;
	top: 37px;
	left: 199px;
	background-color: #151515;
}
#mainText
{
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
text-align: justify;
background-color: #272727;
padding-left: 5px;
padding-top: 2px;
Padding-right: 5px;
padding-bottom: 2px;
}

#logo
{
	width: 200px;
	height: 768px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #000000;
}

#sidebar-right
{
	width: 200px;
	height: 731px;
    background-repeat: repeat;
	position: absolute;
	top: 37px;
	left: 714px;
	background-color: #151515;
	
}

#rightImage
{
margin-top: 10px;
}
#rightText
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
text-align: justify;
}
#rightText2
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
text-align: justify;
}
#rightText3
{
margin-left: 5px;
margin-right: 10px;
margin-top: 5px;
text-align: justify;
}
#rightText4
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
text-align: justify;
}