@charset "utf-8";
/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	background:url(images/header_bgd-03b.jpg);
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
    }
body {
	min-width:780px;
	list-style-type: circle;
    }
#wrap {
	margin:0 auto;
	width:780px;
    }
#header {
	padding:0px;
	margin:0;
    }
#nav {
    background:#c99;
	padding:5px;
    }
	#main h2, #main h3, #main p {
    padding:0 10px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
	padding:0 10px 0 10;
}
#footer p {
	margin:0;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
    }
#main {
	float:right;
	width:510px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
#sidebar {
	float:left;
	width:210px;
	padding: 25px 10px 10px;
	margin: 0px;
    }
#title_box {
	background-image: url(images/red_bullet.gif);
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	background-repeat: no-repeat;
	padding: 0px;
}
#title_box    h2{
	font-style: italic;
	padding: 8px 0px 4px 30px;
	margin: 0px;
	font-size: 18px;
}
#footer {
	clear:both;
	background-image: url(images/footer_bgd_all.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	    }
a img {
border: none;
}

blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

