html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul {
	list-style: none;
}
#container {
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
	background-image: url(../img/pinul_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #060;
	margin-bottom: 30px;
}
h2 {
	color: #282;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #282;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#006600;
	text-decoration: none;
}
a:hover {
	color:#006600;
	background-color: #F5F5F5;
}
form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
.button {
	padding: 2px;
}
/* HEADER ELEMENTS */

		#header {
	border-bottom: 3px solid #948979;
	padding: 30px 0 10px 0;
	clear: both;
	margin-bottom: 20px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}
/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
	margin: 20px 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation a:link, #navlist a:visited {
	color:#006600;
	text-decoration: none;
}
#navigation a:hover {
	background: #cfc url(../img/arrow.gif) 96% 50% no-repeat;
	color:#004400;
}
/* THE SMALL BOX BELOW NAV */

		#navigation p {
	margin-top: 1px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/* CONTENT ELEMENTS */

		#content {
	width: 362px;
	margin-left: 180px;
	margin-right: 200px;
}
#content p {
	padding-bottom: 10px;
}
/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
/* FOOTER ELEMENTS */

		#footer {
	margin-top: 20px;
	clear: both;
	padding: 0px 5px 0px 5px;
	border-top: 1px solid #063;
	background-color: #b2d0b2;
}
#footer p {
	color:#89817f;
	padding: 5px;
	text-align: right;
}
#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
#footer p a:hover {
	color: #FFFFFF;
	background-color: #b2d0b2;
}
#content img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #D6D6D6;
}
#content ul li {
	list-style-type: none;
}
.google_translate {
	margin-right: 100px;
	float: right;
}
