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

body {
	background:#000;
	margin:0 auto;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	color:#048ed3;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-variant:small-caps;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:bold;
	color:#048ed3;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-variant:small-caps;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
	color:#048ed3;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-align:justify;
	margin-top:opx;
	line-height:20px;
	margin-top:8px;
	color:#CCC;
}


#header_srip {
	background:url(images/headerstrip.jpg) repeat-x;
	height:517px;
}

#header_area {
	width:920px;
	height:517px;
	margin:0 auto;
}

#header {
	background:url(images/header_logo.png) no-repeat;
	height:187px;
	width:920px;
}

#button_strip {
	width:920px;
	height:30px;
}

#flash_banner {
	width:920px;
	height:300px;
}

a {
	font-size: 14px;
	color: #048ed3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #048ed3;
}
a:hover {
	text-decoration: underline;
	color: #048ed3;
}
a:active {
	text-decoration: none;
	color: #048ed3;
}

.button {
	height:30px;
	min-width:86px;
	float:right;
	text-align:right;
	padding-right:30px;
	padding-top:5px;
	padding-left:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#c4350a;
}
.button:link {
	color:#FFF;
	text-decoration:none;
}
.button:visited {
	color:#FFF;
	text-decoration:none;
}
.button:active {
	color:#048ed3;
	cursor:pointer;
}
.button:hover {
	color:#048ed3;
	cursor:pointer;
}

.devider {
	background:url(images/devider.jpg) repeat-y;
	white-space:60px;
}

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


#footer_strip {
	background:url(images/footer_srip.jpg) repeat-x;
	height:76px;
}

#footer_buttons_strip {
	height:20px;
	padding-top:10px;
	text-align:center;
}

.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
}

.gallery {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-align:justify;
	margin-top:opx;
	line-height:20px;
	margin-top:8px;
	color:#048ed3;
}

#solid_area {
	width:920px;
	height:40px;
	margin:0 auto;
}

#terms {
	width:460px;
	height:20px;
	float:left;
	position:relative;
}

#sdpo {
	width:460px;
	height:20px;
	float:left;
	position:relative;
	text-align:right;
}

.solid {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	text-align:right;
	color:#048ed3;
	text-decoration:none;
}






