body {
	margin: 0;
	padding: 0;
	background-color: #142c70;
	color: #f0efe0;
	font-family: "century gothic", "frutiger", "agenda", "helvetica neue", helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.8em;
	background-image: url(../images/backgroundbody.gif);
	background-repeat: repeat;
	background-position: -304px -154px;
}

h1 {
	display: inline;
	background: #c6c5af;
	color: #827f6b;
	text-align: left;
	font: bold normal 1.3em century, sans-serif;
	padding: 5px;
}

strong {
	background: #c6c5af;
	color: #142c70;
}

/* DIVS */

div#container {
	width: 100%;
	height: 100%;
	line-height: 1.4em;
	color: #142c70;
	min-width: 600px;
}

div#header {
	text-align: left;
	background-color: #f0efe0;
	color: #142c70;
	margin-bottom: 0px;
	height: 182px;
	background-image: url(../images/texture-barraup.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom: 2px #c6c5af solid;
}

div#headright {
	text-align: right;
	right: 40px;
	z-index: +5;
	float: right;
	width: 330px;
	height: 182px;
	position: absolute;
	top: 40px;
}

/* Oriz NAV */

div#nav {
	height: 33px;
	margin-left: 40px;
	margin-right: 60px;
	background-color: #c6c5af;
	color: #f0efe0;
	border-top: 4px #f0efe0 solid;
	border-bottom: 4px #f0efe0 solid;
	font-size: 1.25em;
}

#nav ul {
	line-height: 2em;
	margin: 0em;
	padding: 0em;
	font-style: normal;
	list-style-type: none;
	min-width: 600px;
	text-align: center;
}

#nav li {
	display: inline;
}

#nav li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 6px;
	padding-bottom: 7px;
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
	color: #f0efe0;
}

#nav li a:link {
	color: #f0efe0;
}

#nav li a:hover {
	background-color: #827f6b;
}

#nav li a:active {
	color: #a7151b;
	background-color: #827f6b;
}

/* MAIN CONTENT */

div#main {
	background-color: #f0efe0;
	color: #142c70;
	background-image: url(../images/texturebeige.gif);
	background-repeat: repeat;
	margin-right: 60px;
	margin-left: 40px;
	border-top: 2px #c6c5af solid;
	min-height: 340px;
	border-left: #c6c5af;
}

div#content {
	margin-right: 190px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
}

/* VNAV */

div#vnav {
	color: #142c70;
	font-size: 1em;
	width: 165px;
	position: absolute;
	right: 40px;
	top: 265px;
	border-left: 4px #c6c5af double;
	min-height: 340px;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}

#vnav ul {
	text-align: left;
	line-height: 2em;
	margin: 0em;
	padding: 0em;
	font-style: normal;
	list-style-type: none;
}

#vnav li a {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -25px;
	margin-right: 20px;
}

#vnav li a:link {
	color: #142c70;
}

#vnav li a:hover {
	color: #ffffff;
	background-color: #c6c5af;
	font-weight: bold;
}

#vnav li a:active {
	color: #a7151b;
	background-color: #c6c5af;
	font-weight: bold;
}

/* FOOTER */

div#footer {
	background-color: #c6c5af;
	color: #f0efe0;
	height: 65px;
	margin-bottom: 40px;
	border-top: 5px #f0efe0 dashed;
	text-align: center;
	font-size: 1em;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
	color: #f0efe0;
}

#footer a:link {
	color: #f0efe0;
}

#footer a:hover {
	color: #ffffff;
	background-color: #827f6b;
}

#footer a:active {
	color: #a7151b;
	background-color: #c6c5af;
	font-weight: bold;
}

/* general styles */

.floatright {
	float: right;
	clear: right;
	padding: 5px;
}

/* general links */

#content a {
	font-style: italic;
	font-size: 1em;
	color: #142c70;
}

#content a:link {
	color: #142c70;
}

#content a:hover {
	color: #ffffff;
	background-color: #c6c5af;
	font-weight: bold;
}

#content a:visited {
	color: #142c70;
}

#content a:active {
	color: #a7151b;
	background-color: #c6c5af;
	font-weight: bold;
}

#toolfrimm {
	width: 800px;
}