/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Papyrus, "Palatino Linotype", Verdana;
	font-size: 100%;
	color: #999999;
	background-color: #000000;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 875px;
	margin: 0 auto;
	padding-bottom: 0px;
	background-color: #333333;
}
#column_wrapper {
	background-color: #333333;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 600px;
	float: left;
}
#left {
	width: 275px;
	float: left;
	background-color: #333333;
}

#left .content {
	font-size: 16px;
	line-height: 1.5em;
	font-family: Papyrus, "Palatino Linotype", Verdana;
	font-weight: bold;
	text-decoration: none;
}
#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .contenthome {
	font-size: 0.8em;
	line-height: 1.65em;
	height: 600px;
	background-image: url(../images/bkgrnd_home.jpg);
	background-repeat: no-repeat;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 10px;
	margin-right: 150px;
	margin-left: 50px;
	float: none;
}
#footer {
	color: #999999;
	background-color: #000000;
	font-size: 0.9em;
	clear: both;
	padding-top: 10px;
	padding-left: 150px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #B0171F;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #CCCCCC;
}
#left a:hover {
	color: #B0171F;
}
#right a:link {
	color: #999999;
}
#right a:visited {
	color: #CCCCCC;
}
#right a:hover {
	color: #B0171F;
}
#wrapper .menulist a {
	color: #999999;
	padding: 0 0 0 24px;
	text-decoration: none;
}


#wrapper .menulist a:visited {
	color: #999999;
}
#wrapper .menulist a:hover {
	color: #B0171F;
}
#wrapper .menulist a:active {
	color: #CCCCCC;
}
#footer h1 {
	font-family: Papyrus, "Palatino Linotype", Verdana;
	font-size: 1.3em;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer h2 {
	font-family: Papyrus, "Palatino Linotype", Verdana;
	font-size: 1.1em;
	font-weight: bolder;
	color: #999999;
	padding-bottom: 10px;
}
#footer a:link {
	color: #999999;
	font-weight: normal;
}

#footer a:hover {
	color: #B0171F;
	font-weight: normal;
}

#footer a:visited {
	color: #CCCCCC;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: .8em;
	margin: 30px 0 0 0;
	font-family: Papyrus;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 1.5em;
	margin: 0px 0 0;
	font-family: Papyrus;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0 0px;
}
.caps {
	font-size: .9em;
}
.copyright {
	font-size: .7em;
}
.caption {
	font-size: 16px;
	font-family: Papyrus, "Palatino Linotype", Verdana;
	font-weight: bold;
}
.carrot {
	font-size: 14px;
}

#bottom {
	background-color: #000000;
}
#contact {
	background-color: #333333;
	vertical-align: top;
	margin-top: 16px;
	text-decoration: none;
	margin-left: 16px;
}
#copyright {
	background-color: #000000;
	font-size: 0.65em;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright a:link {
	color: #CCCCCC;
}
#copyright a:visited {color: #666666;}
#copyright a:hover {color: #FFFFFF;}

