html{
}
body { 
	font: 70%/140% verdana,	tahoma, arial,	helvetica,	sans-serif;  
	color: #000; 
	background-color: #FFFFFF;
	margin: 0 0;
	padding: 0 0;
}

/*******
	Layout
	******************/
#page_wraper{
	width: 1000px;
}
#border_bg {
	background: url(../images/border_bg.jpg) repeat-y !important;
	width: 770px;
	float:left;
}

#outer {
	background: url(../images/header_bg.jpg) no-repeat !important;
}

#header_wrapper {
	position: relative;
	overflow: hidden;
	z-index:99;
}

#border_bg_end {
	background: url(../images/footer_bg.png) no-repeat !important;
	height:8px;
	width:100%;
}

.clear{
	clear:both;
	display: block;
}

/**** Contents ****/
#content_wrapper{
	margin-left:40px;
	margin-right:40px;
}
#content_wrapper h1 {
	display:block;
	font-weight:bold;
	margin: 0 10px 10px;
	padding-top: 10px;
	border-bottom: solid 1px #D6D6D6;
	font-size: 1.2em;
	color: #7A7A7C;
}

#content {
	text-align:left;
	width: 480px;
	/*color:#5C5C5C;*/
}


.content_left{
	float:left;
}
.content_right{
	float:right;
}

#footer_content {
	text-align:left;
	padding: 10px 0;
	margin: 0 10px;
	text-align:center;
	background:#FFFFFF;
	height:100%;
}
/************ OTHER ********************/
.confirm_messages{
	font-weight:bold;
	border : solid 1px;
	color: green;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.space{
	height:.5em;
	background:#FFFFFF;
}
