body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

html {
	height: 100%;
	background: #3A0E00 url(images/bg.gif) repeat-x top left;
}

body {	
	margin: 0;
	padding: 0;	
	background: url(images/bg.png) repeat top left;
	_background: url(images/bg.jpg) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1100px;
}

#container {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#container .bg_pic {
	position: absolute;
	left: -397px;
	top: 0px;
	z-index: 1;
	background: url(images/bg_pic.png) no-repeat top left;
	/*background: url(images/bg_pic_newyear.png) no-repeat top left;*/
	width: 1453px;
	height: 1028px;
}
#container .bg_pic_bottom {
	position: absolute;
	left: -103px;
	bottom: 0px;
	z-index: 1;
	background: url(images/bg_pic_bottom.png) no-repeat top left;
	width: 171px;
	height: 438px;
}

#site-container {
	z-index: 2;
	position: relative;
}

/* BEGIN ICONS */
#icons {
	text-align: right;
	padding: 69px 17px 20px 0;
}
#icons a {
	padding: 0 8px;
}
/* END ICONS */

#content {
	padding: 0;
	margin: 0 auto;
	width: 902px;
	overflow: hidden;
	position: relative;
	background: url(images/content_bottom.png) no-repeat bottom;
	_background: url(images/content_bottom.gif) no-repeat bottom;
	_zoom: 1;
	padding-bottom: 20px;
}
.content-top {
	height: 60px;
	background: url(images/content_top.gif) no-repeat top;
	position: relative;
	margin-bottom: 28px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 36px;
	_left: -710px;
	z-index: 10;
}
#content .main-column {
	width: 630px;
	_width: 620px;
	float: left;
}

#content .right-column {
	width: 272px;
	float: right;
}
#content .right-column .right-body {
	color:#4a0300;
	font-size:11px;
	padding: 20px 40px 0 13px;
}
/**/
#left-menu-block {
	position: absolute;
	width: 133px;
	left: -43px;
	_left: -786px;
	top: 300px;
	z-index: 10;
}
/**/
#body {
	padding: 0 30px 0 65px;
}

/* BEGIN NAVIGATION */
#navigation {
	margin: 10px 0 20px 0;
}
#navigation a {
	color: #910000;
}
#navigation span {
	padding: 0 2px;
}
/* END NAVIGATION */

/* BEGIN FOOTER */
#footer {
	height: 126px;
	width: 902px;
	margin: 0 auto;
	font-size: 12px;
	background: url(images/footer_bg.png) no-repeat top;
}
#footer .footer-body {
	padding-top: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.5;	
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* END FOOTER */
