/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
	
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
html {
	
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/wallpaper_1.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6 {
}

h2 {
	font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	color: #990000;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;

}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

p {
	font-size: 12px;
	color:#3a3a3a;
	line-height: 19px;
	margin-bottom:15px;
}
ul {
	margin-left:20px;
}

#Container {
	width:950px;
	height:100%;
	margin: 0 auto;
	

}
#ContentLeft { /* main */
	width:610px;
	margin-left:20px;
	margin-right:20px;
	height:100%;

}
#ContentRight {
	width:300px;
	background-color:#eee5d0;
	height:100%;

}
.Box {
	padding:10px;
}

.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

.fltlft {
	float: left;
}