/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 height:100%; /* this is the key! */ 
}

p {
}
.bioInt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	display:none;
	padding-bottom:10px;
	
}

.headInt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	padding-bottom:10px;

}
.headInt a {
	color:#000;
	text-decoration:none;

}



#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-color:#000;
 height:100%;
 background:url(../images/boxbg.png);
 background-repeat:repeat-y;
}

#content { 
 float: left;
 color: #333;
 background: #000;
 min-height: 782px;
 width: 612px;
 display: inline;
}
#contentHeader{
	background:url(../images/topHeaderbg.jpg)  no-repeat;
	background-position:top left;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	padding-left:10px;
	height:136px;
	width:601px;
	font-size:24px;	
}
#contentText {
	float: left;
	color: #000;
	background: #FFF;
	min-height: 783px;
	width: 609px;
	display: inline;
	border: 1px solid #000;
	z-index:99;
}
#contentTextBody { 
 float: left;
 color: #000;
 font-family:Verdana, Geneva, sans-serif;
 font-size:12px;
 background: #FFF;
 min-height: 100px;
 width: 588px;
 padding:10px;
}

#contentTextBody img{
padding-right:20px;
}

#subcontent { 
 float: left;
 width: 860px;
 min-height: 25px;
 color: #EEE;
 background: #00adef;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 padding:20px;
 
}
#subcontent a{
	color:#CF3;
}
#subcontent img{
	border:0;
}

#navigation {
 float: left;
 width: 900px;
 height: 50px;
 color: #333;
 background: #FFF;
 padding-bottom:5px;
}
#navigation img{
	float:right;
}

#rightcolumn { 
 color: #333;
 background: #000;
height:100%;
width: 288px;
 float: left;
 
}

#menu{

width:288px;	
height:136px;
overflow:hidden;
padding-bottom:2px;
background-color:#000;
background:url(../images/MENU/bgMenu.jpg);
}
#menu ul{padding-top:10px;}
#menu ul li{list-style:none;padding-left:20px;}

#social{width:100px;height:122px;float:left;}
#social img{float:right;padding:3px;}
