/* general styles */
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #211d1e url(../templates/terp/images/body_deg.gif) repeat-x;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #CCCCFF;
}

a:hover {
	text-decoration: underline;
	color: #9999FF;
}

img {
   border: none;
}

#wrap {
	color: #fff;
	background: #000;
	border: none;
	margin: 0 auto;
	width: 790px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 232px;
	background-image: url(../templates/terp/images/header.png);
	background-repeat: no-repeat;
}

#header_topright {
	float: right;
	margin: -5px 0px;
	padding: 0px 5px;
	font-size: 10px;
	color: white;
}

#header h3 {
	width: 350px;
	margin: 0px 0px 0px 15px;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 35px;
}

#footer {
	clear: both;
	margin: 0 auto ;
	padding: 0px 0em 0px 0em;
	width: 790px;
	text-align: center;
	color: #808080;
	font-size: 10px;
	height: 34px;
	background: #211d1e url(../templates/terp/images/footer.jpg) no-repeat right;
	border: none;
	text-shadow: none;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.left {
	margin: 0px 7px 0px 5px;	
	float: left;
}

.right {
	margin: 0px 7px 0px 5px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}
