@charset "UTF-8";
/* CSS Document */

html,body{
	font-family:  Arial, Helvetica, sans;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	background: #ffffff url(../images/background.png) repeat-x center top;
	text-align: center;
}

/* Link */

a:link{
	color: #0099ff;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: none;
	border: none;
	color: #0099ff;
}

a:active{
	text-decoration: none;
	border: none;
	color: #0099ff;
}

a:visited{
	text-decoration: none;
	border: none;
	color: #0099ff;
}

/* Layout */

#container{
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	text-align: left;
}

#header{
	background:  url(../images/header.png) no-repeat center top;
	position: static;
	height: 134px;
	width: 998px;
	padding: 14px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
}

#content{
	background:;
	position: static;
	height: auto;
	width:998px;
}

.main_full{
	background:;
	position: static;
	float: left;
	height: auto;
	width:998px;
}

.body_content{
	position: static;
	float: left;
	height: auto;
	min-height: 300px;
	width: 727px;
	padding:10px 10px 10px 10px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}

.copy{
	position:static;
	float:left;
	height:auto;
	width:998px;
	
	text-align: center;
}

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

.clear{
	clear: both;
}