
	body 
	{
		font-size		: 10pt;
		background		: #0e242f;	
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	#roger-smalls a img
	{
		border			: none;
	}
	
	#roger-smalls #page-wrapper
	{
		width			: 900px;
		margin			: auto;
	}
	
	#roger-smalls #header
	{
		background		: url(../images/top_header.png) no-repeat;
		height			: 30px;
		padding-top		: 40px;
		border-bottom	: 5px solid #18455b;
	}

	#roger-smalls #navigation
	{
		padding-top		: 4px;
	}

	#roger-smalls #navigation #links
	{
		float			: right;
		padding-right	: 30pxpx;
	}

	#roger-smalls #navigation #links a:link,
		#roger-smalls #navigation #links a:visited
	{
		float			: left;
		display			: block;
		padding			: 3px 10px;
		color			: #d5cabe;
		text-decoration	: none;
		font-size		: 10pt;
		font-weight		: bold;
		margin-top		: 2px;
	}
	
	#roger-smalls #navigation #links .sel-link:link,
		#roger-smalls #navigation #links .sel-link:visited
	{
		color			: #82a442;
	}
	
	#roger-smalls #navigation #links a:hover
	{
		color			: #aaa;
	}

	#roger-smalls #navigation #links .link-sep
	{
		background		: #d5cabe;
		height			: 15px;
		width			: 1px;
		font-size		: 1px;
		display			: block;
		float			: left;
		margin-top		: 6px;
	}
	
	#roger-smalls #page-content
	{
		color			: #bdb6ad;
	}
	
	#roger-smalls #page-content a:link, #roger-smalls #page-content a:visited
	{
		color			: #82a442;
	}
	
	#roger-smalls #painting
	{
		text-align		: center;
		margin			: 10px auto;
		margin-bottom	: 10px;
		width			: 610px;
	}
	
	#roger-smalls #painting img
	{
		border			: 5px solid #82663c;
	}
	
	#roger-smalls #footer
	{
		color			: #8b9a9f;
		padding-top		: 5px;
		margin-top		: 20px;
		padding-left	: 5px;
		font-size		: 7pt;
		border-top		: 3px solid #18455b;
	}

	#roger-smalls #footer a:link, #roger-smalls #footer a:visited
	{
		color			: #8b9a9f;
	}

	.FormRow
	{
		clear			: left;
		margin			: 10px 0px;
	}
	
	.FormRow .FormHeader
	{
		float			: left;
		width			: 120px;
		text-align		: right;
		font-size		: 9pt;
	}
	
	.FormRow input
	{
		margin-left		: 10px;
	}
