body {
	background-color: #CADCD5;
	background-image: url(../images/static/bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: 0px;
}
#wrapper {
	width: 750px;
	background-image: url(../images/static/paper_top.gif);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	background-image: url(../images/static/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 499px;
	height: 75px;
	width: 225px;
	top: 12px;
}
#pic {
	float: left;
	background-image: url(../images/static/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 361px;
	width: 459px;
}
#content {
	float: left;
	padding-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	background-image: url(../images/static/home_title.gif);
	background-repeat: no-repeat;
	background-position: 40px 100px;
	width: 220px;
}
#contactpic {
	float: left;
	background-image: url(../images/static/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 361px;
	width: 459px;
}
#contactcontent {
	float: left;
	padding-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	background-image: url(../images/static/contact_title.gif);
	background-repeat: no-repeat;
	background-position: 40px 100px;
	width: 220px;
}
#aboutpic {
	float: left;
	background-image: url(../images/static/about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 361px;
	width: 459px;
}
#aboutcontent {
	float: left;
	padding-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	background-image: url(../images/static/about_title.gif);
	background-repeat: no-repeat;
	background-position: 40px 100px;
	width: 220px;
}
#linkspic {
	float: left;
	background-image: url(../images/static/links.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 361px;
	width: 459px;
}
#linkscontent {
	float: left;
	padding-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	background-image: url(../images/static/links_title.gif);
	background-repeat: no-repeat;
	background-position: 40px 100px;
	width: 220px;
}
#bottompaper {
clear: both;
height: 74px;
width: 750px;
	background-image: url(../images/static/paper_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#textlinks {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
	text-align: center;
	width: 750px;
	background-color: #587C71;
}
#textlinks a:link, #textlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9DBD4;
}
#textlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
h4 {
	display: none;
}

/*Menu CSS styles*/
#menuwrapper {
	position: absolute;
	height: 105px;
	width: 310px;
	left: 52px;
	top: 326px;

}
#mouseover {
	position: absolute;
	height: 100px;
	width: 205px;
	left: 365px;
	top: 380px;

}
#menuhome {
	float: left;
	width: 79px;
}
#menuabout {
	float: left;
	width: 57px;
}
#menushop {
	float: left;
	width: 60px;
}
#menulinks {
	float: left;
	width: 45px;
}
#menucontact {
	float: left;
	width: 61px;
}
/*CSS for contact page */
input {
	background-color: #CADCD5;
	border: thin solid #587C71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
textarea {
	background-color: #CADCD5;
	border: thin solid #587C71;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
form label {
  display: block;
  float: left;
  width: 40px;
  padding: 3px 5px 3px 0px;
  margin: 0px 0px 5px;
  text-align: left;
}
form div {
  clear: left;
  display: block;
  width: 200px;
  margin: 5px 0px 0px;
  padding: 1px 3px 1px 0px;
}
