@charset "UTF-8";
/* CSS Document */


																							/* ---------------- defaults ----------------*/
body {
	background: url('../images/BG-body2.gif') repeat 0 0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#container {
	width: 810px;
	margin: auto;
	
	}		
		
.cleared {
	clear: both;
	}
	
li {
	list-style: none;
	}
	
	
																							
																							/* ---------------- header ----------------*/
#header {
	width: 820px;
	height: 124px;
	background: url('../images/BG-header2.png') no-repeat 0 0;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	}
	
#headerleft {
	float: left;
	
	}
	
#headerleft h1 a {
	font-size: 54px;
	display: block;
	text-decoration: none;
	padding: 20px 0 10px 80px;
	color: #333333;
	}
	
#headerleft h2 {
	font-size: 17px;
	padding-left: 120px;
	}
	
#headerleft ul {
	margin-left: 140px;
	}
	
#headerleft ul li {
	float: left;
	padding: 5px 40px 0 0;
	font-size: 24px;
	}

	
#headerright {
	float: right;
	}	
	
#headerright #telephone {
	font-size: 30px;
	font-weight: bold; 
	margin: 41px 0 5px 3px;
	}
	
#headerright #e-mail a {
	text-decoration: none;
	font-size: 17px;
	margin-right: 60px;
	color: #333333;
	}
	
#headerright #e-mail a:hover {
	text-decoration: underline;
	}
	
																							
																							/* ---------------- image ----------------*/
#image {
	width: 820px;
	height: 245px;
	}

																							/* ---------------- content ----------------*/
#content {
	width: 820px;
	background: url('../images/BG-content2.png') repeat-y 0 0;
	color: #333333;
	}	
	
#contentinner {
	
	}
	
#contentleft {
	width: 400px;
	float: left;
	padding: 10px 75px 0 75px;
	}
	
#content h3 {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 36px;
	text-decoration: none;
	margin-bottom: 20px;
	color: #333333;
	}
	
#content h4 {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 15px;
	color: #7c246e;
	}
	
#content a {
	color: #7c246e;
	text-decoration: none;
	}
	
#content a:hover {
	color: #7c246e;
	text-decoration: underline;
	}
	
#content p {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	}

#content small {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#content strong {
	font-size: 24px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	color: #7c246e;
	}
	
#contentleft img {
	margin-bottom: 20px;
	border-top: 2px solid #7c246e;
	border-bottom: 2px solid #7c246e;
	padding: 3px 0 3px 0;
	}
	
#contentright {
	width: 201px;
	float: left;
	}	
	
#contentright #navigation {
	width: 201px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	}
	
#contentright #navigation ul {
	font-size: 18px;
	color: #7c246e;
	text-align: center;
	
	}
	
#contentright #navigation ul li {
	border-bottom: 2px solid #7c246e;
	}
	
#contentright #navigation ul li a {
	width: 203px;
	height: 27px;
	text-decoration: none;
	color: #7c246e;
	display: block;
	padding-top: 10px;
	}
	
#contentright #navigation ul li a:hover
 	{
	background: url('../images/navicon.png') no-repeat 0 5px;
	}
	
#contentright #navigation ul li .selected 
 	{
	background: url('../images/navicon50.png') no-repeat 0 5px;
	}
	
#contentright #navigation .lastnav {
	border: none;
	}
	
.box {
	margin-top: 25px;
	}
																							/* ---------------- footer ----------------*/
#footer {
	width: 820px;
	height: 97px;
	background: url('../images/BG-footer2.png') no-repeat 0 0;
	}
	
#footer ul {
	width: 701px;
	float: left;
	margin: 30px 0 0 50px;
	border-top: 2px solid #7c246e;
	border-bottom: 2px solid #7c246e;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	}
	
#footer li {
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #7c246e;
	}
	
#footer li a {
	color: #7c246e;
	text-decoration: none;
	}
	
#footer li a:hover {
	text-decoration: underline;
	}
	
#footer .lastnav {
	border: none;
	}
