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

body {
	background-color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height:100%;
	
}

#header {
width:710px;
margin:auto;
}


#content {
width:600px;
height:100%;
background-color: #FFFFFF;
margin: auto;
padding-left:60px;
padding-right:60px;
padding-top:30px;
padding-bottom:30px;
height:100%;
	
}



.volume {
	color: #333333;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight:bold;
}

.canlogo {
margin-left:370px;
}


#left-narrow {
width:230px;
float:left;
margin-right: 20px;
}

#right-col {
position:inherit;
width:280px;
float:right;

}

#articles {
margin-right: 60px;
margin-top:40px;
margin-bottom:40px;
height:100%;
}

.title {
	font-size: 20px;
	color: #333333;
 }
.article-link {
	font-size: 12px;
	font-weight: bold;
	
}


a:link {
	color: #CC6600;
	text-decoration:none;
}
a:visited {
	color: #993300;
	text-decoration:none;
}
a:hover {
	color: #993300;
	text-decoration:under
}

.10pt {font-size: 10px}




