/* CSS Document */

html {
padding: auto auto auto auto;
margin: auto auto auto auto;
}

body {
padding: auto auto auto auto;
margin: auto auto auto auto;
background-color: #000000;
color: #ffffff;
font-size: 10px;
text-align: center;
font-family: Verdana, 'Book Antiqua', Helvetica, Arial;
}

div.container {
padding: auto auto auto auto;
margin: auto auto auto auto;
text-align: center;
width: 538px;
background-image: url(images/index_04.jpg);
background-color: #5D5D5D;
}

div.header, div.footer div.contentlayout {
padding: auto auto auto auto;
margin: auto auto auto auto;
text-align: center;
width: 538px;
}

div#nav {
padding: auto auto auto auto;
margin: auto auto auto auto;
text-align: center;
width: 538px;
background-image: url(images/index_02.jpg);
}

div.content {
padding: auto auto auto auto;
margin: auto auto auto auto;
text-align: justify;
width: 480px;
}

#nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
color: #ffffff;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
color: #F193C7;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

div.title {
position: relative;
margin: auto;
border-bottom: 1px solid #ffffff;
font-family: 'Georgia', 'Times New Roman', serif; 
font-size: 14px;
color:#F193C7;
text-align: right;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 5px;
}

