body, html {
    width               :   100%;
    height              :   100%;
    background-color    :   #ffffff;
    margin              :   0;
    padding             :   0;
    font-size           :   11px;
    font-family         :   verdana, lucida sans unicode, arial;
}

h1 {
	font-family         :   times new roman;
	font-size			:	26px;
	font-weight			: 	normal;

	color				:	#603076;
	
	padding				:	10px 225px 10px 30px;
	margin				:	0;
	width				:	375px; /* 630 - 225 - 30 */
	background-color	:	#c8d882;
}

div#navigation {
	margin				:	0;
	padding				: 	20px 0 0 0;
	
	background 			:	url('/images/navigation/background.gif') #ffffff no-repeat left;
	height				:	164px;
}

ul {	
	list-style-image	: 	url('/images/navigation/arrow.gif');
}

li a {
	font-family         :   times new roman;
	font-size			:	18px;
	text-decoration		:	none;
	color				:	#545353;
}

li a:hover {
	color				:	#c8d882;
	/*color				:	#5b2b72;*/
}

li.active {
	
}

a {
	color				:	#f2664d;
}

div#container {
	margin				: 	0;
	padding				: 	0;
}

div#logo {
	float				:	left;
	
	margin				:	5px 0 5px 50px;
	padding				:	0;
	width				:	629px;
}

div#navigation {
	float				:	left;
}

div#content {
	clear				: 	both;
	color				: 	#434343;
	width				:	641px;
	margin				: 	0 0px 0 40px;
	background 			:	url('/images/background.gif') #ffffff no-repeat right top;
	
	min-height			:	480px;
	height				:	auto !important;
	height				: 	480px;
}

div#text {
	line-height			:	17px;

	margin				:	35px 0 0 30px;
	width				:	525px;
}

div#footer {
	height				:	70px;
}

div#ruler {
	float				:	left;
}

div#ruler2 {
	margin				:	-36px 10px 0 6px;
	float				:	left;
}

div#address {
	line-height			:	17px;
	float				:	left;
	margin				:	-42px 0 0 0;
	height				:	100%;
}