* {
  padding: 0;
  margin: 0;
} 

body {
  margin:0;
  padding: 0;
  background: #444;
  color: #fff;
  font: 12px Arial, Verdana, Tahoma, sans-serif;
}

img {border: none;}

a { 
  color: #888; 
  text-decoration: none; 
}

a:hover {  color: #f00; }

#shadow {
    margin: 20px auto;
    width:760px;
    background-image:url(../images/left.gif);
    background-repeat: repeat-y;
    background-color : #FFFFFF;
}
#shadow2 {
    background-image:url(../images/right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#content {
  width: 728px;
  margin: 20px auto;
  padding: 1px;
  border: solid 2px #600;
  background: #000;
}

#header {
  background: #000 url(../images/banner.jpg) no-repeat;
  background-position: center;
  height: 260px;
}


#header h1 { 
  font-size: 22px;
  letter-spacing: -1px;
  padding: 15px 0 0 10px;
  color: #fff;
}

#header h1 a { 
  color: #fff;
  text-decoration: none;
}

#header h1 a:hover {
  color: #ccc;
}

#header h2 {
  font-size: 16px;
  color: #ccc;
  padding: 0 0 0 10px;
}


#navigation {
  background: #111 url(../images/menu.gif) repeat-x;
  height: 30px;
  line-height: 30px;
  margin: 1px auto;
}

#navigation li {
  float:left;
  list-style-type:none;
  border-right:1px solid #444;
}

#navigation li a {
  display:block;
  padding:0 20px;
  text-decoration:none;
  color: #fff;
  letter-spacing:1px;
}

#navigation li a:hover {
  background: #333 url(../images/menuover.gif) repeat-x;
  color:#fff;
  text-decoration:none;
}

.right { 
  float: left;
  width: 700px;
  padding: 10px 20px 5px 20px;
  margin-right: 20px;
}

.right h1 { color: #fff; }

.right h2 {
  padding: 0px; 
  font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
  color: #ccc;	
  border-bottom: 1px dotted #999;
  margin-bottom: 5px;
  margin-top: 10px;
}

.right h4 { margin-bottom: 5px; }

.right p {  color: #ddd; 
            font: 12px Verdana, 'Trebuchet MS', Sans-serif;
            margin-top: 10px; margin-bottom: 10px; 
	    //margin: 0px 6px 6px 10px;
	    }

.right pre {
        color: #ddd; 
	background: #1a333a;
	border: solid 1px #ccc;
	padding: 5px;
}

.right ul  {
  color: #ddd;
  text-align: left;
  margin: 3px 0 8px 0;
  padding-left: 20px;
  text-decoration: none;
  list-style-type:square;
}

.right ul li {
  padding: 2px 0 2px 0px;
  margin: 0 2px;
}

.imageleft {
  float: left; 
  margin: 0 6px 6px 0;
}

.imageright {
  float: right;
  margin: 0px 6px 6px 10px;
}


#footer { 
  #background: #111 url(../images/menu.gif) repeat-x;
  color: #eee;
  margin-top:20px;
  height: 30px;
  line-height: 30px;
  //text-align: right;
  margin-bottom: 10px;
}

#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }
