img
{
border: 0px;
}

* 
{ 
margin: 0; 
padding: 0; 
} 

 

p
{
margin-bottom: 10px;
}

body, td, div
{
font-family: "Verdana", sans-serif;
letter-spacing: 1px;
line-height: 20px;
font-size: 12px;
color: #B797C9;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body
{
	
background-color: #682548;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: url(images/sky.jpg);
}



#dragon 
{
position: absolute;
top: 17px;
left: 10px;
float: left;
z-index: 9;

}

center {
	
	margin-top: -10px;
	padding: 0;

}

#dragon img {
	padding: 0; 
	margin: 0;
}

#title 
{
position: absolute;
top: 0px;
left: 463px;
z-index: 1;
}

#menu 
{
position: absolute;
top: 109px;
left: 464px;
z-index: 2;
}

#content 
{
position: absolute;
top: 209px;
left: 352px;
z-index: 1;
border-top-color: #1F0E1E;
border-bottom-color: #614860;
border-left-color: #614860;
border-right-color: #1F0E1E;
border-style: solid;
border-left-width: 1px;
border-right-width: 2px;
border-top-width: 2px;
border-bottom-width: 1px;
background: #462143;
width: 407px;
padding: 28px;
overflow: hidden;
}

#sidebar 
{
position: absolute;
top: 450px;
left: 10px;
z-index: 1;
border-top-color: #1F0E1E;
border-bottom-color: #614860;
border-left-color: #614860;
border-right-color: #1F0E1E;
border-style: solid;
border-left-width: 1px;
border-right-width: 2px;
border-top-width: 2px;
border-bottom-width: 1px;
background: #462143;
width: 250px;
padding: 28px;
}


a:link 
{
text-decoration: none;
color: #8D3B96;
}

a:visited 
{
text-decoration: underline;
color: #8D3B96;
}

a:hover 
{
color: #DDB5D5;
background-color: #926296;
text-decoration: underline overline;
}

a:active 
{
text-decoration: underline;
color:#8D3B96;
}


a.interface:link 
{
text-decoration: none;
background-color: transparent;
}

a.interface:visited 
{
text-decoration: none;
background-color: transparent;
}

a.interface:hover 
{
text-decoration: none;
background-color: transparent;
}

a.interface:active 
{
text-decoration: none;
background-color: transparent;
}



input, textarea 
{
background: #462143;
color: #B797C9;
font-family: Arial;
font-size: 11px;
border-width: 1px;
border-style: solid;
border-color: black;
}

ul
{
list-style-type: none;
}