/* index  */
body{
	background-color			:#F4C11F;
	background-repeat			:repeat-x;
	background-attachment		:fixed;
}

#header{
	background-color			:#ffffff;
	background-repeat			:no-repeat;
}
/* header  */
#headTitleMain{
	color						:#333333;
	text-align					:left;
 	font-size					:18px;
	font-weight					:bold;
}
#headTitleSub{
	font-size					:12px;
	color						:#333333;
}
#mapView{
	border						:solid 5px #FFA500;
}
/* blog  */
.titleImg{
}

/* sidebar  */
#sbProfileTitle{
	background					:url(./img/profile.jpg) no-repeat 50% 0%;
}
#sbNewEntryTitle{
	background					:url(./img/entries.jpg) no-repeat 50% 0%;
}
#sbNewCommentTitle{
	background					:url(./img/comments.jpg) no-repeat 50% 0%;
}

#sbProfileName{}
#sbNewEntryName{}
#sbNewCommentName{}
#sbNewTbName{}
#sbPopularityName{}
#sbGenreName{}