@import url('/css/menu.css');
@import url('/css/content.css');

body {
	margin: 30px 0;
	background-image: url('/img/background.png');
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

a {
	text-decoration: none;
	color: #E08C00;
}

a:hover {
	color: #E0B100;
}

#shadow {
	margin: 0 auto;
	width: 760px;
	height: 8px;
	background-image: url('/img/shadow_top.png');
}

#window {
	margin: 0 auto;
	padding: 0 5px;
	width: 750px;
	background-image: url('/img/shadow.png');
	background-repeat: repeat-y;
}

#head {
	height: 300px;
	background-image: url('/img/head.jpg');
}



#body {
	width: 100%;
	background-color: #FFF;
	border-collapse: collapse;
}

#body td {
	vertical-align: top;
}

#foot {
	font-size: 85%;
	line-height: 1.6em;
	
	padding: 1em;
	background-color: #FFF;
	background-image: url('/img/foot.png');
	background-repeat: no-repeat;
	border-bottom: 1px solid #A8A8A8;
}
