body {	
		background: url(header.jpg) no-repeat #0e0e0e;
		background-attachment: fixed;
		margin: 0;
}

body, td, tr {
		font-family: verdana;
		font-size: 10px;
		line-height: 11px;
		text-align: left;
}

input, textarea, select {
        font-family: Verdana;
        font-size: 10px;
        letter-spacing: 1px;
        border: 1px solid #1c1c1c;
        background: #202020;
        color: #7B7B7B;
}

b{color:#31337d; font-weight: bold; letter-spacing: 4px;}
i{color:#888264;}
u{color:#459687; letter-spacing:1px;}
s{color:#9e7740; letter-spacing:2px;}

#layout	{
		margin: 0;
		width: 506px;
}

#navigation {
		float:left;
		width: 100%;
		margin-left: 25px;
		margin-top: 5px;
		margin-bottom: 5px;
}

a.menu:link, a.menu:visited, a.menu:active {
		color: #6f6f6f;
		font-family: verdana;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 5px;
		text-align:center;
		margin:2px;
		padding:2px;
		width: 124px;
		text-transform: lowercase;
		background: url(back.png);
		display: block;
}

a.menu:hover {
		color: #6f6f6f;
		background: #1e1e1e;
}

#content {
		float: left;
		width: 425px;
		margin-left: 10px;
		background: url(back.png);
}

h1 {
		font-family: arial;
		font-size:10px;
		line-height: 11px; 
		color: #3f4890;
		border-bottom: 1px solid #393937;
		letter-spacing:1px; 
		text-align:left;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 2px;
}

.text {       
		font-size: 10px;  
		line-height: 15px;       
		font-family: verdana;
		color: #4f4f4f;
		text-shadow: #0a0a0a 0px 0px 1px;
		padding-left: 4px;
		padding-right: 4px;
		text-align:justify;
}

a:link {color:#6f6f6f; text-decoration:none; }
a:visited {color:#6f6f6f; text-decoration:none; }
a:active {color:#6f6f6f; text-decoration:none; }
a:hover {color:#464646; text-decoration:none; }
