html {
	background: url(images/bg1.gif);
}
body {
	padding: 0;
	margin: 0;
	background: url(images/bg3.gif) no-repeat center top;
	color: #666;
	width: 100%;
	display: table;
}
#header {
	width: 953px;
	margin: 0px auto 0;
	background: #FFFFFF;
	border: solid 0px #ccc;
	padding: 47px 0px 0px 0px;
}

#content {
	width: 953px;
	margin: 0px auto 0;
	background: #FFFFFF;
	border: solid 0px #ccc;
	padding: 25px 0px 0px 0px;
}

#news {
	width: 492px;
	margin: 0px auto 0;
	background-image:url(../images/newsBg.jpg);
	border: solid 0px #ccc;
	padding: 0px 0px 0px 0px;
}

#aboutMe {
	width: 652px;
	height: 685px;
	margin: 0px auto 0;
	background: url(../images/1AboutMe.jpg) no-repeat center top;
	border: none;
	padding: 0px;
}

#aboutBg {
	width: 301px;
	height: 282px;
	margin: 0px auto 0;
	background: url(../images/1aboutBg.gif) no-repeat center top;
	border: none;
	padding: 0px;
}

#aboutBlog {
	width: 301px;
	height: 403px;	
	margin: 0px auto 0;
	background: url(../images/1AboutBlog.gif) no-repeat center top;
	border: none;
	padding: 0px;
}

#aboutInspire {
	width: 338px;
	height: 378px;	
	margin: 0px auto 0;
	background: url(../images/1InspireBg.gif) no-repeat center top;
	border: none;
	padding: 0px;
	
}

#aboutInspire a{

	text-decoration:none;
	font-weight:normal;
	line-height:1px;
	
}

#aboutFriends {
	width: 270px;
	height: 378px;	
	margin: 0px auto 0;
	background: url(../images/1FriendsBg.gif) no-repeat center top;
	border: none;
	padding: 0px;
	line-height:6px;

}

#aboutFriends a{
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
}

#aboutMusic {
	width: 345px;
	height: 378px;	
	margin: 0px auto 0;
	background: url(../images/1MusicBg.gif) no-repeat center top;
	border: none;
	padding: 0px;
}

#footer {
font-size:9px;
color:#979797;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;

}

#footer a{
font-size:9px;
color:#979797;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
}

/****GLOBAL TEXT STYLES****/
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding: 5px 0;
	color:#FFFFFF;
}
h2 {
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding: 5px 0;
	color:#FFFFFF;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding: 5px 0;
}
p {
	font-size:11px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#979797;
}

a {
	font-size:11px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    color:#979797;
	margin: 0;
	padding: 0;
	text-decoration:none;
	border:none;
}

.style1 {
	line-height: 19px;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color:#979797;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#979797;
	margin: 30px;
	padding: 0;
	text-decoration:none;
	border:none;
}

.style3 {
	font-size:11px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 15px;
	color:#979797;
	margin-bottom: none;
	width: 345px;
}

img {
	border:none;
	vertical-align:text-bottom;
}
.fltLeft {
	float:left;
}
.fltRight {
	float:right;
}
.clearAll {
	clear:both;
}

#slideshow {
			position:relative;
			height:410px;
		}
		
		#slideshow img {
			position:absolute;
			top:0;
			left:0;
			z-index:8;
		}
		
		#slideshow img.active {
			z-index:10;
		}
		
		#slideshow img.last-active {
			z-index:9;
		}

