html{
	background-image: url(../images/bg-gradient-home.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
body {
	background-image: url(../images/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 770px;
}
#content{
	width: 770px;
	height: 696px;
	margin: 0px auto;
}
#top{
	position: relative;
	width: 770px;
	height: 68px;
}
#main{
	margin: 0px auto;
	width: 750px;
	height: 328px;
}
#main #home-text{
	font-size: 13px;
	padding-right: 10px;
	float: left;
	width: 274px;
	margin-right: 20px;
	height: 328px;
	overflow: hidden;
}
#main #home-image{
	float: left;
	width: 446px;
}
#bottom{
	position: relative;
	width: 770px;
}
#bottomRight{
	float: left;
	width: 152px;
}
#bottomRight #transparant{
	margin-left: 10px;
}
#bottomRight #cbf{
	margin-left: 10px;
}
#bottomRight img{
	margin-bottom: 7px;
}
#news{
	margin: 23px 0 0 10px;
	float: left;
	width: 294px;
	height: 115px;
	background-color: #e8d1e1;
}
.boxtitle{
	background-color: #caa4c2;
	height: 20px;
}
.boxtitle h1{
	float: left;
	margin: 3px 0 0 5px;
	line-height: 15px;
}
#diary{
	margin: 23px 0 0 10px;
	float: left;
	width: 294px;
	height: 115px;
	background-color: #e8d1e1;
}
#footer{
	width: 100%;
	clear: both;
	font-size: 10px;
	padding-bottom: 10px;
}
#menu-bottom{
	text-align: right;
	width: 770px;
	margin: 0px auto;
}
#footer_menu{
	float: left;
	margin: 22px 0px 0px 10px;
}
#footer_sponsered{
	float: right;
	margin: 0px 10px 0px 0px;
}
#footer_menu a{
	margin-right: 15px;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
}
h1 {
	line-height: 20px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #61005f;
}