body {	
		background: #ededed;
		margin: auto 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:#bd637d; font-weight: bold; letter-spacing: 4px;}
i{color:#a59176;}
u{color:#303030; letter-spacing:1px;}
s{color:#d8a4a3; letter-spacing:2px;}

#layout	{
		background: #ffffff;
		margin: 0 auto;
		width: 506px;
}

#header {
		background: url(header.jpg) no-repeat;
		width: 506px;
		height: 324px;
}

#content {
		float:left;
		width: 370px;
		background: #ffffff;
}

h1 {
		font-family: arial;
		font-size:10px;
		line-height: 11px; 
		color: #bdbdbd;
		border-bottom: 2px solid #efd1d9;
		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: #818181;
		padding-left: 4px;
		padding-right: 4px;
		text-align:justify;
}

#navigation {
		float:left;
		width: 124px;
		background: #ffffff;
}

h2 {
		font-family: arial;
		font-size:10px;
		line-height: 11px; 
		color: #8d8d8d;
		letter-spacing:1px; 
		text-align:center;
		text-transform: uppercase;
}

a.menu:link, a.menu:visited, a.menu:active {
		color: #6f6f6f;
		border-bottom: 1px solid #e0e0e0;
		font-family: verdana;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 5px;
		text-align:center;
		margin:2px;
		padding:2px;
		width: 124px;
		text-transform: lowercase;
		display: block;
}

a.menu:hover {
		color: #6f6f6f;
		background: #f3f3f3;
}

#footer {
		clear: both;
		width: 506px;
		height: 73px;
		background: url(footer.jpg) no-repeat;
}

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; }
