body {
	background: #2f2f2f;
	color: #ccc;
	margin:0;
	padding:0;
	qheight:100%;
	text-align:center;
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

#wrap {
  qheight:100%;
}

#headertopper {
	width:97%;
	height:10px;
	background: #2f2f2f;
	position:fixed;
	z-index:20; 
	margin-left: 1.5%;
	margin-right: 1.5%;
	top: 0px;
}

#header {
	width:97%;
	height:3em;
	background: #2f2f2f;
	position:fixed;
	z-index:10; 
	margin-left: 1.5%;
	margin-right: 1.5%;
	top: 10px;
}

#footer {
	width:97%;
	height:3em;
	background: #2f2f2f;
	position:fixed;
	bottom:0;
	z-index:15; 
	margin-left: 1.5%;
	margin-right: 1.5%;
	left: 0;
}

#content-wrap {
	qheight:100%;
	width:100%
}

#content {
	background: #2f2f2f;
	width: 97%;
	padding-top:45px;
	padding-bottom: 4em;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	min-width: 880px;
}

.floatright {
  	float: right;
	margin-left: 10px;
}
.floatleft {
  	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: px;
}

img {	border-color: #000000; 
}

h1 {
	font-size: 2em;
	color:#91B476;
}
h2 {
	font-size: 1.5em; 
	margin-top: 0px;
	color:#91B476;
}
h3 {
	font-size: 1.2em;
	color:#91B476;
}
h4 {font-size: 1.0em;}
h5 {font-size: 0.8em;}

h3 a:hover
{
	text-decoration:underline;
}
h3.entrytitle  a{
	color:#91B476;
}

a:link  { color: #0099FE; font-weight: bold; text-decoration: none;}
a:visited   { color: #0099FE; font-weight: bold; text-decoration: none;}
a:hover    { 
	qcolor: #33CCFF; 
	qfont-weight: bold; 
	text-decoration: underline;
}
a:active  { color: #FFFF00; font-weight: bold; text-decoration: underline; }

/* Classes */

.title {
	font-style: italic;
	font-size: 1.5em;
	letter-spacing: 3px;
}

table.menu { background-color: #cccccc; font-weight: bold; }
table.menu td { font-size: 14px;}
.menu td a:link { color: #606060; text-decoration: none; display: block; }
.menu td a:visited { color: #606060; text-decoration: none; display: block; }
.menu td a:hover { background-color: #ccc; color: #0099FE; text-decoration: none; display: block; }
.menuleft { }

.copyright {
	font-size: 0.7em;
	text-align: center;
}

form.feedback {margin-left: 30px; margin-top: 20px;}
table.painting {margin-left: 10px;}

/* Layout */

#qpage {
	background: #606060;
	width: 890px;
	height: 524px;
	margin-left: auto;
	margin-right: auto;
}

#qpage2 {
	top: 6px;
	left: 6px;
	position: relative;
	width: 876px;
	height: 512px;
	border: 1px solid;
	border-color: #ffffff;
}

#small_logo {
	width: 120px;
	height: 30px;
	position: relative;
	top: 3px;
	left: 5px;
}

#menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#menu-gradient {
	qwidth: 100%;
	qheight: 30px;
	qposition: relative;
	qtop: 3px;
	qleft: 758px;
	background: blue;
}

#centeredpage {
	width: 866px;
	margin-left:auto;
	margin-right:auto;
}

#index-left {
	float: left;
	padding-right: 3px;	
}
#index-topright {
	float: left;
	padding-bottom: 2px;	
}
#index-bottomright {
	float: left;	
}

