* {
border: 0px;
padding: 0px;
margin: 0px;
outline: 0px;
}

body {
font-family: Book Antiqua3, Palatino Linotype, Palatino6, serif;
background-color: #808080;
text-align: center;
color: white;
}

#wrapper {
background-color: #000000;
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/*--------------------------------HEADER--------------------------*/
#header {
position: relative;
width: 902px;
background-color: #808080;
}

#header ul {
list-style-type: none;
float: right;
}

#header li {
float: left;
margin-left: 5px;
margin-right: 5px;
padding-top: 5px;
background-image: url('button.jpg');
}

#header li a {
color: #ffffff;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
}

#header li a:hover {
background-image: url('button1.jpg');
}

#header ul li ul {
display: none;
background-color: #000000;
position: absolute;
width: 270px;
top: 27px;
}

#header ul li ul#test {
left: 499px;
}

#header ul li ul#test1 {
left: 594px;
}

#header ul li:hover ul {
display: block;
}

#header ul li ul li {
margin: 0px;
padding:0px;
background-image: none;
background-color: #2e2e2e;
width: 100%;
}

#header ul li ul li a {
width: 270px;
padding-top: 0px;
padding-left: 10px;
margin: 0px;
}

#header ul li ul li:hover {
background-image: url('button1.jpg');
}

#header ul li ul li a:hover {
background-image: none;
background-image: url('button1.jpg');
}

#header div {
clear: both;
}

/*--------------------------------NAVIGATOR-----------------------*/
#navigator {
width: 300px;
float: left;
text-align: center;
}

#navigator p {
width: 200px;
margin-left: auto;
margin-right: auto;
}

#navigator div {
width: 200px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#navigator div img, #navigator div float {
text-align: center;
width: 44px;
height: 14px;
margin-left: 30px;
float: left;
}

#navigator a {
color: white;
text-decoration: none;
font-size: 13px;
}

#navigator a:hover p {
color: #add8e6;
text-decoration: underline;
}

#navigator img#logo {
width: 263px;
height: 57px;
}

#navigator img.pillow {
margin-left: auto;
margin-right: auto;
width: 200px;
height: 133px;
margin-top: 20px;
}

/*--------------------------------CONTENT-----------------------*/
#contentweb {
width: 600px;
float: right;
padding-bottom: 20px;
}

#contentweb a {
color: #add8e6;
text-decoration: none;
}

#contentweb a:hover {
color: white;
text-decoration: underline;
}

#contentweb h3 {
text-decoration: underline;
color: #add8e6;
font-size: 16px;
}

#contentweb p:first-line {
color: #add8e6;
}

#contentweb p {
margin-top: 10px;
}

/*--------------------------------FOOTER-----------------------*/
#footer {
clear: both;
text-align: center;
background-color: #000000;
}

#footer img {
width: 120px;
padding-left: 10px;
margin-top: 10px;
float: left;
}

#footer div {
margin-top: 10px;
padding-right: 10px;
float: right;
}

#footer p {
text-align: right;
clear: both;
font-size: 11px;
margin-left: auto;
margin-right: auto;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #add8e6;
text-decoration: underline;
}
