body,
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background:#fff;
		margin:0 auto;
		width:750px;
	}
	#header {
		background: url('images/bg.png') no-repeat center;
		height: 120px;
	}


	#main {
		background: url('images/fading_background_2.png');
		background-repeat: repeat-x;
		float:right;
		width:570px;
		font:  16px Arial;
		border: solid 1px green;
		min-height: 700px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:#fff;
		float:left;
		width:170px;
		height: 330px;
		background: url('images/fading_background_22.png');
		background-repeat: repeat-x;
		border: solid 1px green;
		min-height: 700px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
	    text-align: center;
		background:#fff;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	a {
	text-decoration: none;
	font: bold  12px Arial;
	color: black;
	}
	a:hover {
	color: green;
	}
	#main a{
	font: bold  14px Arial;
	}
	#dwn_link
	{
	width: 96px;
	height: 92px;
	display: block;
	
	background: url('images/download-button.thumbnail.jpg');
	}