
body {
	color: #202d45;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	width: 895px;
	margin: auto;
	background: url(../images/background.gif) repeat-y center;
}

#header {
	height: 324px;
	background: url(../images/header.jpg) no-repeat;	
}

#header img {
	padding-left:  614px;
	padding-top: 8px;
}

/* @group navigation
 */

#navigation {
	height:  26px;
	text-align: center;
	font-size: 20px;
	padding: 5px 0 0 18px;
	margin: 0 0 10px;
}

#navigation a, #navigation a.end  {
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #202d45;
}

#navigation a.end {
	border: none;
}

#navigation a, a:link, a:visited, a:active {
	text-decoration: none;
	color:  #202d45;
}

#navigation a:hover {
	text-decoration: underline;
}

/* @end */

#header h1 {
	display: none;
}

#content {
	min-height: 200px;
	padding-left:  47px;
	padding-bottom:  20px;
	width: 819px;
}

#body {
	width: 600px;
	text-align: justify;
	float:  left;
}

#body-full {
	width:  800px;
	text-align: left;
}

#body h1, #body-full h1 {
	padding: 0;
	margin: 0;
}

#content:after {
	  content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* @group sidebar */
#sidebar {
	float:  right;
	padding-right: 12px;
	padding-top: 50px;
}

#sidebar a {
	display:  block;
}

#sidebar img {
	border:  none;
}
/* @end */



#map {
	width:  500px;
	height:  280px;
	border:  1px solid black;
	margin-left: 150px;
}


#map-container h4 {
	margin-top: 0px;
	padding-top:  0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

#body-narrow {
	width:  290px;
	float:  left;
	text-align: left;
}



.photo {
	float:  left;
}

.photo-1 {
	float: left;
	width: 150px;
	height: 131px;
	background: url(../photos/template1.gif) no-repeat;
}

.photo-2 {
	float: left;
	width: 150px;
	height: 131px;
	background: url(../photos/template2.gif) no-repeat;
}

.photo-1 img, .photo-2 img, .sidebar-photo-2 img, .sidebar-photo-1 img {
	padding-left: 27px;
	padding-top: 13px;
}

#homepage-picture  {
	text-align: center;
}

#homepage-picture img {
	border: 1px solid #202d45;
}

#footer {
	background-image: url(../images/partners.jpg);
	height: 46px;
}

.sidebar-photo {
	
	
}

.sidebar-photo-1 {
	width: 150px;
	height: 131px;
	background: url(../photos/template1.gif) no-repeat;
}

.sidebar-photo-2 {
	width: 150px;
	height: 131px;
	background: url(../photos/template2.gif) no-repeat;
}



