body {
 margin: 0px auto;
 background-color: #C0C0C0;
 font-size: 0.9em;
 color: #000000;
}

#page {
 display: block;
 height: auto;
 width: 1000px;
 position: relative;
 top: 0px;
 left: 50%;
 margin-left: -500px;
}

#header {
 background-image: url(../pics/header.jpg);
 background-repeat: no-repeat;
 display: block;
 height: 180px;
 width: 1000px;
 position: relative;
 top: 0px;
}

#header div.title {
 display: block;
 height: 30px;
 width: 500px;
 top: 150px;
 left: 250px;
 position: relative;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

div.title span {
 padding: 6px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 display: block;
 font-size: 1.2em;
 font-weight: bold;
}

#main {
 background-image: url(../pics/main.jpg);
 background-repeat: repeat-y;
 display: block;
 float: left;
 height: auto;
 width: 1000px;
 position: relative;
 top: 0px;
}

#navigation {
 display: block;
 float: left;
 width: 180px;
 position: relative;
 top: 0px;
 left: 50%;
 margin-left: -500px;
 padding: 10px 0px 10px 20px;
}

#right {
 display: block;
 float: left;
 width: 200px;
 position: relative;
 top: 0px;
 left: 50%;
 margin-left: 0px;
}

div.login {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 display: block;
 color: #000000;
 height: auto;
 width: 180px;
 font-size: 10px;
}

input.login {
 width: 100px;
 height: 12px;
 font-size: 10px;
}

input.submit {
 border: 0px;
 font-size: 10px;
 cursor: pointer;
}

#right img {
 border: 0px;
}

#right span {
 height: 250px;
 padding: 0px 0px 0px 15px;
 margin: 0px 0px 0px 0px;
}

#footer {
 background-color: #0000ff;
 background-image: url(../pics/bg_footer_big.jpg);
 background-repeat: no-repeat;
 padding: 20px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 1000px;
 height: 40px;
 clear: both;
 position: relative;
 display: block;
 top: 0px;
}

div.footer_text_left {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 200px;
 min-height: 20px;
 text-align: center;
 display: block;
 float: left;
 color: #c0c0c0;
 font-size: 0.9em;
}

div.footer_text_left a{
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 200px;
 height: 20px;
 text-align: center;
 display: block;
 float: left;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
 font-size: 0.9em;
}

div.footer_text_center {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 600px;
 min-height: 20px;
 display: block;
 float: left;
}

div.footer_text_right {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 200px;
 min-height: 20px;
 text-align: center;
 display: block;
 float: left;
 font-size: 0.9em;
}