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

body {
	background:#11114d;
	margin:0 auto;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#FFF;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#007dc5;
	font-variant:small-caps;
	font-size:20px;
	letter-spacing:2px;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-variant:small-caps;
	color:#007dc5;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:4px;
	text-align:center;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
	color:#007dc5;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
	margin-top:0px;
	color:#06C;
}

.link_to {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
	text-decoration:none;
}

.link_next {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
	text-align:right;
	text-decoration:none;
}

.link_previous {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
	text-align:left;
	text-decoration:none;
}

.quote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#F00;
}

#banner_strp {
	height:350px;
	background:url(image/banner_strip.jpg) repeat-x;
}

#banner {
	height:300px;
	margin:0 auto;
}

#button_box {
	width:920px;
	height:50px;
	margin:0 auto;
}

#button_strip {
	background:url(image/btn_strip.jpg) repeat-x;
	height:50px;
	margin-bottom:5px;;
}

#content_area {
	width:920px;
	margin:0 auto;
}

#c_c {
	width:920px;
	margin:0 auto;
}

.devider {
	background:url(image/devider.jpg) repeat-y;
	width:30px;
}

#footer_strip {
	background:url(image/footer_strip.jpg) repeat-x;
	height:137px;
}

#footer {
	background:url(image/footer.jpg) no-repeat;
	width:920px;
	height:137px;
	margin:0 auto;
}

.footer_buttons {
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#CCC;
}
.footer_buttons:link {
	color:#CCC;
	text-decoration:none;
}
.footer_buttons:visited {
	color:#CCC;
	text-decoration:none;
}
.footer_buttons:hover {
	color:#048ed3
}
.footer_buttons:active {
	color:#FFF
}