/*Layout*/
#page{
	background-image: url(../images/Back_edge.jpg);
	background-repeat: repeat-y;
	background-position: center 200px;
	width:826px;
	margin:0 auto 0 auto ;
	padding: 0 12px 0 12px;
	
}


#content {
	margin: 0px 0px 8px -200px ;
	width:100%;
	float:right;
	background-color: #FFFFFF;
}

.clear {
	clear: both;
	height:0;
}
#menu {
	width:175px;
	border-right: 1px dotted #999;
	margin-bottom:8px;
	float:left;
}

#RIGHT_BOX {
	width:175px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

.BANNEER_SPACE {
	padding:7px;

}

.BANNEER_SPACE img {
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
	display: block;
	}

.footerHeader {
	margin:0;
	padding:3px 0;
	clear:both;
	text-align:right;
}

#blogText{
	margin:15px 5px 0 0;
	padding:0px 0px 0 200px;
	width:450px;
	float:right;
}

#blogText p {

	line-height: 1.5;
}

#banner {
	margin:0 auto 0 auto;
}

#FOTTERBOTTOM {
	width:826px;
	margin:0 auto 0 auto;
	padding:0 12px 38px 12px;
	background-image: url(../images/bottom_edge.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#banner h1 {
	float: right;
	font-size: 16px;
	margin-right: 60px;
	text-align:center;
	color: #FFF;
	margin-top: 60px;
}
#banner h1 span {
	font-size: 24px;
}
#banner h1 span a {
	font-family: "Times New Roman", Times, serif;
	color: #96F;
}

