body {
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:12px;
	margin:10px 0px; padding:0px;
	text-align:center; /*IE5/Win */
	}
	
#Content {
	width:940px;
	margin:0px auto;
	text-align:left; /* IE5/Win Hack */
	padding:0px;
	}
#sc_content {
	padding:15px;
	background-image: url(images/bg_main.png);
	height:517px;
	width:424px;
	float: left;
}
#pic_content {
	padding:15px;
	background-image: url(images/bg_pic.png);
	height:517px;
	width:424px;
	float: right;
}
#content_lf {
	margin-top:0px;
	text-align: justify;
}
#fanbox {
	margin-top:0px;
	width:424px;
	margin-left:auto;
	margin-right:auto;
	}
#tweets {
	margin-top:12px;
	margin-left:190px;
	width:200px;
	height:140px;
	overflow: hidden;
    }
#follow-me {
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	}
#menu ul{
height:41px;
margin:0px;
padding:0px;
text-align:center;
}

#menu li{
height:41px;
float:left;
margin:0px;
padding:0px;
}

#menu li{
display:inline;
}

#menu li a{
height:41px;
float:left;
margin:0px;
padding:0px;
display:block;
}

#menu span{
display:none;
}
#menu {
	height:41px;
	margin: 35px 0px 0px 0px;
}
#menu li a#profile{
	width:100px;
	background:url(images/profile.png) top left no-repeat;
	}
#menu li a#profile:hover{
	width:100px;
	background:url(images/profile.png) bottom left no-repeat;
	}
#menu li a#gallery{
	width:100px;
	background:url(images/gallery.png) top left no-repeat;
	}
#menu li a#gallery:hover{
	width:100px;
	background:url(images/gallery.png) bottom left no-repeat;
	}
#menu li a#contact{
	width:100px;
	background:url(images/contact.png) top left no-repeat;
	}
#menu li a#contact:hover{
	width:100px;
	background:url(images/contact.png) bottom left no-repeat;
	}
#menu2 ul{
height:41px;
margin:0px;
padding:0px;
text-align:center;
}

#menu2 li{
height:41px;
float:left;
margin:0px;
padding:0px;
}

#menu2 li{
display:inline;
}

#menu2 li a{
height:41px;
float:left;
margin:0px;
padding:0px;
display:block;
}

#menu2 span{
display:none;
}
#menu2 {
	height:41px;
	margin: 0px 0px 0px 0px;
}
#menu2 li a#facebook-f{
	width:100px;
	background:url(images/facebook-f.png) top left no-repeat;
	}
#menu2 li a#facebook-f:hover{
	width:100px;
	background:url(images/facebook-f.png) bottom left no-repeat;
	}
#menu2 li a#twitter-f{
	width:100px;
	background:url(images/twitter-f.png) top left no-repeat;
	}
#menu2 li a#twitter-f:hover{
	width:100px;
	background:url(images/twitter-f.png) bottom left no-repeat;
	}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:20px;
	}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%
	}
.jScrollPaneDrag{
	position:absolute; 
	background:#CCC;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}