/* Jinx the Monkey Style Document */

body  {
	background-color: #474747;
	background-image: url(images/background_repeat.gif);
	background-repeat: repeat;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}


a:link  {
	color : #113f59;
	text-decoration: none;
}
a:visited  {
	color : #113f59;
}

a:active  {
	color : #113f59;
}
a:hover  {
	color : #A6D3F5;
}

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

h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

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


blockquote, h3, ol, ul, th, td, li  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
}

#homecaption {
	text-align: left;
	font-size : 10px;
	line-height: 16px;
	padding-left: 35px;
	padding-right: 50px;
}

.copyright {
	font-size : 10px;
	/*letter-spacing: .05em;*/
	color: #777777;
}

.footermenu {
	font-size : 10px;
	/*letter-spacing: .09em;*/
	color: #777777;
}

.footermenu a:link{
	color: #999999;
	text-decoration: none;
	padding-right: 14px;
}

.footermenu a:visited{
	color: #999999;
	text-decoration: none;
	padding-right: 14px;
}

.footermenu a:active{
	color: #999999;
	text-decoration: none;
	padding-right: 14px;
}

.footermenu a:hover{
	color: #ffffff;
	text-decoration: underline;
	padding-right: 14px;
}

#siteborder {
	background-color: #474747;
	margin-top: 15px;
	border:solid 1px #333333;
	width: 900px;
	height: 600px;
}

#sitefooter {
	background-color: #3E3E3E;
	margin-top: 0px;
	border:solid 1px #333333;
	text-align: center;
	width: 900px;
	height: 18px;
	padding-top: 2px;
	
}