/* GENERAL RULES */
body {
	margin: 16px auto;
	padding: 0;
	color: #7ebd3a;
	font-family: "Times New Roman", Times, serif;
	background: #a3dbd9 url(../images/background.gif) no-repeat center top;
	text-align: center; /* for IE */
}

p, dt, dd {
	margin: 0 0 1.4em 0;
	font-size: 11px;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-align: justify;
}

p.smalltext {
	font-size: 10px;
}

ul, ol {
	list-style: none;
}

li {
	margin: 0 0 0 -16px;
	font-size: 11px;
	line-height: 1.3em;
	list-style: none none;
}

h1 {
	font-size: 12px;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	margin: 10px 0 1.4em 0;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
}

a, a:visited, a:active {
	color: #5a3d1b;
	text-decoration: none;
}

a:hover {
	color: #5a3d1b;
	text-decoration: underline;
}

/* tables */
td {
	vertical-align: top;
	text-align: left;
}

/* container */
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* logo */
img.logo_home {
	margin: 180px 0 0 0;
}

img.nav_enter {
	margin: 125px 0 0 0;
}

img.logo {
	margin: 25px 0 0 0;
}

ul#navTop {
	list-style: none;
	margin: 20px 0 4px 0;
}

ul#navTop li {
	list-style: none;
	display: inline;
	padding: 0 38px 0 38px;
}

div.sepTop {
	height: 1px;
	width: 766px;
	color: #7ebd3a;
	background: #7ebd3a;
	margin: 0 auto;
}

div.sepBot {
	height: 1px;
	width: 640px;
	color: #7ebd3a;
	background: #7ebd3a;
	margin: 0 auto;
}

ul#navBot {
	margin: 8px 0 8px 0;
}

ul#navBot li {
	display: inline;
	padding: 0 26px 0 26px;
}

ul#navPort {
	margin: 8px 0 8px 0;
}

ul#navPort li {
	display: inline;
	padding: 0 20px 0 20px;
}

img.content_contact {
	margin: 40px 0 0 0;
}

/* content */
div#content {
	height: 254px;
	width: 640px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

div#content table tr td {
	vertical-align: middle;
	text-align: center;
	height: 254px;
	width: 640px;
}

div#arrows table {
	margin: 0 auto;
	text-align: center;
}


/* footer */
div#footer {
	float: right;
	width: 426px;
	padding: 16px 0 7px 0;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none none;
	display: inline;
}

div#footer ul li {
	margin: 0;
	padding: 0 12px 0 0;
	text-align: center;
	font-size: 11px;
	display: inline;
}

div#footer ul li a, div#footer ul li a:active, div#footer ul li a:visited {
	color: #91632d;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #91632d;
	text-decoration: underline;
}

p.copyright {
	color: #5a3d1b;
	width: 426px;
	float: right;
	margin: 0 0 7px 0;
	border-top: 1px solid #ccdde5;
	padding-top: 5px;
	font-size: 9px;
}

/* images */
img {
	border: 0;
}

/* forms */
form {
	margin: 0;
}