body {	
		background: url(header.jpg) no-repeat #ede6dc;
		background-attachment: fixed;
		margin: 0 auto;
}

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:#eaa16b; font-weight: bold; letter-spacing: 4px;}
i{color:#888264;}
u{color:#fffde2; letter-spacing:1px;}
s{color:#9e7740; letter-spacing:2px;}

#layout	{
		margin: 0 auto;
}

#navigation {
		float: left;
		width: 200px;
		margin-top: 480px;
		margin-left: 60px;
}

a.menu:link, a.menu:visited, a.menu:active {
		color: #8d7d67;
		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: #8d7d67;
		background: #e1d0b8;
}

#content {
		float: left;
		width: 425px;
		margin-left: 150px;
		background: url(back.png);
}

h1 {
		font-family: arial;
		font-size:10px;
		line-height: 13px; 
		color: #d08061;
		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: #b9a384;
		padding-left: 4px;
		padding-right: 4px;
		text-align:justify;
}

a:link {color:#e2ae6a; text-decoration:none; }
a:visited {color:#e2ae6a; text-decoration:none; }
a:active {color:#e2ae6a; text-decoration:none; }
a:hover {color:#8e7a5e; text-decoration:none; }
