body {
	margin:0;
	padding:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: white;
	background-color:#cfdcc8;
}

body a {
	color: white;
	text-decoration:none;
}

body a:hover {
	color: white;
	text-decoration:underline;
}

#full_container {
	width:100%;
	height: 100px;
	padding-left: 30px;
}

#small_container {
	width: 650px;
	border: 1px solid white;
	margin: 150px auto auto auto;
	/* background-image:url(images/dp.gif);
	background-position: 40px 0px 0px 60px;
	background-repeat:no-repeat; */
	height: 150px;
	position:relative;
	padding: 20px 0px 0px 30px;
	background-color: #214921;
}

/*  * html #smaller_container {
	top: 180px;
} */

#smaller_container {
	position:absolute;
	top: 75px;
	left: 360px;
	width: 300px;
}

#smaller_container li {
	display: inline;
	padding-right: 30px;
}

#line {
	width: 10px;
	height: 30px;
	position:absolute;
	border-right: 1px solid white;
	left: 475px;
	top: 95px;
	*top: 75px;
}
