/**************************************************/
/* Default CSS Document for www.robertchaplin.ca  */
/**************************************************/

/* General styles */
body
{
  margin:             0px 0px 0px 0px;
  padding:            0px 0px 0px 0px;
  background-image:   url('/asset/img/rc_pixel_pattern.gif');
  background-color:   #ffffff;
  background-position: top center;
  font-family:        Garamond;
  font-size:					11pt;
  font-style:					normal;
  font-weight:				normal;
  color:              #232323;
}

p
{
  margin:             0px 10px 10px 10px;
  padding:            0px 0px 0px 0px;
}

p a:link
{
	color:							#d80025;
	text-decoration:		none;
}
p a:visited
{
	color:							#d80025;
	text-decoration:		none;
}
p a:hover
{
	color:							#d80025;
	text-decoration:		underline;
}

h1
{
  font-family:        Garamond;
  font-size:					18pt;
  font-style:					normal;
  font-weight:				bold;
  color:              #d80025;
  margin:             0px 10px 0px 10px;
  padding:            0px 0px 0px 0px;
}

h2
{
  font-family:        Garamond;
  font-size:					16pt;
  font-style:					normal;
  font-weight:				bold;
  color:              #d80025;
  margin:             0px 10px 0px 10px;
  padding:            0px 0px 0px 0px;  
}

h3
{
  font-family:        Garamond;
  font-size:					14pt;
  font-style:					normal;
  font-weight:				bold;
  color:              #d80025;	
  margin:             0px 10px 10px 10px;
  padding:            0px 0px 0px 0px;
}

h4
{
  font-family:        Garamond;
  font-size:					10pt;
  font-style:					normal;
  font-weight:				bold;
  color:              #d80025;
  margin:             12px 10px 0px 10px;
  padding:            0px 0px 0px 0px;
}

h5
{
  font-family:        Garamond;
  font-size:					10pt;
  font-style:					normal;
  font-weight:				900;
  color:              #d80025;	
  margin:             0px 10px 0px 10px;
  padding:            0px 0px 0px 0px;
}

h5.bookinfo
{
  font-size:					9pt;
  font-weight:				bold;
	color:							#232323;
  margin:             0px 0px 0px 0px;
  padding:            0px 0px 0px 0px;
}

h5.order
{
  font-size:					9pt;
  font-weight:				bold;
	color:							#d80025;
  margin:             0px 0px 0px 0px;
  padding:            0px 0px 0px 0px;

}

h5.order a:link
{
	color:							#d80025;
	text-decoration:		none;
}

h5.order a:visited
{
	color:							#d80025;
	text-decoration:		none;
}

h5.order a:hover
{
	color:							#d80025;
	text-decoration:		underline;
}


h5#credits
{
	color:							#232323;
}

h5#credits a:link, a:visited
{
	color:							#232323;
	text-decoration:		none;
}
h5#credits a:hover
{
	color:							#232323;
	text-decoration:		underline;
}

h3#contact
{
	color:							#232323;
}

h3#contact a:link, a:visited
{
	color:							#232323;
	text-decoration:		none;
}
h3#contact a:hover
{
	color:							#232323;
	text-decoration:		underline;
}

/* Content styles */
div#main_wrapper
{
  min-width:            748px;
  margin:               0px auto 0px auto;
  padding:              0px 0px 0px 0px;
  text-align:           center;
}

div#main
{
  width:                730px;
  margin:               0px auto 0px auto;
  padding:              9px 9px 9px 9px;
  text-align:           center;
  background-color:     #ffffff;
}

div#view_pub
{
	margin:								15px auto 0px auto;
	text-align:						center;
}

div#view_footer
{
	margin:								5px auto 10px auto;
	text-align:						right;
	vertical-align:				top ;	
}