@charset "utf-8";

html , body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
	background-color: #8d1014;
}

/* CSS Document */
#page_wrapper {
	background-image: url(background_shadow2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 20px 35px 10px 35px;
	background-color: #FFF;
}

#header {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header a, #header a:active, #header a:visited, #header a:hover {
	text-decoration: none;
}

#name_left {
	float: left;
	width: 462px;
	background-image: url(name_left.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 25px;
	margin-right: 38px;
}
#name_right {
	float: right;
	width: 462px;
	background-image: url(name_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 38px;
	height: 25px;
}

span {
	visibility: hidden;
}

a, a:active, a:visited, a:hover {
	color:#666;
	text-decoration: none;
	padding-top: 5px;
}

#header a:hover {
	background-image: url(hover_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .active_nav{
	font-style: italic;
	color: #000;
}

.top_nav {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 1.3em;
}




.top_nav ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_nav_wrapper {
	float: left;
	width: 538px;
	height: 75px;
}
#top_nav_left {
	float: left;
	width: 443px;
	height: 60px;
	margin-top: 15px;
	margin-right: 20px;
	text-align: right;
}
#top_nav_left li {
	display: inline;
	padding-right: 25px;
	padding-left: 15px;
}

#top_nav_center {
	float: right;
	width: 75px;
	height: 75px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_nav_right {
	float: right;
	width: 442px;
	height: 60px;
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
}

#top_nav_right li {
	margin-left: 25px;
	margin-right: 15px;
	display: inline;
}

#page_content {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
#bottom_nav {
	clear: both;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	margin-top: 15px;
}
#bottom_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: center;
}
#bottom_nav ul li {
	margin-right: 15px;
	margin-left: 15px;
	display: inline;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-variant: small-caps;
	position: relative;
	bottom: auto;
	color: #CCC;
}
#footer a, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#home #bottom_nav, #about #bottom_nav{
	display: none;
}
#blog #bottom_nav ul  li{
	line-height: 21px;
	height: 21px;
	padding-left: 25px;
	vertical-align: middle;
}
