
body { 
  margin: 0;
  padding: 0; 
  font-family: tahoma, arial, verdana, san-serif; 
  font-size: 12px; 
  text-align: center;
  color: #5b78e7; 
  background: #000000 url(images/bg.png) fixed; 
}

#wrapper { 
  width: 100%; 
  margin: 0 auto; 
}

#all  { 
  width: 500px; 
  margin: 0 auto; 
}

#topbanner{ 
  background: url(images/layout.png) no-repeat; 
  width: 500px; 
  height: 300px; 
  margin: 0 auto; 
  border:3px solid #000000;
}

#menu{ 
  background: #344dad; 
  border-right:3px solid #000000; 
  border-left:3px solid #000000; 
  width: 500px; 
  height: 35px; 
  text-align:center; 
}

#main{ 
  background: #000000; 
  width:500px;  
  border:3px solid #000000;
}

h1 { 
  color : #ffffff; 
  border-bottom: dotted 3px #344dad;
  font-size:14px; 
  font-weight:bold; 
  font-family: Verdana; 
  text-align: center; 
  margin: 0px; 
  height:18px; 
}

h2 { 
  color : #ffb0fa;
  font-size:12px; 
  font-weight:bold; 
  font-family: Verdana; 
  border-bottom: dotted 0px #00a6ff; 
  text-align: center; 
  margin: 0 0 2px 0; 
  height:15px; 
}

h3 { 
  color : #fffc00;
  font-size:12px; 
  font-weight:bold; 
  font-family: Verdana; 
  border-bottom: dotted 0px #00a6ff; 
  text-align: center; 
  margin: 5px 0 0 0; 
  height:20px; 
}

.menulinks { 
  color : #ffffff;
}

.menulinks a:link, .menulinks a:visited, .menulinks a:active {
  font-size: 10px; 
  color: #809aff; 
  line-height: 12px; 
  font-weight: bold; 
}

.menulinks a:hover  { 
  color: #ffffff;
}

#copy  { 
  color : #ffffff;
  font-size:10px;
  background: #344dad;
  border-top:3px solid #000000;
  height: 35px; text-align:center;
  clear:both;
}

#copy a:link, #copy a:visited, #copy a:active {
  font-size: 10px;
  color: #809aff;
  line-height: 12px;
  font-weight: bold;
}

#copy a:hover { 
  color: #ffffff;
}

p  { 
  color : #5b78e7; 
  font-size:12px; 
  text-align: left; 
  padding-left: 3px;
}

b, strong  { 
  color : #07ff18;
  font-size:12px;
  font-weight:bold;
}

i, em  {
  color : #e1a2ff;
  font-size:12px;
}

u  { color : #467185; border-bottom: 1px solid #9f41cf; font-weight:bold; font-size:12px; }

li { 
  color : #ffffff; 
  list-style: none; 
  background: transparent url(images/eye.png) no-repeat; 
  text-align: left; 
  padding: 2px 0 2px 10px;
  margin: 2px; font-size:12px;
}

ul  { 
	margin: 0;
	padding:0;
}

.codesort li {
	display: inline;
}

input, select {
  border:1px solid #ffffff; 
  font-size: 10px; 
  font-family: Verdana;
  background: #000000; 
  color: #ffffff;
}

textarea {
  border:1px solid #ffffff; 
  font-size: 10px; 
  font-family: Verdana;
  background: #000000; 
  color: #ffffff;
}

a:link, a:visited, a:active {
  text-decoration:none; 
  font-weight:bold; 
  font-size:12px; 
  color:#ffa2a2;
}

a:hover {
  color:#ffffff;
}

img	{
  border: 0;
}

.rot	{
  text-align:center;

}
