body {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

/*LINKS */

a {
	color: #999999;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #58C0B9;
	font-weight: normal;
}

/*LAYOUT CLASSES */

#content {
	padding: 0;
	margin: 0 auto;
	width: 765px;
	background-color: #202020;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin-top: 8px;
	height: auto;
	text-align: center;
}

/*
	FOOTERS
	
*/

#footer {
	clear:both;
	text-align: left;
	margin-top: 40px;
	color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Tahoma;
	font-size: 11px;
	width: 765px;
	margin: auto;
}
a.footer:link {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 70px;
	margin-right: 70px;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 40px;
	margin-left: 70px;
	margin-bottom: 30px;
	text-align: left;
}


a.footer:hover {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #58C0B9;
	text-decoration: none;
}
a.footer:visited {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
h2 {

	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 40px;
	margin-left: 70px;
	margin-bottom: 20px;
	text-align: left;
}
.contact_form {
	height: auto;
	width: auto;
	background-color: #333333;
	font-family: Tahoma;
	color: #999999;
	font-size: 11px;
	margin-left: 70px;
	margin-right: 70px;
}
.peopleimages {
	margin-right: 40px;
	margin-left: 40px;
}
.sublinkactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #58C0B9;
	text-decoration: none;
}
.portfolioOverview {
	width: 300px;
	right: 40px;
	top: 30px;
}
#contentAdmin {
	padding: 0;
	margin: 0 auto;
	width: 785px;
	margin-top: 20px;
	height: auto;
	text-align: center;
}
#footerAdmin {
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	text-decoration: none;
	text-align: left;
}
#contentAdminmani {
	padding: 15;
	width: auto;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	height: auto;
	background-color: #202020;
}
.cyaninput {
	background-color: #999999;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	text-indent: 4px;
	height: 14px;
	width: 150px;
}
.contentBox {

	padding: 30;
	width: 440px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	height: auto;
	background-color: #202020;
}
   .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 10%;
      height: 10%;
      z-index: 999;
      filter:alpha(opacity=00);
      -moz-opacity:0.00;
      padding-top: 20%;
   }
