@charset "utf-8";
#header {
	 background-image:url(../img/header_bg.png); background-repeat:repeat-x; height:130px; width:100%;
}
#header-left-img {
		background-image:url(../img/header.png);
		width:447px;
		height:130px;
		float:left;
		background-position:top left;
		background-repeat:no-repeat;
}
.title {
		font-size:24px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#70b100;
		font-weight:bold;
}
#nav {
		height:90px; 
		float:right;
		padding-top:22px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#CCC;
		text-align:left;
		padding-right:10px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding:0px;
margin:0px;
}

#navlist a { padding: 3px 8px; 
color:#CCC;
}

#navlist a:link, #navlist a:visited
{
text-decoration: none;
}

#navlist a:hover, #current-nav
{
text-decoration: none;
text-align:center;
background-image:url(../img/nav_over.png);
height:26px;
background-repeat:repeat-x;
}
.last-nav-border {
	border-left-color:#999;
	border-left-style: dashed;
	border-left-width:1px;	
}
#wrapper {
		width:100%; text-align:center; margin:auto;
}
#content {
	width:70%;
	border:5px solid #999;
	background-color:#FFF;
	opacity:0.4;
	filter:alpha(opacity=40);
	text-align:left;
	margin:auto;
	height:auto;
	width:896px;
	margin-bottom:125px;
}
#content-text {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;

}
#content-text-home {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
	width:856px;
}
#content-text-services {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
}
#content-text-celeb {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
	width:856px;
}
#content-text-contact {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
	width:856px;
}
#content-text-media {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
}
#content-text-test {
	opacity:1;
	filter:alpha(opacity=100);
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:auto;
	height:auto;
	width:856px;
}
#footer-left {
		width:200px;
		float:left;
		text-align:left;
		padding-left:90px;
		padding-top:2px;
}
#footer-right {
	float:right;
	text-align:right;
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	padding-right:90px;
		padding-top:2px;
}
.footer-link {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#FFF;
}
.clear {
		clear:both;
}