@charset "UTF-8";
html {
background-color:#211C1C;
	width: 100%;
	height: 100%
	margin-bottom: 1px	
}
body {
	background-color:#211C1C;
	width: 100%;		
	height: 100%
	margin-bottom: 1px;	
	padding: 0;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.container {
	font: .85em/normal Arial, Helvetica, sans-serif;
	color: #341F14;
}	
.banner {
	background: url(images/office_bg.png);	
}
.content {
	background-color: #FFECCB;
	width: 684px;
	margin: 0px;
	padding: 30px;
	padding-top: 0px;
}
.sidebar {
	background: #211C1C url(images/stripes.png) repeat-y right top;
	padding: 0;
}
.sidebar img {
	position: absolute;
	right:2px;
	bottom: 0; 
}
ul.menu {
	font-size: 20px;
	line-height: 40px;
	color: #000;
	list-style: none;
	position: absolute;
	top: 300px;
	right: 110px;	
}
ul.menu li.page {
	color: #F36846; 
}
ul.menu a {
	color: #888;
	text-decoration: none;
}
ul.menu a:hover {
	color: #F36846;
}
a {color:#006584;}
a:hover {color:#F36846;}
.name { position :absolute; left: 35px; top: 10px;"
}
.founder { position: absolute; 
left:25px; top: 125px;
}
table.motto {
	position: absolute; 
	left:120px; 
	top: 90px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: right;
}
table.address  {
	position: absolute;
	left: 390px;
	top: 180px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
div.title {
	font-size: 18px;
	font-weight: normal;
	color: #B52B23;
	margin-top: 10px;	
}
em {color: #821800;}
.red {color: #B52B23;}
.bold {font-weight: bold;}
ul.none {
	margin: 8px 0 8px 0px;
	padding: 0;
}
ul.none li {
	line-height: 16px;
	list-style-type: none;
	margin-bottom: 7px;
}
