body {
	background-color: #FFFFCC;
	background-image: url(canson-bkgnd.gif);
}
#header {
    margin: 0 0 0 0px;
    padding: 5px 0 5px 5px;
}
.redHdr {
    color: #B10200; 
    font-size: 30px;
}
.greyHdr {
	color: #878787;
	font-size: 20px;
	text-align: center;
	padding: 70px;
}

.pengy {
	position: absolute;
	background-image:url(images/pengy.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 77px;
	left: 10px;
	top: 10px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(DartechaDesign.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 225px;
	top: 50px;
	left: 90px;
	font-style: italic;
	text-indent: -9999px;
}
/* From css book images Gina Bolton*/
#page {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
#content {
	padding: 1em;
	font: 11pt/14pt Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 0px 0px 0px;
	background-image: url(canson-bkgnd_sq.gif);	
}/*
a:link, a {
	border-bottom:1px dotted #369;
	color: #369;
	text-decoration: none;
}
a:hover {
	border-bottom:1px solid #369;
}/*
h1 {
	margin: 0;
	padding: 0;
	border-bottom: 3px double #ccc;
	font: 3em/1.75em "Times New Roman", serif;
	font-variant: small-caps;
	letter-spacing:-.05em;
	text-align: center;
	color: #999;
}*/
h2 {
	margin: 0 0 10px;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.75em;
	text-align: center;
}
h3 {
	margin: 0 0 5px;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	/*line-height: 1.50em;*/
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
/*ccs navbook start*/
#nav {
	width: 406px;
	height: 44px;
	position: relative;
	background: url(images/NavBar.gif);
	margin: 145px 0 0 550px;
	padding: 0;
	list-style-type: none;
}
#nav li {
  float: left;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 44px;
  background: url(images/NavBar.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#nav_hom a {
  left: 0;
  width: 80px;
  background-position: 0 0;
}
li#nav_about a {
  left: 80px;
  width: 120px;
  background-position: -80px 0;
}
li#nav_profile a {
  left: 200px;
  width: 110px;
  background-position: -200px 0;
}
li#nav_contact a {
  left: 310px;
  width: 96px;
  background-position: -310px 0;
}
li#nav_hom a:hover {
  background-position: 0 -44px;
}
li#nav_about a:hover {
  background-position: -80px -44px;
}
li#nav_profile a:hover {
  background-position: -200px -44px;
}
li#nav_contact a:hover {
  background-position: -310px -44px;
}
#body_hom li#nav_hom  a {
  background-position: 0 -88px;
}
#body_about li#nav_about a {
  background-position: -80px -88px;
}
#body_profile li#nav_profile a {
  background-position: -200px -88px;
}
#body_contact li#nav_contact a {
  background-position: -310px -88px;
}
/*ccs navbook ends*/
.captioned_photo {
	float: right;
	margin: 0.5em 0 0.5em 5em;
	padding: 0;
	line-height: 1em;
	width: 400px;
}
.captioned_photo p {
	width: 100%;
	margin: 0;
	padding: 0em 0 1em;
	font: .75em/1.75em Verdana, sans-serif;
	color: #666;
}
.captioned_photo img {
	margin: 0 -6px;
	padding: 3px;
	display: block;
	border: 3px double #666666;
	background-image: url(canson-bkgnd_sq.gif);
	background-repeat: repeat;
}
/* From css book images Gina Bolton ends*/
body, td, th, h3, h6 {
	color: #330000;
}
#table {
	top: 35%;
	position: absolute;
}
tr {
	background-image: url(canson-bkgnd_sq.gif);
}
h1, h2, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}

#footer {
	clear: both;
	text-align: center;
	color: #4F4F4F;
	text-transform: capitalize;
	font-size: 12px;
	padding: 10px 0 0;
	/*border-style: solid;
	border-color: #666;
	border-width: 1px 0 0 0;
	background-image: url(Designed-By.gif);
	height: 75px;
	background-repeat: no-repeat;*/
}
/*#desby {
	
}
/* Contact From ---------------------------------------------------------- */
form
{
	margin-top: 1.5em;
	padding-bottom: 10px;
	width: 650px;
	background-image: url(canson-bkgnd_sq.gif);
}
fieldset
{
	margin: 0 0 1.5em 0;
	padding: 0;
}

/*legend
{
	color: #000;
	font-weight: bold;
}*/

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	padding-bottom: 1em;
}

label
{
	display: block;
	text-indent: 5px;
}

fieldset.submit
{
	border-style: none;
	padding-left: 10%;
}