body {
	background-color:black;
	color:white;
}

h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS";

}
p {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #0000FF;
}
li {
	font-family: "Trebuchet MS";
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	color: #FFFFFF;
}
td {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
a {
	font-family: "Trebuchet MS";
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
	font-weight: lighter;

}
caption {
	font-family: "Trebuchet MS";
	font-size: x-small;
}
a:link {
	font-family: "Trebuchet MS";
	color: #0000FF;
	text-decoration: none;

}
a:visited {
	font-family: "Trebuchet MS";
	color: #00FF00;
	text-decoration: none;

}
a:hover {
	font-family: "Trebuchet MS";
	color: #999999;
	text-decoration: underline;
}

.container {
	width:900px;
	position:relative;
}

.heading {
	width:100%;
	text-align:center;
	clear:both;
}

.nav_logo {
	float:left;
	width:410px;
	margin:5px 5px 5px 5px;
}

.content {
	float:right;
	clear:right;
	margin-left:10px;
	width:460px;
}

.content2 {
	float:left;
	margin-left:10px;
	clear:left;
	width:100%;
}

.content2_main {
	float:left;
	margin-left:10px;
}

.contentItem {
	margin-top:5px;
	width:100%;
}

.footer {
	clear:both;
	float:left;
	width:100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	font-weight: lighter;
}
.profile_outer {
	width:920px;
	background-color:black;
}

.profile_cont {
	width:295px;
	height:200px;
	background-color:black;
	float:left;
	
}

.thumbnail {
	height:200px;
	width:150px;
	float:left;
	overflow:hidden;
}

.thumbnail img {
	border:none;
}

.profile_text {
	margin-top:60px;
	float:left;
	width:130px;
	padding-left:15px;
}

.profile_text a {
	
	font-family:"Trebuchet MS","Arial";
	font-size:20px;
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

.profile_text p {
	font-family:"Lucida Sans Unicode";
	font-size:14px;
	color:white;
	font-weight:bold;
}

a.button {
    background: transparent url('../images/logo_nav/link_right.png') no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font: normal 12px "Arial Black",Helvetica;
	height: 75px;
  	margin-right: 6px; 
    padding-right: 35px; /* sliding doors padding */ 
    text-decoration: none;
	width:180px;
	overflow:hidden;
}

a.button span {
    background: transparent url('../images/logo_nav/link_left.png') no-repeat;
    display: block;
    line-height: 70px;
    padding: 5px 0 0px 25px;
	text-align:center;
}



a.button:hover span{
	background: transparent url('../images/logo_nav/link_left_hover.png') no-repeat;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	
}

a.button:hover {
	background: transparent url('../images/logo_nav/link_right_hover.png') no-repeat scroll top right;
	
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 0px 18px; /* push text down 1px */
}

#picBack {
	text-align:center;
	width:100%;
}

	
