/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #3C3646;
	background-image:  url(images/tartanfull.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
}

#line {
	width: 93%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #646736;
	border-bottom-color: #646736;
}

#menuarticle {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


#centermain {
	background-color: #3C3646;
	background-image: url(images/centerpic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 276px;
}

#centercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

#articlecontenttwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 6px;
}

#articlecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #274B16;
	padding: 3px;
}

#footerlink a:link, a:active, a:visited, a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#picone {
	background-image: url(images/longimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#pictwo {
	background-image: url(images/minipic1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#picthree {
	background-image: url(images/minipic2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C5AF78;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#title {
	font-family: "Lucida Handwriting", "Monotype Corsiva", Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4E0E13;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#columnleft {
}

#columnright {
}

#leftpic {
	background-image: url(images/menuphoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#menutop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 100%;
}

#outline {
	background-color: #3C3646;
	border: 1px solid #000000;
	width: 750px;
}

#articlelink a:link, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#articlelink a:visited, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menulink a:link, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #394604;
	text-decoration: none;
}

#menulink a:hover,  a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5A7005;
	text-decoration: none;
}

