/* =STRUCTURE
		------------------------------------------------------------------------- */
		body { 
		background: #000 url(../images/newbackground.jpg) top left repeat;
	
			color: #999; 
			font: 13px Tahoma, Trebuchet MS, Arial, sans-serif;
			margin: 0;
			padding: 0;
			text-align: center;
			}
		
		#wrapper {
			background: #111;
			margin: 0 auto;
			text-align: left;
			width: 750px;
			}
			
			#header {
				background: #313031;
				float: left;
				padding: 15px 10px;
				width: 730px;
				}
				
				#header h1#logo {
					display: inline;
					float: left;
					height: 52px;
					margin: 0;
					padding: 0;
					width: 357px;
					}
				
				#header h1#logo span {
					display: none;
					}
					
				ul#header-nav {
					list-style: none;
					float: right;
					height: 46px;
					margin: 0;
					padding: 0;
					width: 184px;
					}
					
					ul#header-nav li {
						border-right: 1px solid #000;
						display: inline; 
						float: right;
						margin: 0;
						padding: 0;
						width: 91px;
						height: 46px;
						}
						
			#mainbody {
				float: left;
				width: 750px;
				}
				
				#fullcontent {
					padding: 10px;
					width: 730px;
					}
				
				#content {
					float: left;
					padding: 10px;
					width: 460px;
					}
					
				#sidebar {
					float: left;
					padding: 10px 20px 10px 5px;
					width: 240px;
					}	
					
				#photobar {
					float: left;
					padding: 10px;
					width: 730px;
					}
					
					#photobar table {
						font-size: 0.9em;
						}
			
			#photobox {
				float: left;
				padding: 10px 20px;
				width: 330px;
				}
			
			#biobox {
				float: right;
				padding: 10px 20px;
				width: 330px;
				}
				
			#modelpics {
				float: left;
				padding: 10px 5px 10px 10px;
				width: 525px;
				}
				
			#modelvideos {
				float: left;
				width: 700px;
				}
				
				#modelvideos a.watchmovie {
					background: url(../images/btn_watchVideo.gif) bottom right no-repeat;
					height: 65px;
					padding: 0 0 16px 0;
					width: 160px;
					}
				
				#modelvideos td {
					font-size: 0.9em;
					height: 80px;
					padding: 10px 0 15px 0;
					}
					
				#modelvideos td b {
					color: #ddd;
					}
			
			#modellist {
				float: right;
				padding: 10px 10px 10px 5px;
				width: 145px;
				}
						
			#footer {
				background: #313031;
				clear: both;
				padding: 10px;
				width: 730px;
				}
				
				#footer p {
					font-size: 8pt;
					margin: 0;
					padding: 0;
					}
				
		/* =NAVIGATION
		------------------------------------------------------------------------- */
		ul#nav { 
			background: url(../images/bg_nav2.gif) top left repeat-x;
			float: left;
			height: 22px;
			margin: 0;
			padding: 3px 0 0 0;
			width: 750px;
			}
			
			ul#nav li {
				border-right: 1px solid #000;
				display: inline;
				padding: 0 10px 0 10px;
				}
				
				ul#nav li a:link, ul#nav li a:visited {
					color: #fff;
					font-family: Tahoma, Trebuchet MS, Arial, Sans-serif;
					font-size: 9pt;
					text-decoration: none;
					}
					
				ul#nav li a:hover {
					color: #cc0000;
					}
					
		/* =LINKS
		------------------------------------------------------------------------- */
		a:link, a:visited {
			color: #cc0000;
			}
		
		#biobox a:link, #biobox a:visited {
			color: #fff;
			}
			
		#photobar a:link, #photobar a:visited {
			text-decoration: none;
			}
		#photobar a:hover {
			color: #cc0000;
			}
			
		#modellist a:link, #modellist a:visited {
			color: #ddd;
			}
		
		/* =HEADINGS
		------------------------------------------------------------------------- */
		#photobar h3 {
			color: #CCC;
			font-family: Trebuchet MS, Arial, Sans-serif;
			font-size: 0.9em;
			margin: 3px 0;
			padding: 0;
			}
		
		#biobox h2 {
			color: #fff;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 3px;
			text-transform: uppercase;
			}
			
		#photobar h2 {
			background: #313131;
			color: #fff;
			font-size: 1.2em;
			font-weight: normal;
			margin: 0;
			padding: 3px;
			text-transform: uppercase;
			}
			
		#modelpics h3 {
			font-size: 1em;
			margin: 0;
			padding: 0 0 10px 0;
			
			}
		
		/* =LISTS
		------------------------------------------------------------------------- */
		ul#news {
			margin: 0;
			padding: 0;
			}
			
			ul#news li {
				list-style: none;
				width: 100%;
				}

					
		#modelpics ul {
			margin: 0;
			padding: 0;
			width: 630px;
			}
			
			#modelpics ul li {
				float: left;
				font-size: 8pt;
				list-style: none;
				padding: 0 10px 0 0;
				width: 160px;
				}
/* =CONTENT BOXES
		------------------------------------------------------------------------- */
		.update {
			height: 800 px;
			}
			
			.update h3 {
				color: #fff;
				font-family: Trebuchet MS, Arial, Sans-Serif;
				font-size: 10pt;
				margin: 0 0 5px 0;
				padding: 0;
				text-transform: uppercase;
				}
				
			.update ul {
				float: left;
				margin: 0;
				padding: 0;
				}
				
				.update li {
					border-bottom: 1px solid #222;
					padding: 2px 0 5px 0;
					}
					
					.update li a:link, .box li a:visited {
						color: #fff;
						text-decoration: none;
						}
						
					.update li a:hover {
						color: #cc0000;
						}
		
		/* =CONTENT BOXES
		------------------------------------------------------------------------- */
		.box {
			height: 320px;
			}
			
			.box h3 {
				color: #fff;
				font-family: Trebuchet MS, Arial, Sans-Serif;
				font-size: 10pt;
				margin: 0 0 5px 0;
				padding: 0;
				text-transform: uppercase;
				}
				
			.box ul {
				float: left;
				margin: 0;
				padding: 0;
				}
				
				.box li {
					border-bottom: 1px solid #222;
					padding: 2px 0 5px 0;
					}
					
					.box li a:link, .box li a:visited {
						color: #fff;
						text-decoration: none;
						}
						
					.box li a:hover {
						color: #cc0000;
						}
		
		/* =IMAGES
		------------------------------------------------------------------------- */
		img {
			border: 0;
			
			}
			
		img.slideshow {
			
			}
			
#vidcontent { 
			align:center;
			width:800px;
			}
		#vidcontent h3 {
				padding:10px 0 10px 15px;
			}
.featuredsite {
background: url(../images/featuredsitebg.gif) no-repeat;
height:310px;
width:280px;

}
.nitinnetwork {
background: url(../images/nitinnetwork.gif) no-repeat left top;
vertical-align:top;
text-align:left;
}
.nitinnet {
font-size:15px;
color:#FFFFFF;
padding:45px 0 0 5px; 
}
#featcont {
	background: url(/images/featbox.jpg) no-repeat;
	height:310px;
	
}
.featimg {
	text-align:right;
	padding:5px 10px 0 0;
	
}
.featcaption {
	float:right;
text-align:left;
	margin:7px 0 0 0;
	width:370px;
	
}

.featinfo {
	position:absolute;
	top:950px;
	padding:0 0 0 6px;
	width:300px;

}
#featcont1 {
	background: url(/images/featbox.jpg) no-repeat;
	height:310px;

	
}
.featimg1 {
	text-align:right;
	padding:5px 10px 0 0;
	
}
.featcaption1 {
	float:right;
text-align:left;
	margin:7px 0 2px 0;
	width:370px;
	
}

.featinfo1 {
	position:absolute;
	top:1355px;
	padding:0 0 0 6px;
	width:300px;

}
#featcont2 {
	background: url(/images/featbox.jpg) no-repeat;
	height:310px;

	
}
.featimg2 {
	text-align:right;
	padding:5px 22px 0 0;
	
}
.featcaption2 {
	float:right;
text-align:left;
	margin:7px 0 2px 0;
	width:370px;
	
}

.featinfo2 {
	position:absolute;
	top:200px;
	padding:0 0 0 6px;
	width:300px;

}
#featcont3 {
	background: url(/images/featbox.jpg) no-repeat;
	height:310px;

	
}
.featimg3 {
	text-align:right;
	padding:5px 22px 0 0;
	
}
.featcaption3 {
	float:right;
text-align:left;
	margin:7px 0 2px 0;
	width:370px;
	
}

.featinfo3 {
	position:relative;
	top:-250px;
	padding:0 0 0 6px;
	width:300px;

}
#featcont4 {
	background: url(/images/featbox.jpg) no-repeat;
	height:310px;

	
}
.featimg4 {
	text-align:right;
	padding:5px 22px 0 0;
	
}
.featcaption4 {
	float:right;
text-align:left;
	margin:7px 0 2px 0;
	width:370px;
	
}

.featinfo4 {
	position:relative;
	top:-250px;
	padding:0 0 0 6px;
	width:300px;

}
#postcont {
	background: url(/images/bpostbg.jpg) no-repeat;
	height:310px;
}
.postimg{
	float:left;
	padding:13px 10px 0 5px;
	
	
	
}
.postinfo {
	float:left;
	width:260px;
	font-size:14px;
	
}
.postarch {
	padding:5px 0 0 0;
	
	float:right;
	width:210px;
	
}
.postfullimg {
	margin:0 0 0 37px;
}
.postthumbs {
	margin:0 0 0 37px;
}
.posttext {
	font-size:13px;
	width:420px;
	margin:10px 0 10px 50px;
	
}
.bannerpost {

margin:0 0 0 5px;
}
h3 {
	color:#fff;
margin: 0 10px 10px 25px;
font-size:12px;
}



h5 {
	width: 525px;
	height: 32px;
	margin: 10px 0 0 0;
	background: url(/images/top.jpg) no-repeat center top;
}

h5 span {
font-size: 20px;
position: relative;
color:#FFF;
left: 15px;
top: 15px;

}

div.container {
	width: 525px;
	background: url(/images/middle.jpg) repeat-y center center;
}



div.footer {
	background: url(/images/bottom.jpg) no-repeat center bottom;
	width: 525px;
	height: 32px;
}
#zipcont {
	background: url(/images/zipbox.jpg) no-repeat;
	height:434px;
	
}
.zipimg {
	padding:7px 10px 0 10px;
}
.zipinfo{
	text-align:left;
	margin:0 0 0 20px;
}
