@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
						skeleton
-------------------------------------------*/

#wrapper{
	xwidth:600px;
	text-align:left;
	margin:10px;
	float:none;
	background:none;
	xheight:700px;
}
#header img{
	float:left;
	margin:20px 16px 10px 30px;
}
#main-nav{
	display:none;
	position:absolute;
	left:-100em;
}
#content-wrapper{
	float:left;
	background:none;
	xheight:900px;
}
#vertical-nav{
	display:none;
}
#content{
	float:left;
	background:none;
}
.c1{
	float:left;
	width:715px;
	border:none;
}
#content-main{
	float:left;
	width:443px;/*493*/
	padding:0 20px 0 30px;
}
#content-marginal{
	display:none;
}
#footer,
.f1{
	display:none;
}
.separator{
	clear:both;
}

/*-------------------------------------------
						basic
-------------------------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6{
	font-size:30px;
	font-weight:normal;
	line-height:32px;
	
}
h1{color:#000;margin-bottom:8px;}
h2{
	line-height:22px;
	font-size:17px;
	color:#000;
	text-transform:uppercase;
}
p,th,td,li,a{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.space{margin-bottom:25px;}

/*-------------------------------------------
						modules
-------------------------------------------*/

.contact{
	clear:both;
	width:443px;
	position:relative;
	left:30px;
	display:block;
	margin-top:12px;
	padding-top:3px;
	border-top:1px solid #000;
}