html {
	
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: verdana, arial, helvetica, verdana, sans-serif;	
	color:#666666;
	background-image:url("../images/background.jpg");
}
img{
	float:left;
	margin:5px;
}
/*
 * Main layout 
 */
#HeaderWrapper {
	color: #fff9e3;
	text-align: center; /* IE hack */
}

#Header {
	width: 570px;
	height:100px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#Navigation {
	width: 570px;
	margin: 0 auto;
	text-align: center;
}

#BodyWrapper {
	text-align: left;
	min-height: 300px;
}

#Body {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px 20px 30px 20px;
}

#Layout {
	padding-top: 30px;
	padding-left: 5px;
}

#FooterWrapper {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#Footer {
	padding: 10px 20px 10px 20px;
}
/* end of Main layout */

/*
 * General styles
 */
a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
}
/* end of General styles

/*
 * Header 
 */
#Header {
}
	#Header h1 {
		margin-top: 0;
	}
	#SiteName {
		font-size: 35px;
		text-shadow: #666666 1px 1px 2px;
		margin-bottom: -8px;
		font-family: arial, helvetica, verdana, sans-serif;
		letter-spacing: -3px;
	}
		#SiteName a {
			color: #b84d46;
		}
		#SiteName span {
			color: #fff;
		}
	#TagLine {
		color: #fff;
		font-weight: normal;
		text-shadow: #b84d46 1px 1px 2px;
	}
		#TagLine span {
			font-family: Baskerville, Goergia, Times, "Times New Roman", serif;
			font-style: italic;
		}
/* end of Header */

/*
 * Navigation 
 */
#Navigation {
}
	#Navigation ul {
		float: left;
		margin: 0;
		margin-bottom: 2px;
		padding: 0;
		list-style: none;
		clear: both;
		font-size: 11px;
		font-weight:bold;
	}
	#Navigation ul li {
		float: left;
	}
	#Navigation ul li a {
		display: block;
		color: #666666;
		text-transform: uppercase;
		margin-left: 2px;
		margin-right: 2px;
		font-size:13px;
	}
	#Navigation .navItemBottomLeft, #Navigation .navItemBottomRight {
		height: 5px;
	}
	#Navigation a.current, #Navigation a.section {
		color: #666666;
	}
	#Navigation a.current .navItemBottomLeft , #Navigation a.section .navItemBottomLeft  {
	}
	#Navigation a.current .navItemBottomRight , #Navigation a.section .navItemBottomRight  {
	
	}
		#Navigation a span {
			display: block;
			padding:2px 2px 0px 2px;
		}
		#Navigation a.current span, #Navigation a.section span {
			color:#b84d46;
			text-shadow: none;
		}
	#Navigation a:hover {
		color: #666666;
	}
/* end of Navigation */

/*
 * SubNavigation 
 */
#SubNavigation {
	
}
	#SubNavigation ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		clear: both;
		font-size:11px;
	}
	#SubNavigation ul li {
		float: left;
	}
	#SubNavigation ul li a {
		color: #666666;
		display: block;
		padding: 2px 2px 2px 2px;
		margin-left: 2px;
		margin-right: 2px;
		
	}
	#SubNavigation a.current, #SubNavigation a.section {
		color: #b84d46;
	}
	#SubNavigation a:hover {
		color: #b84d46;
	}
/* end of Navigation */

/* Breadcrumbs */
#Breadcrumbs {
	font-size: 8px;
	margin-left:0px;
	color:#FFE4AD
}
/* end of Breadcrumbs */

/* Body */
#Body {
	
	text-align: left;
	color: #333;
	padding-bottom: 20px;
}
	#Body a {
		color: #b84d46;
	}
	#Body a:hover {
		color: #b84d46;
	}

#content {
	margin-top: 40px;
	padding-left:5px;
	
}
/* end of Body */

/* 
 * Page Comment 
 */
#PageComments_holder h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #666;
}
#PageComments {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments li {
		padding: 5px 10px 5px 10px;
	}
	#PageComments li.even {
		
	}
#PageComments .actionLinks {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments .actionLinks li {
		display: inline;
		padding-left: 0;
		margin-left: 0;
	}

/* Footer */
#FooterWrapper {
	
}
	#Footer {
		text-align: center;
		color: #666666;
		font-size: 9px;
	}
		#Footer a {
			color: #fff9e3;
			font-weight: bold;
		}
/* end of Footer */
