@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
body, td, th {
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #939393;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration: none;
}
a:link {/* unvisited link */
	color:#ffffff;
}
a:visited {/* visited link */
	color:#ffffff;
}
a:hover { /* mouse over link */
	color:#ffffff;
	text-decoration: underline;
}
a:active {/* selected link */
	color:#ffffff;
}


a.vlinks {
	text-decoration: none;
}
a:link.vlinks {/* unvisited link */
	color:#999999;
}
a:visited.vlinks {/* visited link */
	color:#999999;
}
a:hover.vlinks { /* mouse over link */
	color:#333333;
	text-decoration: underline;
}
a:active.vlinks {/* selected link */
	color:#999999;
}

h1 {
	color: #6b6b6b;
	margin: 20px 0 10px;
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
h2 {
	color: #6b6b6b;
	margin: 10px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
h3 {
	color: #6b6b6b;
	margin: 10px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
h4 {
	color: #6b6b6b;
	margin: 10px 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
h5 {
	color: #6b6b6b;
	margin: 10px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
h6 {
	color: #6b6b6b;
	margin: 10px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: normal;
}
p b {
	color: #56004e;
}
table {
	font-size: 12px;
	margin: 10px 0;
	width:100%;
}
table tr td b {
	font-size: 14px;
	color: #56004e;
	display: block;
	padding: 10px 0 10px;
}
legend {
	margin:10px 0 0;
	padding:0;
	font-weight: bold;
}
label {
	margin: 10px 0 4px;
}
fieldset {
	clear:both;
}
hr {
	clear: both;
	border: none;
	border-bottom: #1a1818 solid 1px;
	height: 1px;
	padding: 0 0 10px;
}
dd {
	font-size:12px;
	line-height: 1.2em;
}
dt {
	margin-top: 10px;
	color: #56004e;
	font-size: 14px;
	font-weight: bold;
}
pre {
	line-height:1.5em;
	font-family:Courier, monospace;
	font-size:1.05em;
}

/* Start Divs */
#page_wrapper {
	float: left;
	width: 100%;
	height: 100%;
}

#page {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header_bg {
	position:relative;
	float:left;
	width:100%;
	height:70px;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}
#header_container {
	float:left;
	width:950px;
}
#header_logo {
	float:left;
	margin-top:-70px;
}
#header_links {
	float:right;
	padding-top:20px;
	padding-right:5px;
	margin-top:-70px;
}
#content {
	float:left;
	width:950px;
	margin-top:-15px;
	background-image:url(images/top_center.png);
	background-position:left;
	background-repeat:repeat-y;
}
#content_top {
	float:left;
	width:950px;
	background-image:url(images/top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_top_yk {
	float:left;
	width:950px;
	background-image:url(images/top_yk.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_bottom {
	float:left;
	width:950px;
	background-image:url(images/top_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_bottom_yk {
	float:left;
	width:950px;
	background-image:url(images/top_bottom_yk.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content_2 {
	float:left;
	width:950px;
	background-image:url(images/bottom_center.png);
	background-position:left;
	background-repeat:repeat-y;
}
#content_2_top {
	float:left;
	width:950px;
	background-image:url(images/bottom_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#content_2_bottom {
	float:left;
	width:950px;
	background-image:url(images/bottom_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}


/* Inner Contents */

#contnet_image {
	float:left;
	padding-top:50px;
	padding-left:68px;
	padding-bottom:15px;
}

#contnet_image_yk {
	float:left;
	padding-top:50px;
	padding-left:28px;
	padding-bottom:15px;
}
#content_center_div {
	float:left;
	width:153px;
	padding-top:60px;
	padding-left:25px;
}
#content_center_div a {
	color:#939393;
	text-decoration:none;
}
#content_center_div a:hover {
	color:#9ccc64;
	text-decoration: underline;
}
#content_right_div {
	float:left;
	width:359px;
	padding-top:67px;
}

#content_right_div_yk {
	float:left;
	width:300px;
	height:320px;
	padding-top:0px;
	margin-left:75px;
	overflow:auto;
	border:solid 1px #eeeeee;
}


#content_right_div_text {
	float:left;
	padding:10px;
}
#bottom_left_container {
	float:left;
	width:212px;
}
#bottom_rate_holder {
	float:left;
	padding-left:30px;
	padding-top:15px;
}
#bottom_guy {
	float:left;
	padding-left:22px;
	padding-top:35px;
}
#text_top {
	position:relative;
	width:165px;
	top:-140px;
	z-index:100;
}
#dove {
	float:left;
	width:280px;
	padding-top:15px;
	padding-left:3px;
}
#bottom_right_div {
	float:left;
	width:388px;
	padding-left:45px;
	padding-top:10px;
}
#read_blog {
	float:right;
}
#footer_container {
	float:left;
	width:950px;
	padding-bottom:35px;
}
#footer_img_holder {
	float:left;
}
#footer_text {
	float:left;
	padding-top:25px;
	padding-left:10px;
	font-size:10px;
}
.white_text {
	color:#FFFFFF;
}
#footer {
	position:relative;
	float:left;
	width:100%;
	height:550px;
	margin-top:-550px;
	background:url(images/page_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:-1;
}
.superscript {
	font-size:7px;
	vertical-align:top;
}

