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

body{
	margin:0;
	padding: 0;
	background-color: #fffeef;
}



#wrapper{
	position:absolute;
	width: 935px;
	height: 610px; /* half of the width */
	margin-top: 40px;
	}

#contentWrap {
	float:left;
	height: 560px;
	width: 935px;
}

#left {
	float:left;
	height: 610px;
	width: 140px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flashcontent {
	float:left;
	height: 560px;
	width: 795px;
	text-align: center;
}

#photo {
	float:left;
	height: 375px;
	width: 250px;
	border: 2px solid #000;
	margin-right: 20px;
	margin-bottom: 20px;
}

#nav {
	float:right;
	height: 50px;
	width: 795px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ff1e00;
	text-align: right;
	line-height: 80px;
}

.nav {
}

.nav  a,
.nav  a:link
  {
	color: #ff1e00;
	text-decoration: none;
}
.nav a:visited {
	color: #ff1e00;
}

.nav a:active,
.nav a:hover {
	color: #BE0E00;
}

div{
				margin: 0px;
			}
/* Scrollbar & content css */						
			#content1  {
	height: 560px;
	width: 775px;
	float:left;
	overflow:hidden;
			}
			#content1 p{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
			}
			
	.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565958;
	line-height: 25px;
}
.content1  a,
.content1  a:link
  {
	color: #565958;
	text-decoration: none;
	font-size: 15px;
}
.content1 a:visited {
	color: #565958;
}

.content1 a:active,
.content1 a:hover {
	color: #999999;
}
	.contentHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565958;
	font-weight: bold;
}
			.scrollbar-vert{
	height: 560px;
	width: 20px;
	float:left;
	background-image: url(../images/sliderBar.gif);
	background-repeat: repeat-y;
	background-color: #FCD5C0;
			}
			.handle-vert{
	height: 78px;
	width: 20px;
	background-repeat: no-repeat;
	background-color: #F75729;
			}
			
			#content2 p{
				width: 1000px;
			}
			.scrollbar-hor{
				background-color: #d2e8ff;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(styles/img/handle-hor.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
			
			/* enbd scroller css

