/* CSS Document */

/*******************************************/
/*  Created by: Michael Bechtel            */
/*  Website: http://www.mikespiderweb.com  */
/*******************************************/

/*=========================================*/
/* Page Properties */
body {
  background: #0e2843 url(../imgs/background.png) repeat-x;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 12px;
}

h1 {
  font-size: 15px;
}
h2 {
  font-size: 20px;
  color: #58482f;
  padding-top: 10px;
  padding-left: 1em;
}
h3 {
  font-size: 12px;
}

p {
	font-size:12px;
	color: #58482F;
	font-weight: bold;
}

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

img {
  border: none;
}

#three {
  background: url(../images/index_03.png) no-repeat;
  width= 264px; 
  height: 345px;
  padding-left: 3em;
}
