/* CSS Document */

@charset "utf-8";


body {
	background-color: rgb(65,64,66);
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}

li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#Whole {
	width:100%;
	margin:0 auto;
}

#TopNavigationContainer {
	background:#000;
	height:40px;
	width:100%;
	margin:0;
	padding:0;
		
}
#TopNavigation {
	background:#000;
	height:40px;
	width:960px;
	margin:0 auto;
	padding:0;
	line-height:40px;
}
#NavigationContainer {
	margin:auto;
	width:1040px;
	height:70px;
	float:left;

}

#NavBoby {
	margin: 0 auto;
	width: 960px;
}
#HomeMainBoby {
	margin: 0 auto ;
	width: 1007px;
}
#MainBoby {
	margin: 0 auto ;
	width: 1007px;
}
#Container {
	margin: 0 auto ;
	width: 1007px;
	float:left;
	position:relative;
}
#topShadow {
	margin: 0px;
	display: inline;
	float: left;
	height: 32px;
	width: 1007px;
}
#bottomShadow {
	display: inline;
	float: left;
	height: 44px;
	margin-bottom: 0;
	width: 1007px;
}

#layout {
	display: inline;
	float: left;
	position:relative;
	width: 960px;
	background:url(../images/body_bg.jpg) repeat-y;
	padding:5px 20px 0;

}

#Content {
	width:445px;
	height:610px;
	float:left;
	position:relative;
	padding: 0 15px 0 20px;
	
}
#Slide {
	width:470px;
	height:610px;
	float:left;
	position:relative;
}


#Logo {
	margin-left: 80px;
	margin-top: 140px;
	display: inline;
	float: left;
	height: 190px;
	margin-bottom: 0;
	width: 300px;
}

#PageImage {
	width:250px;clear:both;position:absolute;left:20px;bottom:90px;	
}
#BottomTagLine {
	font-style:italic;font-size:24px;width:380px;clear:both;position:absolute;left:20px;bottom:30px;	
}