body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, san-serif;
	
}

/* Div styles */

#paperclip, #logo, #pole, #bird, #menu, #wrapper {
	position: absolute;
}

#body_wrapper {
	width: 800px;
	height: 700px;
	
	position: absolute;
	
	left: 50%;
	
	margin-left: -400px;

	background: url("/spiseri/img/background.gif") no-repeat 10px 11px;
}

/* width: 160px, height: 345px; */
#menu {
	width: 120px;
	height: 290px;
	
	top: 225px;
	left: 150px;
	
	padding: 45px 10px 10px 30px;
	
	background: #fff;
}

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

#menu ul li {
	margin-bottom: 15px;
}

#menu ul li ul {
	padding-left: 15px;
	display: block;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

#wrapper {
	top: 225px;
	left: 345px;
}

/* width: 405px, height: 295px */
#text {

	width: 355px;
	min-height: 225px;
	
	overflow: hidden;
	
	_height: 225px;
	_overflow: show;
	
	position: relative;

	/* padding: top right bottom left */
	padding: 45px 10px 20px 40px;
	
	background: #fff;
	
	font-size: 9pt;
}

#text ol {
	margin-top: 0px;
}

/* width: 405px, height: 35px */
#contact_information {
	width: 370px;
	height: 16px;

	position: relative;

	margin-top: 20px;
	/* padding: top right bottom left */
	padding: 12px 0px 7px 30px;
	
	background: #fff;
}

/* Picture positioning */


#logo {
	top: 100px;
	left: 150px;
}

#paperclip {
	top: 70px;
	left: -50px;
}

#pole {
	top: 65px;
	left: 315px;
}

#bird {
	top: 175px;
	left: 650px;
}

#grader {
	position: absolute;
	top: -10px;
	left: -155px;
}

/* Link styles */

img {
	border-width: 0px;
	text-decoration: none;
}


a {
	color: #600;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #600;
	text-decoration: underline;
}


/* Font styles */

.font_small {
	font-size: xx-small;
}

.font_red {
	color: #5b0000;
}

.font_uppercase {
	text-transform: uppercase;
}

.font_normal {
	font-size: small;
}

.right {
	text-align: right;
}

.font_bold {
	font-weight: bold;
}