@import url(http://fonts.googleapis.com/css?family=Magra);


* {
	-webkit-font-smoothing: antialiased;
	font-family:  'Helvetica', 'Lucida Grande', Arial, sans-serif;
}

body {
	background: #EDEDEC;
	padding-bottom: 50px;
	padding-top: 50px;
	background: url('/img/bg.png') repeat fixed;
}



.page {
	background: #fff;
	border: solid 1px #ddd;
	box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
}

.page_content {
	padding: 60px;
}

.hide {
    display: none;
}


.coll {
	float: left;
}

.colr {
	float: right;
}

.c {
	clear: both;
}


.divider {
	clear: both;
	text-align: center;
	border-left: solid 10px #555;
	border-right: solid 10px #555;
	background: transparent url('/img/divider.png') repeat-x;
	height: 3px;
	
}


.tc {
	text-align: center;
}

.w50p {
	width: 50%;
}


.w33p {
	width: 33%;
}


.dbr {
	border-right: dotted #ccc 1px;
}

.dbb {
	border-bottom: dotted #ccc 1px;
}




h1, h1 a {
	font-size: 34px;
	margin-bottom: 20px;
	font-family: Magra, 'Lucida Grande', Arial, sans-serif;
	font-weight: normal;
	color: #333;
}

h1.mainhl {
	color: #000;

}



li {
	padding-left: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	font-size: 12px;
	color: #777;

}

p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}




#wrapper {
	width: 860px;
	margin: 0 auto;
}

#wrapper a {
	color: #333;
}



#top_rand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	//background: #999;
	height: 5px;
	width: 100%;
	z-index: 1000;
}

#top {
	margin-bottom: 40px;
}

#footer {
	margin-top: 40px;
	font-size: 12px;
	color: #999;
}


#back_top {
	position: fixed;
	left: 25px;
	right: 25px;
	bottom: 15px;
	text-align: center;
}


#logo {
	position:relative;
}






