body {
    padding				: 0px;
    margin				: 0px;
}

#center	{
	background-color	: #d4d5d6;
	background-image	: url('images/background.jpg');
	background-repeat	: repeat-x;

	width				: 100%;
	height				: 100%;

	align				: center;
}

#content {
	background-image	: url('images/content_bg.png');
	background-repeat	: repeat-y;

	width				: 780px;
	height				: 100%;

	text-align			: left;
	padding-left		: 9px;
}

#head {
	width		: 760px;
	height		: 67px;
	align		: left;
}

#header {
    position	: relative;
    left		: 0px;
    display		: block;
    height		: 179px;
}

#text		{
    position        : relative;
    left            : 20px;
    top             : 20px;
    width           : 720px;
	height			: 100%;
    text-align      : left;
}

#center_footer	{
	background-color	: #d4d5d6;
	background-image	: url('images/footer_bg.jpg');
	background-repeat	: repeat-x;
	align				: center;
	width				: 100%;
    height				: 20px;
}

#content_footer {
	width				: 780px;
	background-image	: url('images/footer_ct_bg.png');
	background-repeat	: repeat-y;
	text-align			: center;
	padding-left		: 9px;
	padding-top			: 2px;
    height				: 18px;
}

.logo {
	padding-top		: 5px;
	padding-left	: 26px;
	padding-right	: 26px;
	display			: inline;
    height			: 52px;
}

.menu {
	font-family			: verdana;
	font-size			: 14px;
	font-weight			: normal;
	color				: #58595b;

	background-image	: url('images/menu_bg.jpg');
	background-repeat	: repeat-x;

	position			: relative;
	left				: 0px;

	width				: 750px;
	height				: 30px;

	padding-left		: 10px;
	padding-top			: 4px;

	display				: block;
}

a.menu_link {
	font-family			: verdana;
	font-size			: 14px;
	font-weight			: normal;
	color				: #58595b;
}

a.menu_link:link {
	color : #58595b;
	text-decoration : none;
}

a.menu_link:visited {
	color : #58595b;
	text-decoration : none;
}

a.menu_link:active {
	color : #58595b;
	text-decoration : none;
}

a.menu_link:hover {
	color : #58595b;
	text-decoration : underline;
}

a.mailto {
	font-family			: verdana;
	font-size			: 12px;
	font-weight			: normal;
	color				: #58595b;
}

a.mailto:link {
	color : #58595b;
	text-decoration : none;
}

a.mailto:visited {
	color : #58595b;
	text-decoration : none;
}

a.mailto:active {
	color : #58595b;
	text-decoration : none;
}

a.mailto:hover {
	color : #58595b;
	text-decoration : underline;
}



.small {
	font-family	: verdana;
	font-size	: 10pt;
	font-weight	: normal;
	color		: #58585a;
	height		: 10px;
}

.text {
	font-family	: verdana;
	font-size	: 10pt;
	font-weight	: normal;
	color		: #58585a;
	height		: 10px;
}

.headline {
	font-family	: verdana;
	font-size	: 12pt;
	font-weight	: bold;
	color		: #58585a;
	height		: 10px;
}