* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2a0c00;
	color: #000000;
	text-align: center;
	background-position: top;
	background-repeat: repeat-y;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 900px;
	height: 179px;
}
#menu {
	width: 900px;
	height: 49px;
	background-image: url(images/bg_menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 49px;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 8pt;
}
#menu a {
	color: #000000;
	background-color: #c5aa94;
	text-decoration: none;
}
#menu a:hover {
	color: #412f21;
	background-color: #c5aa94;
	text-decoration: none;
}
#alja {
	width: 900px;
	height: 49px;
	background-image:url(images/bg_alja.gif)
}
#content {
	width: auto;
	min-height:650px;
	background-image: url(images/bg_container.gif);
	background-position: top;
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 41px;
	padding-right: 41px;
	padding-top: 34px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 160%;
}
#lab {
	margin-top: 10px;
	margin-bottom: 10px;

} 
#content a {
color: #6e0000;
background-color: #c5aa94;
text-decoration: underline;
}
#content a:hover {
	color: #000000;
	background-color: #c5aa94;
	text-decoration: underline;
}
#content h1 {
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 14pt;
	color: #6e0000;
	background-color: inherit;
	margin-bottom: 25px;
}
#content h2 {
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #000000;
	background-color: inherit;
	margin-bottom: 10px;
}
#content li.level1 {
	list-style-type: none;
	margin-left: 10px;
}
#content li.level2 {
	list-style-type: disc;
	margin-left: 35px;
}
#content img.portfolio {
	margin-right: 30px;
	margin-bottom: 25px;
	float: left;
	border: 0;
}
#footer {
	width: auto;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: inherit;
	padding-right: 28px;
	margin-bottom: 10px;
	margin-top: 100px;
	clear: both;
}
#footer a {
	color: #000000;
	background-color: #c5aa94;
	text-decoration: none;
}
#footer a:hover {
	color: #412f21;
	background-color: #c5aa94;
	text-decoration: none;
}

