@import "font.css";

body {
	background-color: #f7f4ed;
}

a {
	color: #F77059;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #F77059;
	text-decoration: underline;
}

a.no-hover,
a.no-hover:hover {
	color: black;
	text-decoration: none;
}

a.no-hover span {
	color: #F77059;
	text-decoration: none;
}

a.no-hover:hover span {
	color: #F77059;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
	_font-size: 1.1em;
}

img {
	border: none;
}

li {
	list-style: none;
}

hr {
	visibility: hidden;
	height: 1px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/* @group Global Class */

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.pagetop {
	float: right;
}

.link-desc a,
a.link-desc {
	padding-left: 1em;
	background: url(../img/arrow_anchor.gif) left 2px no-repeat;
}

.Active a {
	color: #000;
	text-decoration: none;
}

.link-desc .Active a {
	background: url(../img/arrow_anchor_f2.gif) left 2px no-repeat;
}

.link-desc li {
	line-height: 1.8em;
}

/* @end */

#wrp {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* @group head */

#head {
	margin-bottom: 25px;
}

#head h1 {
	float: left;
}

#head ul {
	float: right;
}

#head ul.global-sub {
	margin: 10px 0;
}

#head ul.global {
	clear: right;
	margin-right: 55px;
	_margin-right: 28px;
	width: 600px;
	text-align: right;
}

#head li {
	display: inline;
}

#head ul.global-sub li {
	margin-left: 20px;
}

#head ul.global li {
	margin-left: 40px;
}

#head ul.global li.first {
	margin-left: 0;
}

/* @end */

/* @group rank */

#tagcloud a{
	line-height: 1.2em;
}

.rank-1 {
	font-size: 1.5em;
}

.rank-2 {
	font-size: 1.4em;
}

.rank-3 {
	font-size: 1.3em;
}

.rank-4 {
	font-size: 1.2em;
}

.rank-5 {
	font-size: 1.1em;
}

.rank-6 {
	font-size: 1.0em;
}

/* @end */

/* @group foot */

#foot {
	clear: both;
	padding-top: 50px;
}

#foot p {
	margin: 0;
	float: right;
}

#foot ul {
	margin-bottom: 10px;
}

#foot li,
#foot li ul {
	display: inline;
}

#foot #bmenu {
	float: left;
}

/* @end */


