

body {
font-family: Arial, Verdana, Helvetic, sans-serif;
background: #c1b094 url('images/new.jpg') repeat-y;

}

#header {
   	height: 63px;
   	background-image: url(images/header.png);
   	background-repeat: no-repeat;
   	margin-left: 230px;
   	text-indent: -9999px;
    
}
#content {
    position: absolute;
    left: 820px;
    top: 80px;	
    padding: 10px;
}
#sidebar {
	position: absolute;
	left: 125px;
	top: 495px;
	padding: 10px;
	
}

#nav {
	position: absolute;
	left: 280px;
	top: 80px;
	padding: 10px;
	
	
}

a:link {
	color: white;
	
}

a:visited {

	color: gray;
}

	
h1 {
	font-family: Georgia, Times, serif;
	font-size: 40px;
	color: gray;
	
	
	
}

img {
	width: 360px;
	height: 628px;
	margin-top: 0px;
	margin-left: 440px;
	border: solid 4px;
	
	
	
}


	
p.footer {
	margin-top: 250px;
	font-size: 15px;
	color: black;
	font-style: italic;
	
	
	}

p.text {
	width: 540px;
	font-size: 20px;
	line-height: 1.5em;
	
	
}

p.sidebartxt {
	text-align: right;
	font-family: Georgia, Times, serif;
	color: white;
	width: 300px;
	font-size: 15px;
	line-height: 1.5em;

	
}

p.linktxt {

font-size: 25px;
font-family: Georgia, Times, serif;
text-align: right;
line-height: 1.5em;
}


