body {
	background	:	url('/images/background.png') repeat-x #fff;
	color		:	#000;
	font-family	:	verdana, arial, sans-serif;
	font-size	:	small;
}

div#top {
	margin-left	:	auto;
	margin-right	:	auto;
	width		:	642px;
	height		:	8px;
	background	:	url('/images/top.png') no-repeat;
	overflow	:	hidden;
}

div#container {
	border-left	:	1px #669acc solid;
	border-right	:	1px #669acc solid;
	width		:	640px;
	margin-left	:	auto;
	margin-right	:	auto;
	background	:	#fff;
}

img#logo {
	position	:	relative;
	top		:	11px;
	left		:	19px;
}

div#menu {
	height		:	24px;
	background	:	url('/images/top_gradient.png') repeat-x;
	overflow	:	hidden;
	width		:	640px;
	margin-top	:	7px;
	padding-top	:	9px;
}

div#menu ul {
	margin		:	0px;
	padding		:	0px;
}

div#menu li {
	list-style	:	none;
	margin		:	0px 0px 0px 19px;
	padding		:	0px;
	float		:	left;
	width		:	72px;
	height		:	19px;
	text-align	:	center;
	font-weight	:	bold;
	font-family	:	tahoma, sans-serif;
	font-size	:	small;
}

div#menu li a { 
	color 		:	#fff;
	text-decoration	:	none;
}

div#menu li a:hover {
	color		:	#eee;
}

div#menu li.active {
	background	:	url('/images/hover.png');
}

div#menu li.active a {
	color		:	#fff;
	cursor		:	default;
}

p#contact_footer {
	text-align	:	center;
	font-size	:	xx-small;
	margin-bottom	:	0px;
	margin-top	:	50px;
}

address {
	height		:	18px;
	padding-top	:	13px;
	padding-left	:	13px;
	overflow	:	hidden;
	background	:	url('/images/footer_background.png');
	font-weight	:	bold;
	font-family	:	tahoma, sans-serif;
	font-size	:	x-small;
	color		:	white;
	font-style	:	normal;
}

address a {
	color		:	#fff;
}

address a:hover {
	text-decoration	:	underline;
}

div#content {
	padding		:	0px 20px 0px 20px;
}

div#content ul li {
}

h1 {
	font-size	:	medium;
	font-weight	:	bold;
}

h2 {
	font-size	:	small;
	text-decoration	:	underline;
}
