* {
 /* margin:0px;
  padding:0px;*/
}
body {
  margin:0;
	background:#202020;
	color:#808080;
	font-family: Verdana, sans-serif;
}
#main {
  width:980px;
  margin:auto;
}
#header {
  height:100px;
  text-align: center;
  margin:0px;
  padding:0px;
}
#header h1 {
  display: none;
  padding-top:50px;
  color:#115E93;
}
#nav {
 #background:#AC0010;
 background-image:url('../images/navgrad.png');
 background-repeat:repeat-x;
  color:#FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height:50px;
}
#nav ul {
  margin-left:40px;
  list-style-type: none;
}
#nav ul li {
  #background:#AC0010;
  color:#FFFFFF;
  float:left;
}
#nav a {
background-image: url('../images/navdiv.png');
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 50px;
text-decoration: none;
font-size: 21px;
color: #FFFFFF;
}
#nav a:hover {
  background:#AC0010;
}
#content {
  background: #FFFFFF;
  color: #222222;
  margin-top: 10px;
  padding: 20px;
  min-height: 400px;
  overflow: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#header {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  height: 60px;
  margin: 5px;
}
#footer {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px black;
  -moz-box-shadow: 3px 3px 5px black;
  box-shadow: 3px 3px 5px black;
}
#graybox{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
  background: black url('../images/ajax-loader.gif') no-repeat center center;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#graybox image{
  margin: auto;
}
