html,body{margin:0;padding:0;}
body{font: 76% arial,sans-serif;text-align:center;background-color:#EAE6E3;}

a:link, a:visited{color:#678496; text-decoration:none;}
a:active, a:hover{color:#678496; text-decoration:underline;}

div#container{width:790px;margin:0 auto;text-align:left; border: solid 1px #948475;background-color:white;}

/* ----  HEADER  ---- */
div#header{
	position:relative; 
	display:block; 
	height:136px;
	text-align:right;
}

div#header img.logo {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

div#header img {
vertical-align:top;
margin-top:1px;
}


div#header a.headlink:link, div#header a.headlink:visited, div#header a.headlink:hover, div#header a.headlink:active {
color:#a59687;
font-weight:bold;
font-size:1em;
line-height:1em;
}

div#header .headerRight{
font-weight:normal;
color:#a59687;
font-weight:bold;
padding-right: 30px;
}

/* -- content */
div.wrapper {
/*
	padding-left : 30px;
	padding-right : 40px;
*/

}

/* GLOBAL */
div#col1 {
float:left;
width:571px;
}

div#content {
margin-left:20px;
margin-right:20px;
margin-bottom:40px;
}

div#col2 {
float:right; 
width:219px;
/*background-color:#F4F5F5;*/
}

h4 {
font-size:16px;
color:#98012E;
}

h5 {
font-size:13px;
color:#98012E;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
width:150px;	
}

li {
background-image:url(../images/icon_redarrow.gif);
padding:0 5px 0 20px;
background-repeat:no-repeat;
}

li {
padding-top:5px;
padding-bottom:5px;
border-bottom:1px #C8C7C7 solid;
}

/* GLOBAL */

/* ----  FOOTER  ---- */
div#footer{
	clear:both; 
	width:100%;
	text-align:left;
	border-top: 5px solid #948475;
	color: #444749;
	font-size:9px;
	background-color: #c2b8ae;
}
div#footer p{margin:0;padding:5px 30px;}

div#footer a{color: #444749; text-decoration: none}

