
/* Global Elements */
body {
	font: 0.75em Arial;
	color: #<?php echo $text_color; ?>;
	text-align: center;
}
fieldset {
	border: 0px;
	padding: 0px;
}
form {
	padding: 0px;
}



#ttext
{
font-weight: none;
text-transform: uppercase;
text-decoration: none;
}

#ttext a {
	text-decoration: none;
font-weight: none;
}

#ttext a:hover {
	text-decoration: none;
font-weight: none;
}


a {
	color: #<?php echo $link_color; ?>;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0%;
	font-size: 0%;
}
/* Top container */
#container {
	width: 100%;
}
#goo-content {
	padding-top: 5px;
}

/* Heading */
.itemtitle {
	padding: 0px 3px 0px 3px;
	border: 1px #669966 solid;
}

.itemtitle h1{
	font: 1.3em Georgia;
	color: #<?php echo $link_color; ?>;
}


.itemdescription {
	padding: 0px 3px 0px 3px;
	border-bottom: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;	
}


.itemdescription img{
	margin: 0px;
	padding: 0px;
	float:left;	
}

.itemdescription td{
	vertical-align:middle;	
}


/* Blog */
.blogtitle1 {
	background-color: #FFFF99;
	border-top: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
.blogtitle1 h1 {
	font: 1.2em Georgia;
	color: #000000;
	margin: 0px;
	padding-left: 3px;
}

.blogdescription1 {
	color: #000000;
	border-bottom: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;
	margin: 0px 10px 0px 10px;
	padding: 3px;
}


/* Main Content */
#main {
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
}
#main #left {
	line-height: 1 em;
	float: left;
	width: 450px;
}


#main #right {
	width: 200px;
	float: right;
}

#main #right h1 {
	background-color: #FFFF99;
	border-top: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;
	background: url(images/h1.gif) no-repeat;
	font: 1.1em Arial;
	padding: 3px 3px;
	margin: 0px;
	text-align:center;
}

#main #right #list2 {
	border-bottom: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

#main #right #wisdom {
	text-decoration: none;
	padding: 3px;
	background-color:#E9FFD4;
	border-bottom: 1px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 1px #669966 solid;
}