	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

	/* text and color setup

-----------------------------------------------------------------------------*/
	
body	{
	font-size:14px;
	text-align:justify;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height:28px;
	color:#000000;
}

a:link{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#882787;
}

a:visited{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#882787;
}

a:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#882787;
}

ul{
	list-style:none;
	list-style:url(../images/bullet.png);
	list-style-position:outside;
	margin-left:40px;
	text-align:left;
	line-height:28px;
}

li{
	text-align:left;
	padding-top:5px;
	font-weight:normal;
}

.textbar{
	width:145px; 
	height:25px; 
	padding-top:5px; 
	background-color:#ffffff; 
	font-family: georgia;
	font-size:14px;
	color:#552960; 
	border:1px solid #552960;
}

.textarea{
	width:145px; 
	height:150px; 
	background-color:#ffffff; 
	color:#552960; 
	font-family: georgia; 
	font-size:14px; 
	border:1px solid #552960;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:960px;
	text-align:left;
	margin:0 auto;
}

.background{
	width:920px;
	height:900px;
	padding-left:20px;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ffffff;
	float:left;
}

.background2{
	width:920px;
	padding-left:20px;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ffffff;
	float:left;
}

.top{
	width:920px;
	height:167px;
	background-image:url(../images/bg_top.png);
	float:left;
}

.menu{
	width:920px;
	height:43px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}

.content{
	width:920px;
	float:left;
}

.footer{
	width:960px;
	height:30px;
	background-color:#524a3f;
	text-align:center;
	word-spacing:40px;
	color:#FFFFFF;
	float:left;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

a.footerlink:link{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}

a.footerlink:visited{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}

a.footerlink:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
}

img, div, a, input { behavior: url(css/iepngfix.htc) }

.contactname
{
	display: none;
}
