@import url("content.css");

body {
	font: .7em Verdana;
	margin: 0;
	background: url(images/body.gif) repeat-y center;	
}

a {
	color: #7E4F10;	
}

table {
	border-collapse: collapse;	
	margin: 5px;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

input, textarea, select {
	border: 1px solid #ccc;
	padding: 2px;	
	font: 1em Verdana;
}

textarea {
	width: 400px;
	height: 130px;	
}

#wrapper {
	width: 980px;
	margin: 0 auto;	
}

#header {
	height: 110px;	
}

#header #logo {
	width: 780px;
	height: 110px;
	margin: 0 auto;
	background: url(images/logo.gif) no-repeat 162px 30px;	
}

#header h1 {
	display: none;	
}

#menu {
	width: 240px;
	float: left;
	display: inline;
	background: #9C5F0E url(images/menu.gif) no-repeat right bottom;
	padding-bottom: 160px;
}

#menu ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;	
}

#menu li {
	text-align: right;	
	padding: 8px 20px 8px 0;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;	
}

#menu ul ul {
	margin: 0;
	padding: 0;	
}

#menu ul ul li {
	padding: 0;	
	list-style: disc;
}

#menu ul ul a {
	font-weight: normal;	
}

#menu a:hover {
	color: #aaa;	
}

#content {
	width: 620px;
	margin: 10px 110px 10px 10px;
	float: left;
	display: inline;
}

div.images {
	float: right;
	display: inline;
	margin: 0 10px 0 20px;
	width: 180px;
}

div.images img {
	margin: 5px 0;
	float: right;
	display: inline;
}

img.news, img.employee, img.experience {
	float: right;
	display: inline;
	margin: 5px 10px 0 20px;
}

div.news, div.course, div.category, div.experience {
	border: 1px solid #ccc;
	margin: 10px;
	clear: both;
	padding: 0;
	width: 598px;
}

div.category a {
	text-decoration: none;	
}

div.spacer {
	clear: both;
	font-size: 0;
	height: 0;	
}

p.bottom {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	color: #aaa;	
	padding: 10px 0;
	margin: 0 120px 50px 160px;
}

#footer a {
	color: #aaa;	
}
