*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #850101;
	background-image: url('images/a4.gif');
	background-repeat: repeat-x;
	color: #850101;
	font-family: georgia, serif;
	font-size: 10pt;
}

#outer
{
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#menu
{
	background-image: url('images/a1.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.8em;
	border-bottom: solid 1px #5e5e5e;
	border-top: solid 1px #000000;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

#menu li a:hover
{
	background-color: #515151;
	background-image: url('images/a2.gif');
	background-repeat: repeat-x;
}

#header
{
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#header h1
{
	font-size: 3.0em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-size: 0.8em;
	color: #4F4F2B;
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #ffffff;
	position: relative;
}
#finetext
{
	font-size: 0.9em;
	color: #ffffff;
	clear: both;
}
#finetext p
{
	text-align: justify;
	margin-bottom: 1.0em;
	color: #ffffff;
}
#footer
{
	padding-top: 1.0em;
	font-size: 0.8em;
	color: #ffffff;
	padding-left: 1.2em;
	clear: both;
}

#column1
{
	margin-left: 149px;
	margin-right:139px;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #ffffff;
}

#column1 h3
{
	font-size: 1.2em;
	margin-bottom: 1.0em;
}
#column3
{
	width: 675px;
	float: left;
	position: relative;
}

#column3 p
{
	text-align: justify;
}

#column3 h3
{
	font-size: 1.2em;
	margin-bottom: 1.0em;
}
#column2
{
	position: absolute;
	right:5px;
	top:15px;
	width:120px;
}

#column2 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}

#column2 h3
{
	font-size: 1.1em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #EFEFD6;
}
#column4
{
	position: absolute;
	left:0px;
	top:15px;
	width:140px;
}

#column4 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}

#column4 h3
{
	font-size: 1.1em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

#column4 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column4 li
{
	border-bottom: dashed 1px #EFEFD6;
}
img.floatLeft { 
    float: left; 
    margin:0 10px 5px 5px; 
	background-color: #fff;
	padding: 0;
}