@charset "UTF-8";

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: black;
	background-color: #FFFFFF;
	background-image: url(img/bg_wood.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0px;
}

a {
	font-weight: bold;
	color:#FF0066;
}

a img{
	border:none;
}



#container { 
	width: 717px;
    margin: 20px auto 0px auto; 
	background-image: url(img/bg_home.jpg);
	background-repeat: no-repeat;
	height: 392px;
}

#logo {
	float: left;
	margin-right: 0;
	padding-right: 0;
}

#logo img{
	width: 171px;
	height: 90px;
}
	
#navigation {
	padding: 0;
	margin: 0;
}

#navigation ul{
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	width: 546px;
}



#navigation li {
	list-style: none;
	text-transform:uppercase;
	margin: 65px 7px 0 7px;
	padding: 0;
	float: left;
	text-align:center;
	font-size: 10px;
	width: 168px;
}

html>body #navigation li {
	margin: 65px 0 0 13px;
}


#navigation a {
	color: black;
	text-decoration:none;
	font-weight: normal;
	}
	


#navigation a:hover {
	text-decoration:none;
	color:#7d6f62;
	}



#content {
	clear: both; float: right;
	padding: 0 0 0 0;
}



#content .col {
	width: 152px;
	padding: 8px;
	float: left;
	margin-left: 15px;
	text-align: right;
}



#content .col a {
	font-weight: bold;
	color:#FF0066;
	text-decoration: none;
	font-size: 10px;
}

#content .col a img {
	border: 1px solid black;
}