/* CSS Document */


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

#wrapper {
  position:relative;
  width:799px;
  height:700px;
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
}

a {
  text-decoration:none;
  color:#CCCCCC;
}

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

body {
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(images/background.png);
  background-repeat:repeat-x;
  background-color:#000066;
}

#head {
  position:absolute;
  width:100%;
  height:50px;
  top:0px;
  left:0px;
  background-color:rgb(34, 16, 135);
  background-image:url(images/blue2.png);
  background-repeat:repeat;
  z-index:1;
}

#head1 {
  position:absolute;
  top:30px;
  width:100%;
  color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align:center;
  font-size:16px;
  font-variant:small-caps;
  left:0px;
  z-index:2;
}

#head2 {
  position:absolute;
  top:1px;
  width:100%;
  color:#FFFFFF;
  text-align:center;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bolder;
  font-size:30px;
  font-variant:small-caps;
  left:0px;
  z-index:3;
}

#sidebar {
  position:absolute;
  top:0px;
  left:0px;
  width:130px;
  height:700px;
  background-color:rgb(34, 16, 135);
  background-image:url(images/blue2.png);
  background-repeat:repeat;
  z-index:0;
}

#nav {
  position:absolute;
  top:90px;
  left:7px;
  z-index:4;
}

#nav ul {
  list-style-type:none;
}

#nav li {
  background-image:url(images/bluebutton.png);
  background-repeat:repeat-x;
  
}

#nav ul li a {
  line-height:20px;
  font-size:12px;	
  font-weight:bolder;
}

#photo {
  position:absolute;
  top:60px;
  left:138px;
  width:650px;
  height:200px;
}

#main {
  position:absolute;
  top:312px;
  left:138px;
  width:650px;  
  text-align: center;
}

#main p {
  font-size: 12px;
}
#howto {
  position:absolute;
  left:140px;
  top:513px;
  background-color:#CCCCCC;
  width:300px;
  padding:25px 5px 5px 5px;
  height:100px;
  z-index:5;
}

#buy {
  position:absolute;
  left:462px;
  top:513px;
  background-color:#CCCCCC;
  width:300px;
  padding:25px 5px 5px 5px;
  height:100px;
  z-index:5;
}

#need {
  position:absolute;
  left:582px;
  top:513px;
  background-color:#CCCCCC;
  width:200px;
  padding:25px 5px 5px 5px;
  height:100px;
  z-index:5;
}

#title { 
  position:absolute;
  top:0px;
  left:0px;
  width:310px;
  height:18px;
  font-size:12px;
  font-weight:900;
  text-align:center;
  background-image:url(images/bluebutton.png);
  background-color: rgb(34, 16, 135);
  padding:3px 0px 0px 0px;
  color:#CCCCCC;
}

#footer {
  position:absolute;
  top:650px;
  left:0px;
  width:800px;
  height:50px;
  font-size:12px;
  background-color: rgb(34, 16, 135);
  background-image:url(images/blue2.png);
  background-repeat:repeat;
  color:#CCCCCC;
  text-align:center;
  padding:5px 0px 0px 0px;
  z-index:6;
}


