body {
	font: 85%/1.6 Helvetica, Arial, Verdana, Trebuchet MS, Sans-Serif;
	color: #333;
        line-height: 140%;
	background: url('images/bg_swirl.gif') repeat fixed;
	margin: 0 auto;	
}
h1 {
        font-family: Print Dashed;
	src: local("Print Dashed"), url("PRIND___.ttf") format("truetype");
	color: #939;
	font-size: 3.5em;
	line-height: 80%;
	padding:0;
	margin: 0;
}
h2 {
	font-weight: bold;
	color: #939;
	font: 1.2em Helvetica, Arial, Verdana, Trebuchet MS, Sans-Serif;
}
hr {
	width: 100%;
	background: url('images/line_dots_H.gif') repeat-x;
	border: 0;
	height: 10px;
	border-bottom: 0;
	padding:0px;
	margin: 0 auto 1.5em auto;
}

#container {
	width: 600px; 
	margin: 0 auto; 
	padding:0;
	background: #fff url('images/new_footer.jpg') no-repeat bottom left;
}
#header {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

#main {
	color: #333;
	width: 400px;
	float: left;
	padding: 0 25px 0 10px;
	background: url('images/line_dots.gif') repeat-y top right;
}
#sidebar {
	float: right;
	width: 150px;
	padding:0;
}
#footer {
	padding: 60px 0 10px 30px;
	clear:both;
	width:600px;
}
#main img  {
	border:0;
	padding: 10px;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #000;
}
#main a:visited {
	color: #666;
}
#main a:hover, a:active {
        color: #000;
        background:#ccf;
        text-decoration: none;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin: 0px;
}
#navigation a {
   background: #fff;
   color: #666;
   display: block;
   width: 150px;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
   font-weight:none;
}
#navigation a:hover {
   background: #c9f;
   color: #000;
   text-decoration: none;
   border-bottom: 1px solid #555;
   font-weight:none;
}
