@charset "UTF-8";

body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width: 950px;
	margin: 50px auto 25px auto
}
#footer {
	clear: both;
	padding: 6px 0 0 150px;
	background: url(../images/bg_bottom.jpg) no-repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
h2{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}
h3{
	font-weight: bold;
	font-size: 18px;
}
p{
	padding-bottom: 10px;
}
/* Navigation
---------------------------------------------*/
#globalNavigation {
	margin-right: 25px;
}
#globalNavigation li {
	text-transform: lowercase;
	float: right;
	display: inline;
}
#globalNavigation li a {
	display: block;
	text-decoration: none;
	padding: 2px 16px 2px 15px;
	color: #333;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
}
/* content
---------------------------------------------*/
#page {
	padding: 0 25px 0 0;
	background: url(../images/bg_right.jpg) right bottom no-repeat;
	height: 500px;
	clear: both;
	position: relative;
	background-color: #FCFCFC;
}
#content {
	height: 480px;
	width: 860px;
	position: relative;
}
.all{
	padding: 10px 10px 10px 55px;
}
#cover_right{
	position: absolute;
	top: 0px;
	left: 0px;
}
#page_right {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo{
	position: absolute;
	top: 30px;
	left: 20px;
}
.current{
	background-color: #333;
	color: #FFF;
}
#page_flip {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#layout {
	position: absolute;
	top: 10px;
	width: 880px;
	height: 460px;
	padding: 10px 0 10px 0;
	left: 45px;
}
#layout a {
	color: #FFF;
}
#layout a:hover {
	color: #F00;
}
#layout ul{
	padding-bottom: 10px;
}
#layout li{
	list-style-type: disc;
	list-style-position: inside;
}
#tittle {
	font-size: 36px;
	font-weight: bold;
	margin: 0 10px 0 20px;
}
.descript {
	margin: 0 10px 0 20px;
	font-size: 12px;
}
.column2 {
	width: 400px;
	padding: 10px 20px 10px 20px;
	float: left;
}
.clear {
	clear: both;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.gray {
	color: #333;
}
.red {
	color: #F00;
}
.yellow {
	color: #FF0;
}
.green {
	color: #0F0;
}
.orange {
	color: #F90;
}

