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

#wrapper { 
  width: 100%; 
  margin: 10px auto; 
}

#all  { 
  background: #eeeaff;  
  width: 600px; 
  margin: 0 auto; 
  border:3px solid #696093;
}

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

#menu{ 
  background: #eeeaff; 
  border-right:0px solid #696093; 
  width: 147px; 
  text-align:left; 
  float: right;
}
#menu ul
 { padding: 0 1px; }

#menu li{ 
  list-style: none; 
  background: transparent url('images/eyemenu.png') no-repeat; 
  text-align: left; 
  padding: 2px 0 2px 16px;
  margin: 2px;
  }


#main{ 
  background: #eeeaff; 
  float: left;
  display: inline;
  width:450px;  
  border-right:0px solid #696093; 
}

h1 { 
  color : #e947c9; 
  border-bottom: solid 3px #478ce9;
  font-size:14px; 
  font-weight:bold; 
  font-family: Verdana; 
  text-align: center; 
  margin: 0px; 
  height:18px; 
}

h2 { 
  color : #478ce9;
  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 : #d88900;
  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 : #696093;
}

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

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

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

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

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

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

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

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

u  { color : #b77886; border-bottom: 1px solid #78afb7; font-weight:bold; font-size:12px; }

li { 
  color : #5b648b; 
  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 #696093; 
  font-size: 10px; 
  font-family: Verdana;
  background: #eeeaff; 
  color: #696093;
}

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

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

a:hover {
  color:#ad9cff;
}

img	{
  border: 0;
}