body {
	background: #CDDCED url(img/bg.jpg) repeat-x;
   margin: 0; /* to avoid margins */
   text-align: center; /* to correct the centering IE bug*/
	margin-bottom: 30px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	width: 780px;
	text-align: left;
	height: 100%;
}

#header {
	background: url(img/header.jpg) no-repeat;
	width: 780px;
	height: 141px;
	margin-top: 10px;
}

#body {
	background: url(img/body.jpg) no-repeat;
	width: 780px;
	height: 826px;
}

#nav {
	height: 600px;
	width: 168px;
	float: left;
	margin-left: 8px;
	margin-top: 16px;
}


#main {
	background: #FFFFFF;
	width: 540px;
	height: auto;
	border: #81AED2 1px solid;
	float: left;
	margin-top: 16px;
	margin-left: 11px;	
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.subtitle {
	font-size: 15px;
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	margin-top: 25px;
}

.text {
	font-size: 13px;
	color: #000000;
	font-family: arial, verdana;
}

#gallery {
	margin-top: 25px;
	word-spacing: 2px;
	float: left;
	width: 545px;
	display: inline;
}







