/*Layout*/
#page{
	width:900px;
	margin:0px auto;
	background-color:#fff;
}
#topHeader{
	background:url(../images/header_bg.jpg) top left repeat-x;
	height:129px;
}

#innerHeader{
	background:url(../images/header_bg2.jpg) bottom center no-repeat;
	width:900px;
	margin:0px auto;
	height:124px;
}

#content {
	width:605px;
	padding:10px 26px;
	float:left;
}

#pageWrapper{
	background:url(../images/menu_bg.gif) repeat-y;
	background-position:658px 0px;
}

#menu {
	width:212px;
	float:right;	
	margin-right:30px;
}

#innerMenu{
	margin:10px 20px 50px 20px;
	position:relative;
}

#footer{
	text-align:center;
	color:#ccc;
	padding-top:20px;
	width:900px;
	margin:0px auto;
	height:80px;
	background:url(../images/reflection_bg.jpg) top left repeat-x;
}

.googlead {
	margin:0px auto 10px auto;
	width:468px;

}

#topMenu {
	width:900px;
	margin:10px auto;
	font-size:16px;
}

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color:#ffffff;
	margin:0 10px;
	text-decoration:none;
}

#topMenu a:hover {
	color:#4F4F4F;
}
