/* CSS RESET */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {margin: 0;padding: 0;border: 0;font-style: inherit;font-size: 100%;line-height: 1;font-family: Century Gothic, Arial;inherit;text-align: left;vertical-align: baseline;}

a img, :link img, :visited img {border: 0;}

table  {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,blockquote:before, blockquote:after {content: "";}

/* CSS RESET */



p,a,td,th,div,strong,h1,h2,h3,li {line-height: 20px; font-size:13px; font-family:Century Gothic, Arial;}



body {

	padding-top:20px;

	color:white;

}



a {

	color:#FFFFFF;

}



a:hover {

	color:#982e3c;

	text-decoration:none;

}



#Wrapper {

	width:100%;

}



#Container {

	margin-right:auto;

	margin-left:auto;

	width:655px;	

	height:inherit;

	height:526px;

}



#Header {

	height:108px;

}



#Menubar {

	height:27px;

}



#ContentLeft {

	width:428px;

	height:329px;

	float:left;

	padding-left:18px;

	padding-right:18px;

	padding-top:13px;

	padding-bottom:13px;

	background:url('../_images/bg_content.jpg');

	overflow-x:hidden;

	overflow-y:auto;

}



#ContentLeft h1 {

	font-weight:bold;

}



#ContentLeft ul {

	list-style:disc;

	margin-left:20px;

}



#ContentRight {

	width:178px;

	height:355px;

	float:right;



}



#ContentRight img {

	border:1px solid gray;

}



.Clear {

	clear:both;

}



#FooterTop {

	height:12px;

}



#Footer {

	height:24px;

	text-align:center;

	background:url('../_images/bg_footer.jpg');

}
