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

#itemtitle h1 {
text-size:10pt;
}

#ttext
{
font-size:20pt;
padding-bottom:3px;
margin:0px;
color:black;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#domainlink a {
	color:white;
	text-decoration: none;
	font-weight: bold;
}

#domainlink a:hover {
	color:yellow;
	text-decoration: none;
}

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

#ttext a:hover {
	color:darkblue;
	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: 600px;
	margin: 5px auto 5px auto; */
	text-align: left;
	background: url(images/container_bg.gif) repeat-y center;
}
#content {
	padding: 4px 2px 0px 2px;
}
/* Heading */
#title {
	background: url(images/gradient.gif) repeat-x;
	height: 95px;
	padding: 0px 2px 0px 2px;;
}
#title h1 {
	font: 1.3em Georgia;
	color: #<?php echo $link_color; ?>;
	padding: 3px 0px;
	float: left;
}



/* Main Content */
#main {
	margin-top: 5px;
	padding: 0px 0px 0px 2px;
/*	background: url(images/main_bg.gif);*/
}
#main #left {
/*	line-height: 2.1em; */
	float: left;
	text-align: center;
	width: 500px;
}

#main #left h1 {
	color: #<?php echo $link_color; ?>;
	font: 1.7em Georgia;
	margin-bottom: 4px;
}
#main #left .one {
	font-size: 0.9em;
}
#main #right {
	width: 200px;
	float: right;
}
#main #right h1 {
	background: url(images/h1.gif) no-repeat;
	font: 1.2em Arial;
	padding: 3px 0px 3px 5px;
	margin-top: 3px;
}
#main #right #list a {
	background: url(images/a.gif) repeat-x bottom;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
}
#main #right #list a:hover {
	text-decoration: underline;
}

#main #right #list2 {
	text-align:center;
	padding: 0px 5px;
}
#main #right #wisdom {
	text-decoration: none;
	padding: 0px 5px;
	background-color:#E9FED4;
}

/* Footer */
#footer {
//	background: url(images/bottom.gif) no-repeat bottom;
	text-align: right;
	padding: 0px 2px 2px 2px;
	margin-top: 2px;
}
#footer .bar {
	background: #FBFBFB;
	padding: 7px 4px 7px 0px;
	font-size: 0.9em;
}
