/* CSS Document */
html {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #989898;
color: #ffffff;
text-align: center;
}

div#container{
margin: 0 auto 0 auto;
padding: 0 0 0 0;
background-image: url(images/index_02.jpg);
background-repeat: repeat;
color: #ffffff;
text-align: center;
width: 600px;
background-color: #000000;
}

div#container2{
margin: 0 auto 0 auto;
padding: 150px 0 0 0;
background-image: url(images/index_01.jpg);
background-repeat: no-repeat;
color: #ffffff;
text-align: center;
width: 600px;
}

div.contentlayout {
margin: 0 auto 0 auto;
padding: 0 20px 0 0;
width: 510px;
}

div.content{
margin: 105px auto 0 auto;
padding: 0 0 0 0;
width: 340px;
float: left;
text-align: justify;
}

div.nav{
margin: 10px auto 0 auto;
padding: 0 0 0 0;
width: 140px;
float: right;
text-align: justify;
}

div.footer, div.clear {
clear: both;}

a:link, a:visited, a:hover, a:active {
color: #D80403; 
font-weight: bold;
text-decoration: none;}
