body {
	background-color: #666666;
	//background: #000 url(../images/bg.jpg) top center repeat-y fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding: 0;
	margin: 0;
	}

/* - - - - links - - - - */
	
a {
	color: #555;
	text-decoration: underline;
	}
a:hover {
	color: #518634;
	text-decoration: none;
	}
	
/* - - - - common elements - - - - */

p {
	padding: 8px 24px;
	margin: 0;
	line-height: 16px;
	}

h1 {
	padding: 12px 20px 24px 18px;
	margin: 0 0 0 2px;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
	letter-spacing: -1px;
	clear: both;
	height: 34px;
	display: block;
	}
h2 {
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 18px;
	font-weight: lighter;
	color: #555;
	letter-spacing: 0;
	}

h3 {
	padding: 0 20px;
	margin: 0;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #376423;
	letter-spacing: -1px;
	}
	
hr {
	//background: url(../images/hr-bg.jpg) top left no-repeat;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	margin: 0 10px;
	height: 25px;
	width: 96%;
	clear: both;
	text-align: center;
	}	
	

/* - - - - header - - - - */
#header {
	position:absolute;
	background: url(../images/top_banner_small.gif) no-repeat center top;
	width: 800px;
	height: 160px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 20%;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	}
	
/* - - - - navigation - - - - */
#nav {
	position:absolute;
	background-color: #333333;
	width: 800px;
	height: 26px;
	padding: 0;
	margin: 0;
	top: 160px;
	left: 20%;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}	
	
/* - - - - main websites content - - - - */
#main {
	position:absolute;
	background: url(../images/main_background.gif) repeat-y top left;
	text-align: left;
	width: 800px;
	height: 550px;
	padding: 0px;
	margin: 0px;
	top: 184px;
	left: 20%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#main .box_right {
	margin: 0px 60px 0px 0px;
	padding: 5px;
	float: right;
	height: auto;
	width: 250px;
	border: medium solid #333333;
}

#main .box_right h2{
	background: #333333;
	color: white;
	width: 250px;
	text-align: center;
}

#main .box_left {
	margin: 0px 60px 0px 60px;
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
	border: medium solid #333333;
}

#main .cal {
	text-align: center;
}

#main .imgage {
	float: left;
	padding: 0px 10px 0px 60px;
}

#main p{
	padding: 0px 60px 0px 60px;
}

#main h1{
	padding: 0px 60px 0px 60px;
}

#main h2{
	background: #333333;
	color: white;
	width: auto;
	text-align: center;
}

/* - - - - gallery - - - - */
#gallery {
	padding: 0;
	margin: 10px 0 0 20px;
	}
.thumbs {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 8px 8px 0;
	padding: 0;
	border: 1px solid #333;
	}
	
/* - - - - footer - - - - */

#footer {
	position:absolute;
	top: 734px;
	/*background: url(../images/background.gif) repeat-x top left;*/
	background: #333333;
	width: 800px;
	height: 70px;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: right;
	left: 20%;
	border-top: medium groove #333333;
	border-right: medium groove #333333;
	border-bottom: medium groove #333333;
	border-left: medium groove #333333;
	}
	
#footer a {
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
#addThis {
	position: absolute;
	top: 746px;
	left: 23%;
}
	
