
body 
	{
	padding: 0;
	margin: 0;
	background-image:url('images/background.jpg');
	background-repeat:repeat;
	font-family: helvetica;
	height: 100%;
	}

img{
	border: 0px;
}
	
div.nav
	{
	width: 695px;
	height: 65px;
	background: url('images/navbg.jpg');
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	color: #e9e6e2;
	padding-top: 0px;
	}
	
div.title
	{
	width: 695px;
	height: 65px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:0px;
	left: 660px;
	z-index:+1
	}


ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top: 0px;
	padding-left: 6px;
	padding-top:22px;
	padding-bottom:6px;
	}

li
	{
	display:inline;
	font-size:1.2em;
	}
	
a:link,a:visited
	{
	color: #e9e6e2;
	text-align:center;
	padding:6px;
	text-decoration:none;
	}	
	
a:hover,a:active
	{
	color: #7A991A;
	}
	
#textcolor
	{
	color: #7A991A;
	padding: 0px;
	}

div.content
	{
	width: 695px;
	margin-left:auto;
	margin-right:auto;
	color: #3e3d3d;
	font-size: 0.825em;
	height: 100%;
		}

p
	{
	padding: 5px;	
	}

h1
	{
	font-size: 2.3em;
	padding: 5px;
	}
	
div.templateimage
	{
	width: 260px;
	margin-top: -7px;
	float: left;	
	}

div.text
	{
	width: 400px;
	//height: 100%;
	padding-left: 30px;
	padding-top: 30px;
	float: right;
	}

div.textsecondary
	{
	width: 400px;
	//height: 100%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	}
	
	
div.clear
	{
	clear: both;
	}


.footer
	{
	width: 695px;
	color: #3e3d3d;
	padding-top: 10px;
	text-align: right;
	font-style: italic;
	}
