@CHARSET "UTF-8";

body {
	color: #ffffff;
	background-color: #272727;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#bgHead, #bgBox, #bgBox1, #bgBox2, #bgBox3, #bgBox4, #bgBox5, #bgBox6 {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#bgHead {
	background-image: url(../img/h.jpg);
	height: 63px;
}

#bgBox {
	padding: 20px;
	width: 750px;
}

#bgBox1 {
	background-image: url(../img/bg_01.jpg);
	height: 176px;
}

#bgBox2 {
	background-image: url(../img/bg_02.jpg);
	height: 231px;
	color: #1d1d1d;
}

#bgBox3 {
	background-image: url(../img/bg_03.jpg);
	height: 209px;
}

#bgBox4 {
	background-image: url(../img/bg_04.jpg);
	height: 200px;
	color: #1d1d1d;
}

#bgBox5 {
	background-image: url(../img/bg_05.jpg);
	height: 222px;
}

#bgBox6 {

}

.r {
	text-align: right;
	padding-right: 70px;
}

.l {
	text-align: left;
	padding-left: 105px;
}

.c {
	text-align: center;
	padding-left: 105px;
}

.b {
	font-weight: bold;
}

.boxLine {
	font-size: 18px;
	line-height: 50px;
}

.boxText {
	font-size: 18px;
}

.boxLine b, .boxText b {
	color: #c7d900;
	font-size: 22px;
}

small {
	font-size: 12px;
}

.boxPanels {
	font-size: 18px;
}

.boxPanel {
	float: left;
	text-align: center;
}

.cleaner {
	clear: both;
}

a.dark {
	color: #1d1d1d;
}


a {
	color: #c7d900;
}

a img {
	border: none;
}