/**********************/
/* Link styles        */ 
/**********************/

a:link		{ color: #4B3628; }
a:visited	{ color: #000; }
a:hover		{ color: #175D65; }
a:active	{ color: #4B3628; }


/**********************/
/* Global styles	  */ 
/**********************/

body
	{
		margin: 0px; 
		background: #333 url(images/bg.gif);
		color: #333;
		text-align: left;
		font-family:arial,helvetica;font-size:12px;line-height:18px;
	}

table
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}


/**********************/
/* Page structure     */ 
/**********************/

.container
	{
		width: 760px;
		margin: 0 auto;
		
	}

.left
	{
		background-image: url(images/blend_left.gif);
		background-repeat: repeat-y;
		width: 10px;
	}

.right
	{
		background-image: url(images/blend_right.gif);
		background-repeat: repeat-y;
		width: 10px;
	}

.center
	{
		background-color: #E6E5D6;
	}


/**********************/
/* Content    	      */ 
/**********************/

.title
	{
		margin: 35px 0px 10px 20px;
		font-family: georgia, times, times new roman;
		font-size: 30px;
		line-height: 30px;
		color: #555C2B;
	}

.paragraph
	{
		margin: 0px 20px 10px 20px;
		font-family: arial, helvetica;
		font-size: 12px;
		line-height: 18px;
	}

.footer
	{
		margin: 60px 20px 60px 20px;
		border-top: 1px solid #ccc;
	}		

.photo_right
	{
		float: right;
		margin: 25px;
	}







