BODY
{
	/* background: 	#FBFFE4; */
	font-size: 16px;
	color: #000000;
}

IMG {
	border: 		none;
}

H1
{
	padding-top: 	30px;
	font-size: 		40px;
	font-variant: 	small-caps;
	letter-spacing: 1px;
}

H2 {
	font-size:		25px;
	font-variant: 	small-caps;
	letter-spacing: 1px;
}

LI {
	list-style-type: square;
}

#border {
	width:				800px;
	background-image: 	url('gfx/bg.png');
	background-repeat: 	repeat-x;
}

#nav {
	width: 700px;
	height: 85px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url('gfx/nav.png');
	background-repeat: no-repeat;
}

	#nav #links {
		width: 			700px;
		margin-top: 	60px;
		font-size:		20px;
		font-variant: 	small-caps;
		letter-spacing: 1px;
		text-align:		center;
		word-spacing:	100px;
	}

		#nav #links A {
			color:				#000000;
			text-decoration: 	none;
		}
		
			#nav #links A:hover
			{
				background-image: url('gfx/nav_hover_bg.gif');
			}
			
#content { 
	width: 			700px;
	min-height:		450px;
	/* max-height:		400px; */
	border-bottom: 	1px solid #000000;
	text-align:		left;
	overflow:		hidden;
}

	#content #picture { 
	/*	width: 			200px;  
		min-height: 	300px;	*/
		margin-top:		50px;
		margin-bottom:	50px;
		border:			none;
	}
	
	#content #text
	{
		margin-top: 50px;
		padding-left: 30px;
		font-variant: 	small-caps;
		letter-spacing: 1px;
	}
		
		#content #text A {
			color: #000000;
			text-decoration: none;
		}
		
			#content #text A:hover {
				text-decoration: underline;
			}
		
		#content #text UL {
			line-height: 20px;
		}
		
		#content #text #title {
			font-size: 		18px;
			font-weight: 	bold;
			margin-bottom: 	10px;
		}
		
#footer {

}
	
	#footer #links {
			margin-top: 	5px;
			width: 			700px;
			font-size:		15px;
			font-variant: 	small-caps;
			letter-spacing: 1px;
			text-align:		center;
			word-spacing:	45px;
		}
	
			#footer #links A {
				color:				#000000;
				text-decoration: 	none;
			}
			
				#footer #links A:hover {
					border-bottom:		1px solid black;
				}