body {
	margin:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#151515;
	background-color:#ededed;
}
img{border-style:none;}
a{
	color:#620653;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	background:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#page{
	width:901px;
	padding:0 24px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:url(../images/bg-page.gif) repeat-y;
}
#header{
	width:901px;
	height:96px;
	padding:13px 0 0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:24px;
}
span.logo{
	position:absolute;
	top:13px;
	left:0;
}
span.logo a{
	float:left;
	width:230px;
	height:77px;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
#header ul{
	width:100%;
	padding:20px 0 0;
	margin:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
#header ul li{
	display:inline;
	font-size:20px;
	line-height:32px;
	padding:0 6px 0 11px;
	background:url(../images/sep01.gif) no-repeat 0 3px;
	color:#620653;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header ul li:first-child{
  background:none;
}
#nav{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li a{
	color:#666;
	font-size:17px;
	line-height:32px;
	border:none;
	padding-bottom:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav li a:hover{
	background:url(../images/bg-link.gif) repeat-x 0 100%;
}
#nav li a.active{
	color:#620653;
}
#main{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:109px 0 0;
}
#content{
	width:664px;
	float:right;
}
#content a{
	padding-bottom:1px;
	background:url(../images/bg-link.gif) repeat-x 0 100%;
}
#content a:hover{
	background:none
}
#content h1{
	margin:5px 0 16px;
	font-size:16px;
	line-height:18px;
}
#content h2{
	margin:0 0 14px;
	font-size:13px;
	line-height:15px;
}
/*
#content strong{
	display:block;
	margin:0 0 2px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
*/
#content p{
	margin:0 0 14px;
}
ul.list{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
ul.list li{
	padding:0 0 3px 31px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
}
.main{
	width:455px;
	float:left;
}
.column{
	width:190px;
	float:right;
	padding:6px 0 0;
}
.column blockquote{
	height:1%;
	overflow:hidden;
	margin:0;
	padding:18px 12px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/quote.gif) no-repeat;
}
#content blockquote p{
	margin-bottom:13px;
}
.column blockquote q{
	color:#666;
	font-size:11px;
	line-height:12px;
	display:block;
}
.column cite{
	display:block;
	color:#3f3f3f;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	text-align:right;
	font-style:normal;
	margin:10px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.column cite span{
	font-weight:normal;
	display:block;
}
.column blockquote q {quotes: none;}
.column blockquote q:before {content: "";}
.column blockquote q:after {content: "";}

#connect{
	background:url(../images/connect.gif) no-repeat;
	overflow:hidden;
	padding-left:12px;
	width:173px;
	height:500px;
	margin:5px 0 0 5px;
}
#sidebar{
	width:230px;
	float:left;
	padding-left:3px;
}
#footer{
	width:891px;
	padding:32px 34px 33px 24px;
	margin:0 -24px;
	clear:both;
	font-size:11px;
	line-height:13px;
	text-align:right;
	background:url(../images/bg-footer.gif) no-repeat 0 100%;
}
#footer p{
	color:#999;
	margin:0;
}
#footer p a{
	border:none;
	color:#999;
}
#footer ul{
	margin:0 0 0 230px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#footer ul li{
  color:#666;
  display:inline;
  padding:0 8px;
  background:url(../images/sep02.gif) no-repeat 0 50%;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	color:#666;
	border:none;
}
#footer p a:hover,
#footer ul li a:hover{
	text-decoration:underline;
}