* {
margin:0; 
padding:0;
}

html {
background:#000;
}

body {
background:url(../images/bg.jpg) no-repeat; 
background-position:top; 
background-attachment:fixed;
}

#DropShadow {
	width:1000px;
	background:url(../images/dropshadow.png) repeat-y;
	margin:0 auto;
}

#PageWrap {
	width:975px;
	margin:0 auto;
}

/* Header
======================================================== */

#Header {
	background:url(../images/header.jpg) no-repeat;
	width:975px;
	height:232px;
}

#Nav {
	background:url(../images/nav.jpg) repeat-x;
	width:975px;
	height:48px;
	position:relative;
}

#Nav ul {
	padding:17px 0 0 34px;
}

#Nav ul li {
	font:0.8em helvetica, arial, sans-serif;
	color:#94bcd5;
	float:left;
	list-style: none;
}

#Nav ul li a {
	text-decoration: none;
	color:#fff;
	margin:0 10px 0 12px;
}

#Nav ul li a:hover {
	color:#94bcd5;
}

#socialNetwork {
	position:absolute;
	right:54px;
	top:12px;
}

a img {
	border:none;
}

/* Content
======================================================== */

#Content {
	background:url(../images/content_bg.jpg) repeat-y;
	width:910px; /* 975px */
	padding:20px 20px 40px 45px;
	position:relative;
	min-height:600px; 
	height:auto;
}

#introTextBox {
	background:url(../images/introtextbox.png) no-repeat;
	width:840px; /* 880px */
	height:150px; /* 200 */
	padding:20px;
	margin-bottom: 20px;
}

#Content #introTextBox p {
	font-size: 1.5em;
	color:#fff;
}

#Content #introTextBox p a {
	color:#74a7c6;
	text-decoration: none;
}

#Content #introTextBox p a:hover {
	text-decoration: underline;
}


/* for Internet Explorer */
/*\*/
* html #Content {
	height:600px;
}
/**/

#Content p {
	font:0.8em Helvetica Neue, arial, sans-serif;
	padding:0 0 12px 0;
}

#Content p a {
	color:#035483;
}

#Content .normalList {
	margin:0 0 20px 14px;
}

#Content .normalList li {
	font:0.8em Helvetica Neue, arial, sans-serif;
	
}

#Content h1 {
	font:2em Helvetica Neue, arial, sans-serif;
	font-weight: bold;
	padding:0 0 12px 0;
}

#Content h2 {
	font:1.2em Helvetica Neue, arial, sans-serif;
	font-weight: bold;
}

.Thumb {
	text-shadow: 0px 0px;
	width:300px;
	display: table;
	float:left;
}

.Thumb a {
	border:6px solid #646462;
	margin:0 0 20px 0;
	width:270px;
	height:130px;
	display:block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ThumbInfo {
	background:url(../images/ThumbInfo.png) no-repeat;
	width:270px;
	height:65px;
	display: none;
	position:absolute;
	bottom:0;
}

#Content .ThumbInfo h1 {
	font:90% arial, helvetica, sans-serif;
	color:#fff;
	padding:10px 10px 0 10px;
	font-weight: bold;
}

#Content .ThumbInfo p {
	font:0.7em arial, helvetica, sans-serif;
	color:#ccc;
	padding:0 10px;
}

#Deb {
	background:url(../images/thumb_deb.jpg) no-repeat;
}

#Titan {
	background:url(../images/thumb_titantv.jpg) no-repeat;
}

#Cody {
	background:url(../images/thumb_cody.jpg) no-repeat;
}

#Irene {
	background:url(../images/thumb_irene.jpg) no-repeat;
}

#Leo {
	background:url(../images/thumb_leo.jpg) no-repeat;
}

#PalmBeach {
	background:url(../images/thumb_palmbeach.jpg) no-repeat;
}

#DeCielo {
	background:url(../images/thumb_decielo.jpg) no-repeat;
}

#Jeremy {
	background:url(../images/thumb_jeremysteding.jpg) no-repeat;
}

#Lopez {
	background:url(../images/thumb_lopez.jpg) no-repeat;
}

#OneHundred {
	background:url(../images/thumb_100.jpg) no-repeat;
}

#Hair {
	background:url(../images/thumb_hair.jpg) no-repeat;
}

#SLC {
	background:url(../images/thumb_slc.jpg) no-repeat;
}

/* Footer
======================================================== */

#Content #Footer {
	color:#666;
	position: absolute;
	bottom:14px;
	left:400px;
	font-size: 0.7em;
}


























