@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

#holder {
	width:827px;
	margin:auto;
	padding:0;
}

#banner {
	height:256px;
	width:827px;
}

#main {
	width:767px;
	background-image:url(images/mainarea.jpg);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:30px;
	}
	
#footer {	
	width:767px;
}
h1, h1 a:link, h1 a:visited {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#333333;
}

h1 a:hover {
	color:#999999;
	}

h2 {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
}
p {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	letter-spacing:1px;
}

#p1 {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	letter-spacing:1px;
}

#products {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	letter-spacing:1px;
}

#products a:link, #products a:active, #products a:visited {
	color:#333333;
	}

#products a:hover {
	color:#999999;
	}

#bottomnav {
	text-align:center;
	}

#bottomnav a {
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ef3e23;
}

#bottomnav a:hover {	
	text-decoration:underline;
	color:#333333;
}

#imgleft {
	float:left;
	padding-right:15px;

}

#imgright {
	float:right;
	padding-left:15px;
}


