/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: #f35a21 url(../images/fiery-background.jpg) top left no-repeat;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:40px 0;
	width:1000px;
}

#MyName {
	width:368px;
	height:62px;
	float:right;
	margin:0 183px 0 0;
}

#Header {
	background:url(../images/bkg-head-shadow.png) top left no-repeat;
	clear:both;
	height:50px;
	width:820px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding:0;
		}
			#Menu1 li {
				float:left;
			}
				#Menu1 li.current a,
				#Menu1 li.section a{
					background:#20bdf1;
					
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					width:163px;
					font-weight:bold;
					font-size:1.6em;
					text-decoration:none;
					padding:5px 15px;
					margin:0 0 0 6px;
					text-transform:uppercase;
				}
					#Menu1 li a:hover {
						background:#20bdf1 url(../images/nav-notch.gif) no-repeat right;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color:#fff;
					}

#ContentContainer {
	background:url(../images/bkg-body-shadow.png) left repeat-y;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin:0 0 0 10px;
}
	#Menu2 li {
		float:left;
	}
	#Menu2 li a {
		color:#fff;
		padding:2px 10px;
		font-weight:bold;
		width:150px;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
		text-transform:uppercase;
		display:block;
	}
	#Menu2 li  a:hover {
		background:#94c84c url(../images/nav2-notch.gif) no-repeat right;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		background:#94c84c;
	}

#Content {
	float: left;
	margin: 20px 0 20px 32px;
	width:740px;
}

#ContentCreativeHolder {
	float: left;
	margin: 20px 0 20px 32px;
	width:765px;
}

#Content img{
	border-top:2px solid #394a53;
	padding:10px 0 0 0;
	margin:0;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:url(../images/bkg-foot-shadow.png) top left no-repeat;
	border:0;
	clear:both;
	width:820px;
	height:50px;
}
		
/* ---------- Page Headline ---------- */

#PageHead {
	float:left;
	width:550px;
	margin: 20px 0 0 30px;
}
		

/* ---------- Navigation styles ---------- */

#NavigationBox {
	float:right;
	margin: 0 162px 0 0;
	width:199px;
}

.NavTop{
	background: url(../images/nav-bkg-top.gif) top left no-repeat;
	height:10px;
}

.NavBottom{
	background: url(../images/nav-bkg-bottom.gif) top left no-repeat;
	border:0;
	height:46px;
	clear:both;
}

.NavButtons{
	float:left;
	background: url(../images/nav-bkg-body.gif) repeat-y;
}

#Navigation2Box{
	background:#94c84c url(../images/nav2-bkg.gif) top left repeat-y;
	width:180px;
	float:right;
	margin:0 18px 0 0;
	padding: 10px 0;
}

/* ---------- Creative Holder styles ---------- */

#CreativeThumbs{
	float:left;
	margin:0 25px 20px 0;
	width:230px;
	padding:0;
}

#CreativeThumbs img{
	border-top:2px solid #394a53;
	padding:5px 0 0 0;
	height:150px;
	margin:0;
	background:#fff;
	display:inline;
}


