/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
  modified font sizes
*/
#column_wrapper {
	background-image: url(img/bkgd-index.gif);
	background-repeat: repeat-y;
}
#center {
	width: 345px;
	float: left;
	color: #fff;
}
#center a:link {
	color: #525787;
}
#left {
	width: 160px;
	float: left;
	padding-bottom: 95px;
	background: url(img/left-nav-dots.gif) bottom left no-repeat;
}
#sidebar {
	width: 255px;
	float: left;
	color: #3f3f3f;
}
#sidebar .content {
	font-size: 0.7em;
	color: #3f3f3f;
	padding-top: 15px;
}
.headline1, .headline2 {
	text-transform: lowercase;
	height: 30px;
	margin: 0;
}
.headline1 {	
	background: #4a4a4a;
}
.headline2 {	
	background: #efefef;
}
#center h1 {
	color: #fff;
	padding: 0 10px;
}
#sidebar h1 {
	color: #3f3f3f;
	padding: 0 10px;
}
h2 {
	text-transform: none;
}
.content p {
	margin: 0 0 6px 0;
}
#bottom {
	text-align: right;
	margin: 0;
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
	font-size: 0.65em;
	height: 15px;
}
.images {
	color: #0d095b;
	background: url(img/dots-right.gif) top right no-repeat;
	width: 245px;
	height: 100px;
	padding: 0 0 10px 10px;
	font-size: 0.7em;
}
.images img {
	padding-right: 2px;
}
.images .img-left {
	float: left;
	width: 58px;
	font-size: 0.8em;
}
#right a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#sidebar a:link {
	font-weight: bold;
	color: #525787;
	text-decoration: underline;
}
#right a:visited, #sidebar a:visited {
	color: #7b7baf;
}
#right a:hover, #sidebar a:hover {
	color: #f58c42;
	text-decoration: underline;
}
