body {
	margin-top: 0px;
	background-color: #B5B5B5;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.background	{
	width:100%;
	margin:0px auto;
	background-image:url(../images/front/Background_Tile.jpg);
	background-position:left top;
	background-repeat:repeat-x;

}
		
.main	{
	width: 868px;
	height:auto;
	background-image: url(../images/front/Body_tile.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	display:table;

}

.header	{
	width: 808px;
	height: 98px;
	background-image:url(../images/front/header.jpg);
	float: left;
	position: relative;
	margin-left: 23px;

}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	
}

.nav	{
	width: 808px;
	height: 41px;
	background-image:url(../images/front/nav_background.jpg);
	float: left;
	position: relative;
	margin-left:23px;

}

.nav a	{
	margin-top:10px;
	margin-left:27px;
	margin-right:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	float:left;
	
}

.nav a:visited	{
	margin-top:10px;
	margin-left:27px;
	margin-right:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	float:left;
	
}

.nav a:hover	{
	margin-top:10px;
	margin-left:27px;
	margin-right:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	text-decoration:underline;
	color:#FFFFFF;
	display:block;
	float:left;
	
	
}

.content	{
	width:808px;
	float:left;
	position:relative;
	margin-left:22px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.left	{
	width: 530px;
	height: auto;
	float: left;
	position: relative;
	margin-left:15px;
	margin-right:5px

}

.right	{
	width: 258px;
	height: auto;
	float: right;
	position: relative;

}

.box_top{
	background-image:url(../images/front/box_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:250px;
}
.box_bg{
	background-image:url(../images/front/box_bg.jpg);
	background-repeat:repeat-y;
	width:250px;
	margin-bottom:10px;
}

.footer	{
	width: 808px;
	height:48px;
	float:left;
	position: relative;
	background-image:url(../images/front/footer.jpg);
	margin:0px auto;
	margin-left:22px;
}

/* Text Format*/

h1	{
	font-family:Arial;
	font-size: 12px;
	color: #666666;
	letter-spacing:0.1em;
	font-weight:bold;
	margin: 0px;
	
}

p	{
	font-family:Arial;
	font-size: 11px;
	color: #666666;
	
}

.box_header{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.1em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding-top:5px;
}

.box_text{
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing:0.1em;	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.box_text2{
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing:0.1em;	
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

ul	{
	vertical-align:baseline;
	font-family:Arial;
	font-size: 11px;
	color: #666666;
	
}

li	{
	vertical-align:baseline;
	
}

.bullet_white{
	color:#FFFFFF;
}
