﻿body {
	background-image: url('../images/Body-Bg2.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;	
}

.container {
	display: block;
	width: 900px;
	padding: 5px;
	margin: 0px auto;
}

.head {
	display: block;
	width: 900px;
	padding: 15px;
	float: left;
	padding-top: 5px;
}

.content {
	display: block;
	width: 900px;
	float: left;
	background-image: url('../images/body-bg.jpg');
		
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	
	-webkit-box-shadow: 3px 3px 5px #798564;
	-moz-box-shadow: 3px 3px 5px #798564;
	box-shadow: 3px 3px 5px #798564;
	
	overflow: hidden;
}

.LeftBar {
	width: 190px;
	float: left;
	padding: 5px;
	overflow: hidden;	
}
 
.RightBar {
	width: 680px;
	height: 600px;
	float: right;
	border-left:gold thin solid;
	background-color: white;
}

.footer {
	display: block;
	width: 900px;
	height: 50px;
	float: left;
	padding-top: 5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px; 
		
	-webkit-box-shadow: 3px 3px 5px #798564;
	-moz-box-shadow: 3px 3px 5px #798564;
	box-shadow: 3px 3px 5px #798564;
	
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
}

.textContent {
	font-family: "Verdana";
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}
.TextMenu {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: rgba(12, 12, 12, 0.9);
	text-decoration: none;
}

.Menu {
		list-style-image: url('../images/nav_bullet.jpg');
		list-style-position: outside;
		margin-top: 0px;
		list-style-image: url('../images/nav_bullet.jpg');
		list-style-position: outside;		
}

a {
		font-weight: normal;
		font-style: normal;
		font-variant: small-caps;
		text-transform: none;
		font-size: 14pt;
		margin-top: 0px;
		color: rgba(12, 12, 12, 0.9);
		text-decoration: none;
		color: black;
}

a:hover {
		font-weight: normal;
		font-style: normal;
		text-decoration: line-through;
		font-variant: small-caps;
		text-transform: none;
		font-size: 14pt;
		margin-top: 0px;
		color: rgba(12, 12, 12, 0.9);
}

a:active {
		font-weight: normal;
		font-style: italic;
		text-decoration: underline;
		font-variant: small-caps;
		text-transform: none;
		font-size: 14pt;
		margin-top: 0px;
		color: rgba(12, 12, 12, 0.9);
}

a:focus  {
		font-weight: normal;
		font-style: italic;
		text-decoration: underline;
		font-variant: small-caps;
		text-transform: none;
		font-size: 14pt;
		margin-top: 0px;
		color: rgba(12, 12, 12, 0.9);
}

.TextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	
	text-shadow: 3px 3px 5px #575c4f;
	filter: dropshadow(color=#575c4f, offx=3, offy=3);
}
.Logo {
	float: left;
	width: 100%; 
	height: 137px;
	text-align: center;
}
