﻿/* Global */
html {
}

body {
	background-color: #eeeeee;
}
h1 {
	color: #996600;
	font-family: Times New Roman;
	font-size: 36px;
}

h2 {
	color: #996633;
	font-family: Times New Roman;
	font-size: 24px;
	padding:0 0 10px 0;
}


h3 {
	color: #000000;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	padding:0 0 10px 0;
}


p {
	color: #000000;
	font-family: Times New Roman;
	font-size: 15px;
	line-height:150%;
}


li a {
	 color:#ffffff;
}

#footer a {
	font-size:13px;
}

/* Containers */
#wrapper {
	width: 1000px;
	margin: 20px auto;
	background-color: #ffffff;
}

#topline {
	background-color: #CCCCCC;
	width: 100%;
	padding: 0px;
	border-bottom:thick #eeeeee solid;
}

#topline h1 {color:#ffffff;
			padding:25px;
}

#top {
	background-color: #996633;
	width: 100%;
	height:200px;
	border-bottom:thick #eeeeee solid;
}

#mainmenue {
	width: 220px;
	float: left;
}

#mainmenue li {
	padding: 10px;
	
}

#submenue li {	




	padding: 10px;
}
#submenue li a {
	color: #996633;
}

#banner {
	background-color: #ffffff;
	width: 765px;
	height:100%;
	float:right;
	margin: 0 0 0 0px;
}

#banner img {
	height:200px; width:765px;
}


#leftside {
	background-color:#CCCCCC;
	width: 225px;
	height:500px;
	padding:0 10px 0 0;
	float:left;
}


#textbox1 {
	background-color:#ffffff;
	width: 85%;
	padding:15px 15px 15px 15px;
	margin:5px 5px 5px 5px;
	border:1px black solid ;
	position: static;
	top:60px;
}

#textbox2 {
	background-color:#ffffff;
	width: 85%;
	padding:15px 15px 15px 15px;
	margin:5px 5px 5px 5px;
	border:1px black solid ;
	position: static;
	top:140px;
}

#content {
	box-sizing: border-box;
	width:765px;
	height:500px;	
	padding:15px;
	float:left;	
}

#content img {	
    display: block;
    margin-left: auto;
    margin-right: auto;
	height:354px;
	width:300px;
}


#footer {
	background-color: #996633;
	border-top:thick #eeeeee solid;
	clear:left;	
	width: 100%;
	padding: 5px 0 5px 0;
}

#footer li {
	display:inline;
	padding:15px;
}