@charset "utf-8";
/*22px	= 1.375em 	= 137.5%*/
/*21px	= 1.3125em 	= 131.25%*/
/*20px	= 1.25em 	= 125%*/
/*19px	= 1.1875em 	= 118.75%*/
/*18px	= 1.125em 	= 112.5%*/
/*17px	= 1.0625em 	= 106.25%*/
/*16px	= 1em 		= 100%*/
/*15px	= 0.9375em	= 93.75%*/
/*14px	= 0.875em	= 87.5%*/
/*13px	= 0.8125em	= 81.25%*/
/*12px	= 0.75em	= 75%*/
/*11px	= 0.6875em	= 68.75%*/
/*10px	= 0.625em	= 62.5%*/
body,html {
	margin: auto;
	padding: auto;
	text-align:center;
	border-collapse:collapse;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width: 100%;
	height: 100%;
	background-image: url(../bg/main_01.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

p {
	font-size:11px;
	line-height: 18px;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

a:active {
	color:#9C9EA1;
	text-decoration:none;
}

/* Container */
#main_cont_01 {
	width:100%;
	background-image: url(../bg/main_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float:left;
}

#main_cont_02 {
	width:900px;
	margin:auto;
}

#tl_01 {
	width:760px;
	float:left;
}

#tl_02 {
	width:750px;
	clear:left;
	text-align: right;
	font-size: 12px;
	padding-top: 7px;
}

#tr_01 {
	float:right;
}
#content_01 {
	clear: both;
	text-align: left;
}
#content_02 {
	width: 740px;
	text-align: left;
	float:left;
}

#content_03 {
	width: 150px;
	text-align: left;
	float:left;
	margin-left: 10px;
}

#footer_01 {
	text-align: center;
	clear: both;
	padding: 0px 0 20px 0;
	font-size: 10px;
}



#logo_01 {
	width:200px;
	float:left;
}

#header_01 {
	text-align:right;
	padding-top:20px;
}

/* Objects */
.banner_01 {
	padding:10px;
}

.title_01 {
	font-size:36px;
}

.title_02 {
	font-size:14px;
}
.image_01 {
	float: left;
	padding: 0 10px 10px 0;
}
.clear_01 {
	clear: both;
}
h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	margin: 0 0 20px 0;
}

