* {margin: 0; padding: 0; border: none; text-decoration: none}
body {
	background: #0F0202;
	color: #CCAFBF;
	text-align: justify;
	font: .8em "trebuchet ms", tahoma, sans-serif;
}
#container {
	background: url(http://ruby-wings.net/images/back.png) repeat-y;
	width: 750px;
	margin: auto;
	text-align: justify;
}
#header {
	height: 484px;
}
#footer {
	background: url(http://ruby-wings.net/images/foot.png) no-repeat;
	height: 40px;
	clear: both;
	padding: 0 0 0 0px;
	font-size: 95%;
	line-height: 16px;
}
#content {
	width: 740px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
}
UL, OL {
margin: 0;
padding: 10;
list-style: disc inside;
}


body, table, tr, td {font: 10pt tahoma; color: #F3F0DC; letter-spacing: 1px}


a:link, a:active, a:visited {text-decoration: none; font-weight: bold; color: #DAB98A}
a:hover {color: #EAD8BE}

input, textarea, option, select {background-color: #534036; 
font: 8pt arial; color: #F3F0DC; 
letter-spacing: 1px; 
border-style: solid; 
border-color: #F3F0DC; 
border-width: 2px}


p, br {padding: 5px;}

h1 {
	font:bold 18px tahoma;
        color:#E3D6BB;
	}


h2 {
	font:bold 14px tahoma;
        color:#E3D6BB;
        text-align: left;
	}


h3 {
	font: 8px verdana, arial, helvetica, sans-serif;
        color:#E3D6BB;
        text-transform: uppercase;
border-bottom: 1px solid #3C0315;
        text-align: center;
	}