/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #d0f0f7 url(images/wholebg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#whole{
	width: 750px;
	height: auto;
}

#header{
	width: 750px;
	height: 275px;
	float: left;
}

#header_s1, #header_s2, #header_s3{
	width: 750px;
	float: left;
}

#header_s1{
	height: 89px;
	background: url(images/h1.jpg) no-repeat;
}

#header_s2{
	height: 100px;
	background: url(images/h2.jpg) no-repeat;
}

#header_s3{
	height: 86px;
	background: url(images/h3.jpg) no-repeat;
}

#body_contents{
	width: 738px;
	height: auto;
	float: left;
	padding: 0 6px 0 6px;
	text-align: left;
}

#bc-inside{
	width: 702px;
	height: auto;
	float: left;
	border: 3px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
	background: #FFFFFF url(images/body_bg.jpg) repeat-x top;
	padding: 0 15px 15px 15px;
}

h1{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #0066FF;
}

a.link, a.link:link, a.link:active, a.link:visited{
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}

h2{
	color: #009900;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.list{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a.order:link, a.order:active, a.order:visited, a.order:hover{
	color: #FF9900;
}

#footer{
	width: 750px;
	height: 25px;
	float: left;
	background: url(images/footer.jpg) no-repeat;
}

.center{
	text-align: center;
}

.blog{
	font-size: 13px;
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.blog a, a:link, a:active, a:visited{
	color: #559500;
	text-decoration: none;
	font-weight: normal;
}
