.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #545451;
}
.textPad {
	font-family: Tahoma;
	font-size: 11px;
	color: #545451;
	padding: 20px;
}
.textCream {
	font-family: Tahoma;
	font-size: 11px;
	color: #f0eac8;
}
.textCreamPad {
	font-family: Tahoma;
	font-size: 11px;
	color: #f0eac8;
	padding: 20px;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #fb771f;
}
h2 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #94948b;
}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #7a981e;
}
h4 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #94948b;
	padding-top: 10px;
}
h5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #dac54e;
}
a {
	color: #7a981e;
	text-decoration: underline;
}
a:hover {
	color: #fb771f;
	text-decoration: underline;
}
a.cream {
	color: #dac54e;
	text-decoration: underline;
}
a.cream:hover {
	color: #3e4519;
	text-decoration: underline;
}
body {
	margin: 0;
	background-color: #333333;
}
#galImg {
    padding: 4px; 
	background: #ffffff;
	border: 1px solid #6f7a35; 
}
#description {
	width: 400px;
}
img#rapidstatscounter {
	border: 2px solid #6F7A35;
}
#colContact {
	background-image: url(images/index_09.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#colMain {
	background-image: url(images/index_10.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#colRS {
	background-image: url(images/index_11.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#colLinks {
	background-image: url(images/index_12.gif);
	background-position: top;
	background-repeat: no-repeat;
}


.red {
	color: #ff0000;
}
.green {
	color: #009933;
}