/* CSS Document */
body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #D6D6D6;
		background-image: url(GrayVelvet.jpg);
	}
	
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	h1 { 
		text-align: center;
		color: #006600;
		font: 150% georgia, times, "times new roman", serif;
		font-weight: bold;
	}
	h2
	{
		color: #006600;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #003300;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	

	
	#container
	{
		margin: 1em auto;
		width: 850px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
		background-image: url(Images/Backgrounds/Velvet/stripe-tans.jpg);
		background-repeat:repeat;
	}

	
	#profile
	{
		margin: 1em auto;
		width: 850px;
		text-align: left;
		background-color: #E2DFD0;
	}
	
	#mainContent ul { 
		list-style-type: none;
		padding: 0;
		overflow: hidden;
		width: 800px;
		margin: 0 auto;
		text-align: center;
		}
	
	
	#mainContent ul li {
	border-right: 1px solid #fff;
		display: inline-block;
		padding: 5px;
		margin: 5px;
		float: left;
		text-align: center;
		
	    }
 .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 

	#header
	{
		height: 50px;
		border-bottom: 1px solid #fff;
		position: relative;
		border-bottom: 1px solid #C5C877; 
	}
	
	#header ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 5em;
		padding: 0;
		font-size: 95%;
	}
	
	#header li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	#mainnav
	{

		background-color: #000;
		color: #fff;
		padding: 2px 0;
		margin-bottom: 30px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		text-align:center;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#contents { 
		float: left;
		width: 485px;
		padding-left: 15px;
	 }
	#contents p { 
		line-height: 165%;
		 }

	#gallery { 
		margin: 0 20px 40px 520px;
	 }
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #272900;
		background-color: #fff;
	}
	
	#menu
	{
		float: left;
		width: 165px;
		border-left: 1px solid #C5C877;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		background-color: #D7D7D7;
		list-style-type: none;
		line-height: 165%;
	}
	

	.blogentry { border-bottom: 1px solid #E2DFD0; }
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	.floatleft {
		float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 10px;
		}

	.floatright {
		float: right;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 0px;
		}
	
	.portraitimage
	{
		float: right;
		width: 300px;
		margin: 0 0 10px 10px;
		padding: 10px;
	}
	
	.image
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
	
	#footer
	{
		clear: both;
		color:#FFFFFF;
		background-color:#767676;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
	#floatright
	{
		height: 54px;
		width: 54px;
		float: right;
	}
	#floatleft
	{
		float: left;
	}
	
	
#logo
{
	position:absolute;
	top: 1px;
	left: 1px;

	}
#trademark
	{
		position:absolute;
		top: 1px;
		right: 1px;
	}

