@charset "utf-8";
/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background: #333333;
		color:#000;
		background-image: url(/images/BG.jpg);
		background-repeat: repeat-x;
	}
	body {
		min-width:750px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#wrap {
		margin:0 auto;
		width:750px;
	}
	#header {
		background:#ddd;
		width: 546px;
		margin: 0 auto;
		border-left: solid 1px black;
		border-right: solid 1px black;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		width: 578px;
		margin: 0 auto;
		height: 39px;
	}
	#content {
		width: 546px;
		margin: 0 auto;
		background-image: url(/images/BG_content.jpg);
		background-repeat: repeat-y;
		border-left: solid 1px black;
		border-right: solid 1px black;
	}
	#clear {
		clear: both;
		height: 0px;
	}
	#main {
		float:left;
		width:340px;
	}
	#sidebar {
		float:right;
		width:206px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar p, #main p {
		padding:0 10px 0 16px;
    }
	#sidebar h2, #sidebar h3, #sidebar h4, #main h2, #main h3 {
		padding: 0 10px 0 10px;
    }
	#sidebar p {
		margin: 0 0 10px 0;
	}
	#sidebar h4 {
		margin: 10px 0 0 0;
	}
	#footer {
		background-image: url(/images/footer.jpg);
		background-position: center;
		background-repeat: no-repeat;
		clear:both;
		width: 600px;
		height: 38px;
		margin: 0 auto;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	#footer .block {
		position:relative;
	}
	#footer .block div {
		position:absolute;
		top: 19px;
	}
	#footer {
		font-size: .8em;
		color: #FFFFFF;
		font-weight:bold;
	}
	#main img, #sidebar img {
		margin: 0 10px 0 10px;
	}
	.img-bdr {
		border: 1px #333333 solid;
	}
	a:link {
		color: #ecb735;
		text-decoration: none;
	}
	a:visited {
		color: #ecb735; 
		text-decoration: none;
	}
	a:hover {
		color: #81c8e6;
		text-decoration: underline;
	}
	a:active {
		color: #81c8e6;
		text-decoration: none;
	}
	#footer a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:visited {
		color: #FFFFFF; 
		text-decoration: none;
	}
	#footer a:hover {
		color: #ecb735;
		text-decoration: underline;
	}
	#footer a:active {
		color: #ecb735;
		text-decoration: none;
	}

