html, body {margin:0;padding:0;width:100%;height:100%;}
body,div,ul,li,h1,p{margin:0;padding:0}
body {
	text-align: center;
	font: 11px Tahoma;
	color: #ffffff;
    background-image: url(/images/header_bg.png);
    background-repeat: repeat-x;
    background-color: #000000; }
img {
	border: 0px none; }
#main {
    position: relative;
    min-height: 100%;
    min-width: 1024px;
    height: auto !important;
	height: 100%;
    padding: 0px;
    margin: 0px auto auto;
    text-align: left;
}
	#header_wrapper {
	    clear: both;
	    background-image: url(/images/header_01.jpg);
	    background-repeat: no-repeat;
	    background-position: right;
	    height: 484px;
	}
		#header_menu {
			padding-top: 130px;
		}
        #header_logo_wrapper {
            margin-right: 797px;
        }
			#header_logo {
			    background-image: url(/images/logo.png);
			    background-repeat: no-repeat;
				background-position: center;
				height: 310px;
	        }
	#content_block {
	    text-align: left;
	    clear: both;
	}
		#sidebar_right { float:right; width: 430px;}
		#middle_column { margin-right: 430px; }
		#empty {
		    height: 80px;
		}
	#footer {
	    height: 80px;
	    min-width: 1024px;
	    margin-top: -80px;
	    position: relative;
	    text-align: left;
	    margin: 0px auto auto;
	    clear: both;
		background-color: #F6F7FA;
	}
		#copyright {
		    float: left;
			padding-left: 110px;
		    color: #000000;
		    font: 11px Verdana;
			padding-top: 20px;
			height: 60px;
			background-image: url(/images/peekaboo.png);
			background-repeat: no-repeat;
			background-position: 50px 20px;
		}
p {
    margin:  0px;
    padding: 0px;
}
h1 {
    color: #eeeeee;
	font-size: 24px;
}
div.intblock {
    padding: 15px;
}
a {
    color: #FF6600;
	text-decoration: underline;
}
a:hover {
    color: #FFCC33;
	text-decoration: none;
}

