/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #333333;
	padding: 0;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(img/gtk-site-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#masthead {
	color: #999999;
	margin: 0;
	text-align: right;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#center {
	width: 1000px;
	background-image: url(img/gtk-main-content-bkgrnd.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#text {
	width: 410px;
	background-image: url(img/gtk-text-bkgrnd.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#text .contenttext {
	font-size: 0.95em;
	line-height: 1.2em;
	padding-right: 20px;
	padding-bottom: 55px;
	padding-left: 16px;
	padding-top: 1px;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 122px;
}
#masthead .content {

}
#footer .content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	background-image: url(img/gtk-footer-curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #669999;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#masthead a:link {
	color: #000000;
	text-decoration: none;
}
#masthead a:visited {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	color: #FF0000;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(/css/img/gtk-nav-bkgrnd.gif);
}
.red {
	color: #FF0000;
}
.blurb {
	font-size: 1.0em;
}

