body {
	background: #ebebdf; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 18px;
}

#wrapper {
	width: 990px;
	height: 1156px;
	margin: 0px auto;
	position: relative;
}

h1 {
	font-size: 15px;
	text-align: left;
	color: #bdb7b0;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #bdb7b0;
}

p {
	text-align: justify;
	margin: 0px;
	padding-bottom: 18px;
}

p.logo {
 	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000; 
	font-size: 12px;
	text-align: center;  
	margin: 10px 0px 0px 10px;
}

p.row {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 18px;
}

p.row2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
}

p.header {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.left {
 	float: left;
}

.right {
 	float: right;
}

/* NAVIGATION */

#nav {
	background: url("../images/bg-nav.gif") top no-repeat;
	width: 926px;
	height: 37px;
	padding-left: 40px;
	margin-left: 15px;
}

#nav img {
	margin-right: 21px;
}


/* MAIN */

#about-image {
	background: url("../images/about_image.png") no-repeat; 
	width: 990px;
	height: 1156px;
	position: absolute;
	left: 3px;
	top: 37px;
}

#logo {
	width: 230px;
	height: 130px;
	position: absolute;
	left: 15px;
	top: 407px;
}

#logo-bg {
/*	background: url("../images/logo.png") no-repeat; */
	width: 230px;
	height: 130px;
/*	padding-top: 70px; */
/*	margin-left: 8px; */
}

.info {
	padding-left: 15px;
	padding-top: 5px;
	position: absolute;
	color: #fffff7;
	line-height: 18px;
	width: 685px;
	left: 280px;
	top: 420px;
	height: 550px;
}

.info a:link, .info a:visited, .info a:active {
	color: #fffff7;
	text-decoration: none;
}

.info a:hover {
	color: #fffff7;
	text-decoration: underline;
}

.column-1 {
	background: url("../images/about_dr.png") top left no-repeat;
	width: 610px;
	text-align: justify;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 48px;
}

.row-2 {
	width: 610px;
	text-align: justify;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}

.row2column1 {
	width: 245px;
	text-align: justify;
	float: left;
	padding-left: 60px;
}

.row2column2 {
	width: 245px;
	text-align: justify;
	float: left;
     padding-left: 60px;
}

.row-3 {
	width: 610px;
	text-align: justify;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}	

.row-4 {
	width: 610px;
	text-align: justify;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}

.row-5 {
	width: 610px;
	text-align: justify;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}

.row5column1 {
	width: 245px;
	text-align: justify;
	float: left;
	padding-left: 60px;
}

.row5column2 {
	width: 245px;
	text-align: justify;
	float: left;
	padding-left: 60px;
}

.bullet{
	margin: 0 8px -3px 0;
}

/* FOOTER */

#footer {
	width:409px;
	color: #7e7d70;
	text-align: right;
	line-height: 20px;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
	position: absolute;
	left: 577px;
	top: 1101px;
	height: 45px;
}

#footer a {
	color: #000000; 
	text-decoration: none;
}

#footer a:hover {
	color: #7e7d70; 
	text-decoration: underline;
}

