/* CSS Document */

html
{
height:100%;
}

body
{
	height:100%;
	background:url(images/allTinBg.gif) repeat-y center #433b34;
	margin:0;
	padding:0;
	text-align:center;
}

a
{
	color:#663300;
}

#wrapper
{
	width:960px;
	margin:0 auto;
	text-align:left;
}

#topNav
{
	width:961px;
	background:none;
	position: absolute;
    z-index: 1;
}

#topNav img
{
border:none;
}

#flashArea
{
	margin-top:55px;
  	position: absolute;
    z-index: 0;
}

#content
{
position: absolute;
top:470px;
width:960px;
text-align:center;

}

#contentContact
{
position: absolute;
top:120px;
width:960px;
text-align:center;

}

#col1
{
	
	float:left;
	width:600px;
	_width:550px; /*IE6 inthe house*/
	margin:0 60px 0 60px;
	_margin: 0 40px 0 40px; /*IE6 again...*/
}

#col2
{		
		float:right;
		width:210px;
		margin:0 15px;
}

blockquote
{
	font-style:normal;
	color:#564C44;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
	margin:5px 30px 10px 30px;
	border-bottom:1px dashed #333300;
	font-size:1.15em;
	letter-spacing:-0.05em;
	line-height:1.25em;
}

h1
{
	color:#564C44;
	font-weight:normal;
	line-height:1em;
	font-size:40px;
	margin:20px 0 0 0;
}

#col1 p
{
	color:#333;
	text-align:justify;
	padding:0 30px;
	line-height:1.4em;
	font-size:0.9em;
	margin-bottom:26px;
}


#col2
{
	text-align:center;
}

#col2 ul
{
	list-style:none;
	margin:0;
	_margin-left:15px; /*IE6 crud*/
	padding:0;
	text-align:center;
	border-top:1px dotted #CCCCCC;
}

#col2 ul li
{
	margin:0 0 10px 0;
	border-top:1px dotted #CCCCCC;
}


#col2 p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
text-align:center;
margin:0;
}

#col2 h3, #col2 h3 a
{
	color:#FFFFCC;
	font-size:12px;
	text-transform:uppercase;
	margin:10px 0 0 0;
	text-decoration:none;
}

#col2 h3 a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

