
			div#header
			{
				background: url("/blog/img/imageLibrary/header/6/4.gif?40834") repeat;
			}
			
			div#logo
			{
				
			}

			span#blogName, span#blogName a:link, span#blogName a:visited
			{
				color: #F9F906;
			}
			span#blogDescription
			{
				color: #F9F906;
			}
		
			
			/* body */
			.BlogBody a:link, .BlogBody a:visited 
			{ 
				color: #FC8106; 
			} 			
			.BlogBody
			{ 
				background-color:  #070707; 
				color: #FBFB07;
				/*font-family: Verdana;
				font-size: 12px; */
			}
			#BlogBodyContent
			{ 
				background-color:  #070707;
				color: #FBFB07;
				/*font-family: Verdana;
				font-size: 12px; */
			}
			#entrySubject {
				font-family: Times;
				font-size: 16px;
				color: #FC8720;
			}
			#entrySubject a:link, #entrySubject a:visited
			{
				font-family: Times;
				font-size: 16px;
				color: #FC8720;
			}
			#entrySubject a:hover
			{
				font-family: Times;
				font-size: 16px;
				color: #96FC51;
			}
			.EntryDivider
			{
				border-top: 1px solid #FEAB06;
			}
			.commentDivider
			{
				border-top: 1px solid #FBF203;
			}
			
			/* sidebar */
			.BlogSideBar, .BlogSideBarLeftSide
			{
				background-color: #060606;
				color: #FCFC06;
				font-family: Times;
				font-size: 12px;
			}
			.BlogSideBar a:link, .BlogSideBar a:visited, .BlogSideBarLeftSide a:link, .BlogSideBarLeftSide a:visited
			{
				color: #F99807; 				
			}
			.SidebarBox
			{
				font-family: Times;
				font-size: 12px;
			}
			.profileSidebar
			{
				font-family: Times;
				font-size: 12px;
			}
			.SidebarTitle
			{
				font-family: Times;
				font-size: 13px;
				border: 1px solid #FFBB01;
				background-color: #070707;
				color: #FEFE07;
			}
			
			/* footer */
			div#footer
			{
				font-family: Times;
				font-size: 10px;
				background-color: #060606;
				color: #F2FB01;
			}
			div#footer a:link, div#footer a:visited
			{
				color: #F9C803;
			}
			
			/* page */
			div#wrapper
			{
				background-color: #070707;
				border-left: 1px solid #FC8A07;
				border-right: 1px solid #FC8A07;
			}
			div#container
			{
				background-color: #070707;
			}
			#BlogVerticalDividerMid
			{
				border-right: 1px solid #FBEA04;
			}
			#BlogVerticalDividerMidLeftSide
			{
				border-left: 1px solid #FBEA04;
			}
			div#footer
			{
				border-top: 1px solid #F9D003;;
			}
			body
			{
				background-color: #070707;
			}
			
		
