* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url(img/bg.jpg);
	background-repeat:no-repeat;
  font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
 .style1 {
 	font-family: Tahoma;
	font-size: 10px;
	color: #e67715;
 }
 .style2 {
	color: #e67715;
	font-weight: bold;
 }
 .style21 {
	color: #e67715;
 }
 .style3 {
	color: #e67715;
	font-weight: bold;
	align: center;
 }
 .style4 {
	color: e67715;
 }
a {
	color: #e67715;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 50px;
}

#logo {
	width: 145px;
	height: 44px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

#topmenu {
	float:left;
	margin-top:33px;
	margin-left:90px;
	font-style:bold;
}

#topmenu li{
	display:inline;
	margin-right:20px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:5px 3px;
	font-style:bold;
}

#topmenu a{
	color:#101010;
	font-size:120%;
	text-decoration:none;
	}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
  height: auto;
  min-height: 600px; 
	height: 600px;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#phrase{
	display:inline;
	margin-right:25px;
	padding-left:20px;
	float: right;
	font-size:120%;
	font-style:bold;
  border-bottom: 1px solid black;
	}

#container {
	padding: 0px 0 5px;
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	position: absolute;
  left: 251px;
  right: 20px;
	padding: 0 0 0 20px;
  border-top: 1px solid black;
  background:rgba(255, 255, 255, 0.8);
	overflow: hidden;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	margin-top: 0px;
	position: relative;
  border-right: 1px solid black;
  background:rgba(255, 255, 255, 0.8);
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -150px auto 0;
	margin-left: 0px;
	height: 50px;
  text-shadow: #fff;
//  background:rgba(255, 255, 255, 0.8);
}
