@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C78C46;	
	height:100%;	
}

body {
	background-color:#000;
}

img{
	border:none;
	outline:none;
	outline-style:none;
	text-decoration:none;
	outline-width:0;
}

#contener {
	margin-top:20px;
	margin-left:50px;
	margin-bottom:20px;
	width:800px;
	border:solid 1px #C78C46;
	float:left;
}

#banner_top {
		float:left;
		height:320px;
		width:800px;
		background-image:url(Background.jpg);
}


#content {
	float:left;
	width:540px;
	margin-left:40px;
}

#menu {
	float:right;
	width:180px;
	border-left: solid 1px #7B5529;
	padding-left:20px;
}

.clear{
	height:50px;
	clear:both;
	width:100%;
}

.title {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

a.menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#C78C46;
}

a.menu:hover{
	text-decoration:underline;
}

.submenu {
	color:#7B5529;
	margin-left:10px;
}