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

body{
	background-color:#fbfaf8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

a:link {
	color: #b52956;
}
a:visited {
	color: #b52956;
}
a:hover {
	color: #999999;
}
a:active {
	color: #cccccc;
}

p{
	text-align:justify;
	padding:0 10px;
	margin-top:0;
}

#wrapper{
	width:750px;
	margin:0 auto;
}
#content{
	
}

#logo{
	float:left;
}
#menu{
	float:right;
	padding:20px 0 0 0;
}

#img_box{
	float:left;
}
#weby{
	float:left;
	width:20px;
	margin-top:355px;
}

#main{
	float:left;
	width:453px;
}

#main p img{
	margin:0px -10px 0 -10px;
}

#main p img, #main p img a:link, #main p img a:visited{
	border:0;
}
	
.sure_bold {
color:#b52956;
font-weight: bold;
text-align:justify;
}

#footer{
	padding:5px 0 0 0;
}

#footer p{
	text-align:center;
	
}
#footer a:link, #footer a:visited{
	color: #77695c;
}

.clear{
	clear:both;
}