/*Copyright 2012 Steve Chittenden, Creative Business Services, cbscreative.com.
	This code is very basic so it wouldn't be hard for you to create it yourself*/


body  {
	margin: 0;
	padding: 0;
	}

a:link {
	color: #00386c;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {color: #443873;
	background-color: transparent;
	text-decoration: underline;
	}
a:active {color: #ac2818;
	background-color: transparent;
	text-decoration: none;
	}
a:hover {color: #ac2818;
	background-color: transparent;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	}

h1 {color: #34267e;
	font-size: 1.4em;
	}

h2 {color: #00a651;
	font-size: 1.2em;
	font-style: italic;
	}

h3 {color: #34267e;
	font-size: 1em;
	font-weight: 600;
	margin: 5px 0px 7px 0px;
	}

h4 {color: #00386c;
	font-size: .9em;
	font-weight: 600;
	}

h5 {color: #7c7884;
	font-size: .8em;
	font-weight: normal;
	}

h6 {color: #333333;
	font-size: .7em;
	font-weight: normal;
	}

p, li, blockquote, td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

p {color: #333333;
	font-size: 1em;
	}

li {color: #333333;
	font-size: .9em;
	padding-bottom: 10px;
	}

blockquote {color: #0e4c4e;
	font-size: .9em;
	}

td {color: #56222d;
	font-size: .8em;
	}



	/****Begin id and class specs****/

.pageID {color: #34267e;
	}



/*Adds margins around pics used in page contant*/

.leftpic {margin: 4px 10px 5px 0px;
	}

.rightpic {margin: 4px 0px 5px 10px;
	}


/******Controls thumbs in gallery******/
  #thumbs {width: 100%;
 	} 

  #thumbs div {margin: 5px;
	width: 140px;
	height: 140px;
	float: left;
	} 

  #thumbs div img {border: none;
 	display: block;
	} 


