
body h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #CD6601;
	margin: 0;

	/*Hack for IE4/IE5*/
	font-size: x-large;		/* value for Win IE4/5 */
	voice-family: "\"}\""; 	/* trick Win IE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size: xx-large;	/* value for other browsers */
}

html>body h1	{
	font-size: xx-large;	/* be nice to Opera */
}

body div h3	{
	/*Hack for IE4/IE5*/
	font-size: medium;		/* value for Win IE4/5 */
	voice-family: "\"}\""; 	/* trick Win IE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size: large;		/* value for other browsers */
}

html>body div h3	{
	font-size: large;		/* be nice to Opera */
}

body div p#profile, body div#menu	{
	/*Hack for IE4/IE5*/
	font-size: x-small;		/* value for Win IE4/5 */
	voice-family: "\"}\""; 	/* trick Win IE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size: small;		/* value for other browsers */
}

html>body div p#profile, html>body div#menu	{
	font-size: small;		/* be nice to Opera */
}

body div p	{
	/*Hack for IE4/IE5*/
	font-size: small;		/* value for Win IE4/5 */
	voice-family: "\"}\""; 	/* trick Win IE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size: medium;		/* value for other browsers */
}

html>body div p	{
	font-size: medium;		/* be nice to Opera */
}

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CD6601;
	margin: 0;
	padding: 0;
}

#container	{
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#leftColumn	{
	background: url(portrait.jpg) no-repeat;
	float: left;
	padding: 10px 20px 0 20px;
	
	/*Hack for IE4/IE5*/
	width: 260px;
	voice-family: "\"}\""; 	/* trick Win IE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	width: 220px;
}

#mainColumn	{
	margin: 30px 0 0 270px;
	padding: 0 50px 0 20px;
}

#mainColumn p {
	line-height: 2em;}


/*h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #CD6601;
}*/

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 260px 0 0 30px;
}

p#profile	{
	line-height: 130%;
	margin: 10px 0 0 10px;
}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CD6601;
	margin: 20px 0 1.2em 0;
	line-height: 120%;
}

#menu { 
	clear: both;
	margin: 40px 0 20px 22em; 
}

h5	{
	display: none;
}

/*Fat Erik's Pipelist*/
#menuList
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCC99;
}

#menuList li
{
display: inline;
padding: 0;
margin: 0;
}

#menuList li:before { 
	content: "| "; 
}

#menuList li:first-child:before { 
	content: ""; 
}

/*IE workaround*/
/*All IE browsers*/
* html #menuList li
{
border-left: 2px dotted #CCCC99;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #menuList { 
	height: 1%; 
}

* html #menuList li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #menuList li:first-child { border-left: 0; }

#menuList li a	{
	color: #CCCC99;
	text-decoration: none;
}