			body
			{
				background			: url(/images/randyhereman/background.gif) 0% 200px repeat-x;
				background-color	: #FFFFFF;
				width				: 100%;
				height				: 100%;
			}

			body, td
			{
				font-family			: arial, tahoma, helvetica;
				font-size			: 11px;
				letter-spacing		: 1px;
				width				: 100%;
				color				: #000000;
			}

			a
			{
				color				: #000000;
			}

			body, div
			{
				margin				: 0px;
				padding				: 0px;
			}

			h1, h2
			{
				display				: none;
			}

			div.header
			{
				width				: 100%;
				height				: 182px;
				background			: #EAEAEA url(/images/randyhereman/header.jpg) 0% 50% no-repeat;
			}

			div.navigation
			{
				background			: #EAEAEA url(/images/randyhereman/subheader.gif) no-repeat;
				height				: 30px;
			}
			
			div.navigation ul
			{
				padding-left		: 10px;
				padding-top			: 5px;
				margin				: 0px;
			}

			div.navigation li
			{
				list-style-type		: none;
				float				: left;
				padding-right		: 10px;
			}

			div.navigation li a
			{
				font-size			: 11px;
				font-weight			: bold;
				text-decoration		: none;
				color				: #AAAAAA;
			}

			div.navigation li a.sub
			{
				color				: #CCCCCC;
			}

			div.navigation li a.subactive
			{
				color				: #EEEEEE;
			}

			div.navigation li a:hover
			{
				text-decoration		: underline;
				color				: #FFFFFF;
			}

			div.page
			{
				padding-top			: 40px;
				width				: 100%;
			}

			div.page div.pagecontent
			{
				padding-left		: 10%;
				padding-right		: 10%;
				text-align			: justify;
			}

			div.page div.sponsors
			{
				text-align			: center;
				width				: 200px;
				color				: #A2A2A2;
			}

			div.page div.sponsors img
			{
				padding-top			: 10px;
				padding-bottom		: 10px;
			}

			div.footer
			{
				padding-top			: 40px;
				padding-bottom		: 20px;
				text-align			: center;
				width				: 99%;
				color				: #A2A2A2;
			}

			div.footer a
			{
				text-decoration		: none;
				color				: #727272;
			}

			div.footer a:hover
			{
				text-decoration		: underline;
				color				: #323232;
			}

			div.row div.thumbnail
			{
				float				: left;
				width				: 165px;
			}

			/*div.row*/ div.thumbnail img
			{
				border				: solid 1px #888888;
				padding				: 2px;
				margin-right		: 5px;
			}

			div.pagecontent h3
			{
				margin				: 0px;
				margin-bottom		: 15px;
				font-size			: 19px;
				color				: #666666;
			}

			div.pagecontent a
			{
				color				: #454545;
			}

			div.details div.title h3
			{
				margin				: 0px;
			}
			
			div.details div.title h3 a:hover
			{
				color				: red;
			}
			
			div.details div.publicationdate
			{
				padding-bottom		: 15px;
				color				: #999999;
			}
			
			div.details div.thumbnail
			{
				float				: left;
				border				: solid 1px #888888;
				padding				: 2px;
				margin-right		: 15px;
				margin-bottom		: 10px;
			}

			div.details div.goback
			{
				padding-bottom		: 20px;
			}

			div.details.goback a
			{
				color				: #454545;
			}

			div.details.goback a:hover
			{
				color				: red;
			}

			div.rowspacer
			{
				padding-bottom		: 5px;
			}

			div.row.title
			{
				height				: 20px;
			}

			div.row a
			{
				font-size			: 16px;
				font-weight			: bold;
				color				: #454545;
			}

			div.row a:hover
			{
				color				: red;
			}

			div.row div.intro
			{
			}

			div.row div.intro a
			{
				font-size			: 9pt;
			}
	
			div.row div.publicationdate
			{
				padding-bottom		: 5px;
				color				: #999999;
			}

			div.attributes
			{
				padding-bottom		: 5px;
			}

			div.attribute div.name
			{
				font-weight			: bold;
				width				: 100px;
				float				: left;
			}

			div.attribute div.value
			{
			}

			p
			{
				margin				: 0px;
				margin-bottom		: 10px;
			}

			br.rowend
			{
				clear				: left;
				padding				: 0px;
				margin				: 0px;
			}

			img
			{
				border				: none;
			}

div.language
{
	width				: 400px;
	float				: right;
	height				: 35px;
}

div.language ul
{
	padding-left		: 10px;
}

div.language li
{
	padding-right		: 15px;
	list-style-type		: none;
	float				: left;
}

div.language li img
{
	position			: relative;
	top					: 3px;
}

div.language li a
{
	position			: relative;
	top					: -3px;
	text-decoration		: none;
}

div.language li a:hover
{
	position			: relative;
	top					: -3px;
	text-decoration		: underline;
}

