/*--------------------------------------------------SOLE D'ORO CSS*/
/*AUTHOR:---J.MUSIKANT---HOODVISIONS.DE---------------------------*/



/*DEFAULT/RESET TAGS*/
body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat top center #80683E;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size:18px;
	color:#3a5a4b;
	padding:0 0 10px 0;
	margin:0;
	font-weight:bold;
}
a {
	color:#365B49;
	}
a img {border:none;}
.small {
		font-size:11px;
	}

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px 0 4px 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px 4px 4px 0;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

#container {
	margin:0 auto;
	width:1076px;
	background:url(../images/bg_content.jpg) repeat top center;
}

	#top {
		margin:0 auto;
		height:67px;
		background:url(../images/sign.jpg);
	}

	#header {
		background:url(../images/header.jpg);
		height:92px;
	}
		#navi {
			padding:37px 0 0 50px;
		}
		#navi a {
			color:#77623f;
			font-size:18px;
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			text-decoration:none;
		}
			#navi a:hover {
				text-decoration:underline;
			}
		#navi ul {
			margin:0;
			padding:0;
			list-style:none;
		}
		#navi ul li {
			display:inline;
			padding:5px 15px 5px 15px;
		}
	
	#logo {
		width:762px;
		height:178px;
		background:url(../images/soledoro.jpg);
		float:left;
	}
	
	#image {
		width:314px;
		height:224px;
		background:url(../images/img_header.jpg);
		float:right;
	}
	#content {
		padding:0 80px 10px 80px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		color:#474747;
		line-height:24px;
	}	
		#content img {
			margin:4px 10px 4px 10px;
		}
	
	#footer {
		background:url(../images/footer_content.jpg);
		height:93px;
		clear:both;
		text-align:center;
		font-size:11px;
	}