/* Specific tag formatting */
body 	
{
	color: #F7CCA7; 
	margin: 0;
	font-size:1em;	
	font-family: 'Times New Roman PS MT', 'Times New Roman'; 
	background-image: url(./gfx/background.jpg);
	background-repeat: repeat-y;	
	background-color: #644A29; 
}
		
div 
{
	padding-top: 30px;	
}

ul
{
	margin-left: 20px;
}

p.menuicon 
{
	margin-top:0px; 
	margin-bottom: 10px;
}

p.righttext 
{
	margin-top:0px; 
	margin-left: 10px;
	font-family: arial; 
	font-size: 0.9em;
}

a, a:visited 
{
	 color: #F7CCA7; 
}

a:hover
{
	 text-decoration: none;
}

img
{
	 border-style:none;
}
		
#left
{
	position: absolute; 
	width:170px;
	padding-left:20px;
	text-align:right;
}
		
#leftline 
{
	position: absolute; 
	margin-left: 210px;
	height: 750px;
    width: 1px;
}
		
#main
{
	position: absolute; 
	margin-left:230px;
	width: 400px;
}

#bodytext
{
	position:absolute; 
	top: 230px; 
	left: 75px; 
	width: 305px; 
	padding-top:0px;
}

#bodyimage
{
	position: inherit;
}

#rightline 
{
	position: absolute;
	margin-left: 630px;            
	height: 750px;
    width: 1px;
}
		
#right
{
	position: absolute; 
	margin-left:640px; 
	width: 185px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}				
		
#farright
{
	position: absolute;
	margin-left: 880px;
	left: 1299px;
	top: -1px;
}
