/***************
*
*  Layout
*
*****/

#SideBarCurrentPage
	{
	background: transparent url('../images/layout/SideBarPageAbout.png') top right no-repeat;
	}

#Content
	{
	padding: 20px 30px 1px 30px;
	}

#SubNavigation
	{
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 25px;
	list-style-type: none;
	text-align: center;
	width: 100%;
	}

	#SubNavigation li
		{
		background: transparent url('../images/layout/SubNavigationList-bg.gif') 0px 50% no-repeat;
		display: table-cell;
		vertical-align: middle;
		width: 20%;
		}

	#SubNavigation li:first-child,
	#SubNavigation li.firstChild
		{
		background: none;
		text-align: left;
		}

		#SubNavigation li a:link,
		#SubNavigation li a:visited
			{
			color: #00c;
			}

		#SubNavigation li a:hover,
		#SubNavigation li a:active
			{
			border-bottom: 1px dotted #00c;
			}

/***************
*
*  Typography
*
*****/

h1
	{
	color: #00c;
	font-size: 30px;
	}

h2
	{
	color: #aaa;
	font-size: 20px;
	text-indent: 25px;
	}

table
	{
	margin: 10px auto 10px 50px;
	text-align: left;
	vertical-align: top;
	}

th
	{
	color: #00c;
	font-size: 17px;
	font-weight: normal;
	padding-right: 20px;
	}
