* {
	margin:0;
	padding:0;}
a {
	color:#FFF;
	text-decoration:none;}
img {
	border:0;}
html, body {
	height:100%;}
html {
	overflow-y:scroll;}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif);}
h2 {
	color:#ff3c00;
	font-size:24px;
	font-weight:normal;}

#container {
	width:737px;
	margin:0 auto 0;
	border:solid #FFF;
	border-width:0 2px;
	background:url(../images/container.jpg) repeat-y;}
	#header {
		position:relative;
		width:100%;
		height:378px;
		background:url(../images/header.jpg) no-repeat;}
		#logo {
			width:100%;
			height:100%;
			display:block;}
			
		.header-part {
			z-index:3;
			position:absolute;
			right:0;
			background-repeat:no-repeat;}
		#header1 {
			bottom:-31px;
			width:537px;
			height:31px;
			background-image:url(../images/header1.png);}
		#header2 {
			bottom:-101px;
			width:150px;
			height:70px;
			background-image:url(../images/header2.png);}
		#header3 {
			bottom:-355px;
			width:115px;
			height:254px;
			background-image:url(../images/header3.png);}
			
	#main {
		float:left;
		width:100%;
		padding-top:10px;
		position:relative;
		background:url(../images/main.jpg) no-repeat;}
	/*--// Blocks \\--*/
	.block {
		position:relative;
		float:left;
		width:717px;
		margin:10px 0 0 10px;}
		.title {
			padding-bottom:5px;
			text-align:center;}
		
		.top, .mid, .bot {
			clear:both;
			float:left;
			width:100%;}
			
		.top, .bot {
			height:44px;
			background:url(../images/block.png) no-repeat;}
		.bot {
			background-position:left -44px;}
		.mid {
			background:url(../images/block-bg.png) repeat-y;}
		
		.title {
			position:relative;
			margin-top:-20px;}
		
		.left {
			width:420px;
			float:left;
			margin:0 5px 0 45px;}
		.right {
			width:220px;
			float:left;}
			
		.block .img {
			float:left;
			margin-bottom:8px;
			border:1px solid #ff3c00;}
		
		.description {
			position:relative;
			float:left;
			width:400px;
			height:94px;
			padding:3px 5px;
			background:#FFF;
			border:1px solid #ff3c00;
			color:#ff3c00;
			font-size:11px;}
		
		.button {
			width:236px;
			height:48px;
			display:block;
			margin:10px auto;
			background:url(../images/button.gif) no-repeat;}
		.click {
			position:relative;
			width:468px;
			display:block;
			margin:0 auto -24px;}
	/*--\\ Blocks //--*/
		

#footer {
	clear:both;
	width:100%;
	padding:10px 0;
	margin-top:6px;
	color:#000;
	font-size:10px;
	text-align:center;}
#footer a {
	color:#000;}
