/* CSS Document */



body{
	background:url("images/bg_pattern2.gif")repeat-x;
}

h2 {
	background:url("images/header_bg.gif") repeat-y;
	color:#787878;
	width:500px;
	height:50px;
}

h3 {
	background:url("images/header_bg.gif") repeat-y;
	color:#787878;
	width:500px;
	height:50px;
}

#content {
	position:relative;
	top:-75px;
	left:-60px;
}

#content a, #sidebarContent a, #footer a {
	color:#c00;
}

#content a:hover, #sidebarContent a:hover, #footer a:hover {
	color:#fff;
	background:#CE8C8C;
}
/*
#container {
	background:url("images/page_side_repeat.gif") repeat-y #fff;
	background-position:780px 0px;

}*/

#logo, #logo span {
	background:url("images/logo2.gif");
}

#nav {
	color:#fff;
/*	background:url("images/nav_bg.gif");*/
}

#nav a {
	color:#fff;
}

#nav a:hover {
	color:#000;
	background:#fff;
}

#collage {
	background:url("images/collages.gif");
}

#sidebar_title, #sidebar_title span {
	background:url("images/sidebar_title.gif");
}

#sidebar {
	position:relative;
	left:-60px;
}


#sidebarContent {
	background:url("images/sidebar_bg2.jpg") no-repeat;
	background-position:0px 40px;
}

#searchbar {
	background:#fff;
	padding:5px;
	color:#CE8C8C;
}

#searchbar * {
	font-size:12px;
}

div#hr {
	background:#c00;
}
#title {
	background:url("images/header_bg.gif") repeat-y;
	color:#787878;
	width:500px;
	height:50px;
	font-size:20px;
	font-weight:bold;	
}
/*
#curveHeader {
	background:url("images/curveHeader.gif");
}

#curveNav {
	background:url("images/curveNav.gif");
}
 
#expo_info {
	background:#CE8C8C;
	padding:1px;
	color:#fff;
}
*/
.expo_info {
	position:relative;
	top:-70px;
	font-size:13px;
	color:#FF0000;
}
.rates {
	font-size:12px;
}
.issue_info {
	font-size:10px;
}