	body
	{
		margin-top: 120px;
		
		font-family: "Cochin", "Baskerville", "Palatino","Times New Roman", serif;
		color: #a33;
 		background-image: url(media/png/inner_bg.png);
 		background-repeat: no-repeat;
/*
		font-size: 1.2em;
		font-weight: bold;
 		background-position: 50px 0px;
*/
	}
	
	.navdiv
	{
		width: 700px;
		border: #DA3 solid thin;
		padding: 1em;
		margin-left: 100px;
		margin-bottom: 1em;
		text-align: center;
	}
	
	.maindiv
	{
		width: 700px;
		border-left: thin #DA3 solid;
		padding: 1em;
		margin-left: 100px;
	}

	
	h1
	{
		font-size: 2em;
		font-weight: bold;
		font-variant: small-caps;
	}
	h2
	{
		font-size: 1.67em;
		font-weight: bold;
		font-variant: small-caps;
	}
	h3
	{
		font-size: 1.5em;
		font-weight: bold;
		font-variant: small-caps;
	}
	h4
	{
		font-size: 1.33em;
		font-weight: bold;
		font-variant: small-caps;
	}
	
	.maindiv a {color: #a33; text-decoration: none; }
	
	.maindiv a:hover {color: #f88; text-decoration: none; }

	.navdiv a {color: #a33; text-decoration: none; }
	
	.navdiv a:hover {color: #f88; text-decoration: none; }
	
	.addresspara {margin-top: 36px}



