/* CSS Document */

a img {border: none;
}
/*IE6, IE7*/


body {
	margin: 0 auto;
	background: #fff url(images/bkg2.jpg) 0 0;
	background-attachment:fixed;
	background-position:bottom;
}


.pagewidth {
	width: 970px;
	height: 726px;
	margin: 0 auto;
	
}
#pagemain {
	width: 970px;
	height: 726px;	
	float: left;
	margin-top:42px;
	background:url(images/bkg.png) 0 0 no-repeat;
	
}
#container {
	width:871px;
	height:630px;
	float:left;
	margin: 0 45px 0 45px;
	
}

#header {
	width:871px;
	height:146px;
	float:left;
	background:url(images/header.png) 0 0 no-repeat;

}
#nav {
	width:871px;
	height:50px;
	float:left;
	background: url(images/nav_bkg.png) 0 0 no-repeat;
	
}
#nav_container {
	width:773px;
	height:30px;
	float:left;
	margin:14px 49px 0 49px;
	
}
#content_main {
	width:773px;
	height:410px;
	float:left;
	position:relative;
	padding: 31px 49px 0 49px;
	
}

#pic_bkg {
	width: 448px;
	height: 404px;	
	float: left;
	padding:8px 8px 0 8px;
	background:url(images/pic_bkg.jpg) 0 0 no-repeat;
	
	
}
.pics{
	width: 432px;
	height: 390px;	
	float: left;
	overflow:hidden;
	
	
}
#page-right{
	width: 306px;
	height: 404px;
	float:left;

}
#page-text {
	width: 300px;
	height: 404px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0;
	padding-left:6px;
	font: 0.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:justify;
	font-weight:lighter !important ;
	color:#CCC;
	line-height: 1.3em;
	
}
#full-text {
	width: 765px;
	height: 404px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0;
	padding-left:6px;
	font: 0.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:justify;
	font-weight:lighter !important ;
	color:#CCC;
	line-height: 1.3em;
	
}
#title_full {
	width: 760px;
	height: auto;
	font: 1.1em  Times New Roman, "Times", serif;
	text-align:left;
	font-weight:lighter !important ;
	color:#CCC;
	padding-bottom:8px;
	text-transform:uppercase;
	
}
#title {
	width: 290px;
	height: auto;
	font: 1.1em  Times New Roman, "Times", serif;
	text-align:left;
	font-weight:lighter !important ;
	color:#CCC;
	padding-bottom:8px;
	text-transform:uppercase;
	
}

#divide {
	width: 290px;
	height: 1px;
	background:#999;
	float:left; 
	margin-bottom: 8px;
	filter:alpha(opacity=40); 
    -moz-opacity: 0.4; 
    opacity: 0.4; 
		
}
#divide_full {
	width: 760px;
	height: 1px;
	background:#999;
	float:left; 
	margin-bottom: 8px;
	filter:alpha(opacity=40); 
    -moz-opacity: 0.4; 
    opacity: 0.4; 
		
}
#pagebottom{
	width: 970px;
	height: 93px;	
	float: left;
	background: url(images/footer_bkg.png) 0 0 no-repeat;
	
	
}


