body {
	padding:0px;
	margin:0px;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/bg_rose.jpg);
	b\ackground-position:top center;
	background-repeat:repeat-y;
}

div.Container {
	width:750px;
}

div.Header {
	width: 750px;
	height: 75px;
}
div.HeaderLeft {
	float:left;
	height:75px;
}
div.HeaderRight {
	float:right;
	height:75px;
}

div.Nav {
	margin:0px;
	padding-left:10px;
	height:25px;
}

div.Title {
	width:375px;
	padding-left:375px;
	padding-top:25px;
	padding-bottom:20px;
}
div.Main {	
	position:relative;
	clear:both;
	width:750px;
}
div.Left {
	float:left;
	padding-left:25px;
	width:300px;
	padding-bottom:25px;
}
/* IE 5 Mac Hack */
* html>body div.Left {
	float:none; 
	display:inline-block;
}
div.Body {
	float:right;
	width:350px;
	padding-right:25px;
	padding-bottom:25px;
}

div.Footer {
	padding-left:50px;
	clear:both;
	height:50px;
}

div.FooterCenter {
	clear:both;
	line-height:15px;
	text-align:center;
	height:50px;
}