* {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

body {
	color: black;
	background: #282828;
	text-align: center;
}

#wrap {
	width: 954px;
	margin: auto;
	text-align:left;
}

#language {
	position: relative; 
	bottom: 0;
	border: 0;
	padding: 0;
	right: 15px;
	text-align: right;
	/*width:112px;
	height:32px;*/
}

blockquote {
	padding-left: 30px;
}

#content_td {
	background: #fff url(../images/1_a_04.jpg) no-repeat bottom right;
	border: 0;
	
	font-family: "Garamond", "Arial";
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 60px;
	vertical-align: top;
	width: 898px;
	min-height:629px; 
	height:auto;
}
* html #content_td {
	height: 629px;
}

#content_td table td {
	font-family: "Garamond", "Arial";
	font-size: 15px;
	line-height: 1.5;
}

#content_td ol {
	padding-left: 30px;	
}

p {
	margin-bottom: 1em;
}

p a img {
	border: 0;
}

p img {
	float: left;
	margin: 0 10px 0 0;
}

h1,h2,h3,h4 { font-family: "Garamond", "Arial"; }
h2 { font-size: 190%; }
h3 { font-size: 140%; }

h2 a {
	color:#79B933;
	text-decoration:none;
}
h2 a:hover {
	color:#5F9128;
}

#footer {
	clear: both;
	border-top: 1px solid #eee;
	padding: 10px;
	margin: 30px 0 0;
}

a { color: #222; }
a:visited { color: #222; }
a:link { text-decoration:none; }
a:hover { text-decoration:none; }

form {
	padding: 10px;
	border: 1px solid #f6f6f6;
}

label {
	display: block;
	font-weight: bold;
	color: #444;
	margin: 5px 0;
}
input {
	width: 300px;
	padding: 4px;
	border: none;
	border-bottom: 1px dotted #ccc;
	font: 90% Verdana;
	color: #777;
}

#navcontainer {
	margin-top: 30px;
	margin-left: 55px;
}

#nav, #nav ul {
	margin: 0;
	list-style: none;
	line-height: 1.5;
	padding-right: 3px;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	padding: 0.2em 0.5em;
}
#nav a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	/*width: 10em;*/
}
#nav li {
	float: left;
	padding-right: 6px;
	/*width: 10em;*/
}

#nav li ul li {
	float: none;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	/*background: gray;*/
	background: #000;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a:active, #nav li ul li a:hover {
	/*background: #222;*/
	/*border-left: 2px solid black;*/
	/*padding-left: 3px;*/
	color: #777;
}

#nav li ul li {
	/*height: 18px;*/
}
#nav li ul li a {
	/*height: 18px;*/
	color: #fff;
	background: #000;
}