@import url("startsite_editor.css");
body {
	background-color: #FFffff;
	margin:0;
	background-image:  url(../editor/assets/layout/bg.gif);
	background-position:center;
}

.MainPage {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 766px;
	position:relative;
	height:700px;
}

.PageTitle {font-family:arial;
				font-size:16px;
				color:#FFFFFF;
				font-weight:bold;
				margin:10px;
			} 
.Header {
}

.Content {
	line-height:19px;
	margin: auto;
}
.TourBox {
	font:arial;
}

.Footer {
	text-align:right;
	color:#000000;
	line-height:18px;
	margin: auto;
	padding: 15px;
}
a {
	color:#402924;
}

a.ProductLink {
	color:#FFFF00;	
	font-size: 15px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
}

a:hover.ProductLink {
	color:#006666;
}

