/*------------------ DEFAULT -------------------*/
body {
	margin:0;
	padding:10px 0 10px 0;
	color:#707070;
	background:#4F8DD4 url(images/pattern.jpg) 0 0 repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
p, img, a, ul, h2, h3 {
	margin:0; padding:0;
}
a {text-decoration:none;}
img {border:none;}

/*------------------ HEADER -------------------*/
.header {background:url(images/header_bg.jpg) 0 0 no-repeat; height:179px;}
.headerBar {background:#03547D; height:35px;}

/*------ BODY --------*/
.body {
	width:545px;
	vertical-align:top;
	text-align:justify;
}
.koiSaleHeader {
	background:url(images/koi_sale_hdr.gif) 0 0 no-repeat; height:23px;
}
.title {
	color: #064c82;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

.body h2 {text-indent:-2000px; font-size:0; line-height:0;}
.body h2.welcomeHeader {
	background:url(images/welcome_hdr.gif) 0 0 no-repeat; height:20px;
}
.body h2.historyHeader {
	background:url(images/history_hdr.gif) 0 0 no-repeat; height:23px;
}
.body h2.servicesHeader {
	background:url(images/services_hdr.gif) 0 0 no-repeat; height:23px;
}
.body h2.aboutHeader {
	background:url(images/about_hdr.gif) 0 0 no-repeat; height:23px;
}
.body h2.koiSaleHeader {
	background:url(images/koi_sale_hdr.gif) 0 0 no-repeat; height:23px;
}

.bottom p {padding:0 0 10px 0;}
.bottom h3 {font:bold 17px/16px Arial, Helvetica, sans-serif;}



/*------ SEPERATORS --------*/
.verSeperator {
	background:url(images/grey_border.gif) 50% 0 repeat-y; width:35px;
}
.verSeperator2 {
	background:url(images/grey_border.gif) 50% 0 repeat-y;
}
.horiSeperator {
	background:url(images/grey_border.gif) 0 50% repeat-x;
	height:39px; margin:0 15px 0 0;
}

/*------ SIDEBAR --------*/
.sidebar {width:225px;}


/*------------------ FOOTER -------------------*/
.footer {color:#FFF; text-align:center; font-weight:bold;}
.footer a:link {color:#FFFFFF;}
.footer a:visited {color:#72b8ff;}
.footer a:hover {color:#ffff00;} 
.footer a:active {color:#72b8ff;}



