
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

/* Header */

#logo {
	width: 600px;
	height: 60px;
	padding: 0px;
	margin: auto;
}

#logo .logoimage {
	padding: 25px 0 0 438px;
}

#language {
	width: 600px;
	height: 20px;
	margin: auto;
	vertical-align: bottom;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	color: #505050;
}

#language a {
	border: none;
	text-decoration: none;
	color: #505050;
}

#language a:hover {
	text-decoration: underline;
	color: #841919;
}

#language .active_lang {
	text-decoration: none;
	color: #841919;
}

/* Menu */

#menu {
	width: 600px;
	height: 65px;
	margin: auto;
	padding: auto;
	background-image: url(images/menu_bkgd.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 18px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

#menu a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #841919;
}

#menu .current_page_item a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #841919;
}

#menu .inactive_item a {
	color: #999999;
}

/* Title */

#title {
	width: 600px;
	height: 120px;
	margin: auto;
	padding: auto;
	background-image: url(images/title_bkgd.gif);
	background-repeat: repeat-y;
}
#title .titleimage {
	padding: 80px 0 0 260px;
}

/* Content */

#home_image{
	width: 600px;
	margin: auto;
}

#content{
	width: 600px;
	margin: auto;
}

#content p {
	color: #505050;
	margin: 20px;
}

#content .content_image_left {
	float: left;
	margin-right: 10px;
}

#content .content_image_right {
	float: right;
	margin-left: 10px;
}


/* Footer */

#footer{
	width: 600px;
	height: 10px;
	margin: auto;
	padding: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	color: #cccccc;
	font-size: 0.8em;
}