/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/background.jpg);
}

/************* HEADER ************/

#header {
	width: 959px;
	height: 126px;
	margin: 0px auto;
	background-image: url(images/head-1024.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/************* CONTENT ************/

#content {
	width: 961px;
	margin: 0px auto;
}

#navigation {
	float: left;
	width: 217px;
	height: 543px;
	border-left: 1px solid #ffffff;
	border-right: 1px dotted #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	background: #231f20 url(images/background-navigation.png) no-repeat center top;
	font-size: 1em;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 1.6em;
}

#navigation li {
	list-style: none;
}

#navigation li ul {
	margin: 0;
	padding: 0;
}

#navigation li ul li {
	list-style: disc;
	margin-left: 15px;
	color: #fff;
}

#right {
	float: right;
	width: 721px;
	height: 553px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #908e8f;
	background: #231f20 url(images/bg-text.png) no-repeat left bottom;
}

#right-text {
	color: #fff;
	padding: 14px 20px;
	border-top: 1px dotted #fff;
	overflow: hidden;
}

#right-text h1 {
  font-family: 'Cardo', serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.0;
  padding: 0;
  margin: 0;
}

#right-text h3,
#right-text p {
	line-height: 1.6em;
	font-weight: normal;
	font-size: 15px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
    padding: 0 0 9px 0;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: bold;
}

#navigation a:hover {
	padding: 0 0 9px 0;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 955px;
	margin: 0px auto;
	font-size: .85em;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	color: #ffffff;
	background: transparent;
	border-top: 1px dotted #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
/*	background-image: url(images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
}

#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

