/* CSS Document */

/* -- undo browser HTML defaults http://tantek.com/log/2004/09.html#d06t2354 -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}
hr { display: none; }



html {

	background-color: #ffffff;	
	background-image: url
	background-repeat: repeat-y;
}



body {
	font-family: Georgia, "Times New Roman", Times, serif;
}




#container {
	width: 950px;
	margin-left:40px;
	background-image: url(../container.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: thin solid black;
	padding: 5px;
}



/*Float the DIVs*/

#header {
	width: 880px;
	float: left;
}

#content {
	width:420px;
	float:left;
	margin-left:10px;

}

#footer {
	clear:both;
	
}


/*header*/

h1#logo {
	margin-top: -160px;
}



h1#logo a:link, h1#logo a:visited{
	display: block;
	width: 370px;
	height: 170px;
	background-image: url(../logo.png);
	text-indent: -9999px;
}


h1#logo a:hover {
	background-position:0 -170px;
}



ul#nav {
	width:280px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 15px;

}

ul#nav li {
	float: right;
}


ul#nav li a:link, ul#nav li a:visited {
	color: #dbccdb;
	padding: 8px 12px;
	line-height:21px;
	border-right: 1px solid #ccc;
}

ul#nav li a:hover{
	color: #003366;
}


/*content*/

#content h2 {
	clear:right;
	padding-top: 8px;
	font-family:	gill sans;
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}

#content p {
	padding: 10px 10px 10px 0;
}



#footer {
	float: right;
	height: 96px;
	margin-top: 25px;
	margin-bottom: -16px;
	margin-right: -9px;
}

#footer p {
	line-height: 96px;
	margin-left: 20px;
	font-size: 0.8em;
}

#footer2 {
	float: right;
}
