/* Generic Selectors */

/*************************  ID's *************************/

#centerDoc {
	display: table;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 900px;
	height:auto;
	clear: both;
	min-height: 600px;
}

#logo{
	height:30px; 
	width:329px;
	margin-left: 8px;
	background-image: url('../img/logo.png');
	float:left;
	cursor: pointer;
}
#title {
	float: left;
	margin-left: 24px;
	border-bottom: 1px solid #cecece;
	width: 605px;
	padding-bottom: 10px;
	padding-left: 285px;
	
}
#container {
	margin-top: 156px;
	width: 945px;
	height: auto;

}

#container_top {
	width: 945px;
	height: 14px;
	background-image: url('../img/container_top_bg.png');
}
#container_center {
	width: 945px;
	height: auto;
	background-image: url('../img/container_center_bg.png');
	background-repeat: repeat-y;
	display: table;
	clear: both;
	position: relative;

}

#navi{
	margin:10px 0 0 0;
	float: right;
}
#footer2{
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #787878;
	margin: 7px 20px auto 15px;
	float: left;
	position: relative;
}

#footer {
	position: relative; 
	height:30px; 
	width:915px;
	margin: auto auto auto auto;
	background-color:#d3d3d3;
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;

}
