@CHARSET "ISO-8859-1";
body{
font-family:Arial, san-serif;
font-size:13px;
line-height:20px;
background:#000 url(../images/body.jpg) repeat-x;
text-align:center;
}

a {
color:#000;
text-decoration:none;
}

img {
	margin: 10px 20px 10px 0;
}

h1, h2, h3{
margin:10px 0;
}

h1{
font-size:20px;
color:#F4F4F4;
}

h2{
font-size:14px;
color:#c60231;
}

h3{
font-size:14px;
font-style:italic;
}

p{
margin:10px 30px 10px 0;
}

blockquote{
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:2px;
	font-family:Georgia, Serif;
	color:#666;	
}

pre{
	font-size:11px;
	border:#ccc 1px solid;
	padding: 10px;
}



/*layout*/

#innerPage{
background:none;
width:100%;
margin:0 auto;
z-index:1;
text-align:left;
}

#header_logo a img{
	border:none;
	margin-left:20px;
}


#header_flash{
}

#header{
background:url(../images/header.jpg) repeat-x;
height:580px;
}

#nav{
background:url(../images/nav.png) repeat-x;
height:30px;
}




#body{
min-height:400px;
height:auto !important;
height:400px;
background-color: #1f232c;
width:900px;
}

#content{
color:#1f232c;
background-color:#F4F4F4;
width:800px;
margin-top:-43px;
z-index:1000;
}

.pageContent {
}

.pageContent ul {
	list-style:none;
	padding-top:40px;
}

.pageContent li {
	min-height:205px;
	height:auto !important;
	height:205px;
	width:660px;
	display:block;
	clear:right;
	background:url(../images/deco_li.jpg) no-repeat bottom center;
	padding:85px 0 0 100px;
	margin:0 0 50px 0;
}

.pageContent li.last {
	min-height:200px;
	height:auto !important;
	height:200px;
	width:660px;
	display:block;
	clear:right;
	padding:85px 0 0 100px;
	background:none;
	margin-bottom:-40px;
}


.pageContent li a {
	color:#0059a8;
}

.pageContent li img {
	float:right;
	margin: 0;
	width:274px;
	height:219px;
	margin-top:-85px;
	margin-right:50px;
	border:1px solid #1f232c;
}


#content div.innerContent{
padding:20px;
}

div.contentWrapper{
}


#sidebar_right{
height:100px;
width:100px;
}

#footerContent {
clear:both;
height:158px;
width:1000px;
margin:0 auto;
margin-bottom:30px;
z-index:1;
background: #000 url(../images/deco_footer.jpg) no-repeat top left;
}

#footerContent p{
text-align:right;
float:right;
margin-right:60px;
color:#cc2a52;
}





/*#bottom_bg{
height:800px;
width:100%;
background:url(../images/bottom_bg.png) repeat-x;
z-index:-1;
margin-top:-650px;
display:none;
}
*/






#quickSearchForm{
	background:url(../images/quick-search-form.png) no-repeat;
	height:35px;
	padding-bottom:3px;
	margin:10px 0 0 0;
}

#quickSearchForm input#keywords{
	margin:1px 8px 5px 8px;
	width:180px;
	height:20px;
	padding:4px 0 0 0;
	border:#fff 1px solid;
	float:left;
}

#quickSearchForm input#search{
	margin:2px  10px 0 0;
	height:24px;
	padding:2px;
	width:90px;
	background:#ccc;
	border:#ccc 1px solid;
	font-weight:bold;
}


