* {
	padding: 0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	border: 0;
}

body {
	background: #BBAB99 url(/images/side.gif) 50% 0% repeat-y;
	position: relative;
	width: 760px;
	margin: 0px auto;
}


#container {
}

#content {
	padding: 20px;
	width: 540px;
	padding-top: 200px;
	position: relative;
	float: left;
	left: 160px;
	top: 0;
}
	#content h1 {
		font-size: 18px;
		padding: 10px;
	}
	#content p {
		font-size: 12px;
		line-height: 1.7em;
		padding: 10px;
	}

#menu {
	padding-top: 200px;
	position: relative;
	float: left;
	top: 0;
	right: 540px;
	width: 100px;
}
	#menu ul {
		list-style: none;
	}
	#menu ul li a {
		color: #000;
		font-size: 12px;
	}

#header {
	position: absolute;
	top: 0; left: 0;
	background: url(/images/top.gif) 0% 0% no-repeat;
	width: 760px;
	z-index: 100;
}
	#header a {
		margin: 25px;
		display: block;
		height: 150px;
		overflow: hidden;
	}
	#header a img {
		border: 0;
	}
	
#footer {
	font-size: 12px;
	padding: 20px 30px;
	clear: both;
}

#text td 	{vertical-align:top;width:150px}
#text		{padding-bottom:20px}

#dropdownlinks {
	height: 300px !important;
	width: 200px;
	overflow: auto !important;
	border: 1px solid #000;
}
#content .dropdown_small {
	height: 100px !important;
}
#dropdownlinks ul {
	list-style: none;
	margin: 0; padding: 0;
	padding: 2px;
}
#dropdownlinks ul li a {
	text-decoration: none;
	color: #440;
	font-weight: normal;
	display: block;
}
#dropdownlinks ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #f5ef91;
}