/* all pages------------------------------------------------------------- */
body {
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	background-color: #000000;
}
html {
	margin: 0px;
	padding: 0px;
}
.hidden {
	visibility: hidden;
}
h2 {
	color: #f0ff00;
}
h3 {
	color: #c6e1ff;
	font-size: 1.25em;
}
h4 {
	color: #FFF;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}
a:link
{
	color: #f0ff00;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
    color: #f0ff00;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
    color: #c6e1ff;
	font-weight: bold;
	text-decoration: underline;
}
#subnav2 {
	width: 148px;
	text-align: right;
	float: left;
	line-height: 22px;
}
#tinytext {
	font-size: 11px;
	color: #96cbff;
}

#subnav3 {
	width: 148px;
	text-align: right;
	float: right;
}
/* navigation------------------------------------------------------------- */
#navigation {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	clear: none;
	padding: 0px;
	height: 143px;
	text-align: center;
}
#buttons {
	background-image: url(images/buttons.gif);
	height: 44px;
	background-repeat: no-repeat;
}
a#nav_books {
	float: left;
	width: 113px;
	height: 44px;
	text-decoration: none;
	background-image: url(images/1_books.gif);
	background-position: top;
	margin-left: 183px;
}

a#nav_bio {
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/2_bio.gif);
    text-decoration: none;
}

a#nav_blog {
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/3_blog.gif);
    text-decoration: none;
}

a#nav_news {
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/4_news.gif);
    text-decoration: none;
}

a#nav_fun {
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/5_fun.gif);
    text-decoration: none;
}
a#nav_contact {
    float: left;
    width: 111px;
    height: 44px;
    background: url(images/6_contact.gif);
    text-decoration: none;
}
a:hover#nav_books {
	display: block;
	float: left;
	width: 113px;
	height: 44px;
	text-decoration: none;
	background-image: url(images/1_books_hover.gif);
}
a:hover#nav_bio {
    display: block;
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/2_bio_hover.gif);
    text-decoration: none;
}
a:hover#nav_blog {
    display: block;
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/3_blog_hover.gif);
    text-decoration: none;
}
a:hover#nav_news {
    display: block;
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/4_news_hover.gif);
    text-decoration: none;
}
a:hover#nav_fun {
    display: block;
    float: left;
    width: 113px;
    height: 44px;
    background: url(images/5_fun_hover.gif);
    text-decoration: none;
}
a:hover#nav_contact {
    display: block;
    float: left;
    width: 111px;
    height: 44px;
    background: url(images/6_contact_hover.gif);
    text-decoration: none;
}

/* home page------------------------------------------------------------- */
#content {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	height: 404px;
}
#text_home {
	width: 355px;
	margin-left: 85px;
	padding-top: 45px;
	font-size: .875em;
}
/* subpage------------------------------------------------------------- */
#curve_top {
	background-image: url(images/curve_top.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 708px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#subpage {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/curve_center.gif);
	background-repeat: repeat-y;
	height: 525px;
}
#subpage2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-size: .875em;
}
#test {
	background-image: url(images/bg_test_notIE7.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0px;
	height: 2000px;
	width: 100%;
	left: auto;
	right: auto;
	background-position: center bottom;
	padding-left: 0px;
}

#subpage_long {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/curve_center.gif);
	background-repeat: repeat-y;
	height: 900px;
}
#text_sub {
	width: 355px;
	margin-left: 60px;
	padding-top: 0px;
	font-size: .875em;
	float: left;
	height: 100%;
}
#text_wide {
	width: 625px;
	margin-left: 60px;
	padding-top: 0px;
	font-size: .875em;
	float: left;
	height: 100%;
}
#text_subblog {
	width: 310px;
	margin-left: 60px;
	padding-top: 0px;
	font-size: .875em;
	float: left;
	height: 100%;
}
#curve_bottom {
	background-image: url(images/curve_bottom.png);
	background-repeat: no-repeat;
	height: 69px;
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-position: bottom;
	overflow: hidden;
}
#sp_contact {
	background-image: url(images/sp_contact.jpg);
	background-repeat: no-repeat;
	height: 347px;
	width: 255px;
	float: right;
	margin-right: 20px;
}
#sp_books {
	background-image: url(images/sp_books.gif);
	background-repeat: no-repeat;
	height: 296px;
	width: 211px;
	float: right;
	margin-right: 25px;
}
#sp_blog {
	background-image: url(images/sp_blog.gif);
	background-repeat: no-repeat;
	height: 265px;
	width: 332px;
	float: right;
	margin-right: 0px;
}
#sp_news{
	background-image: url(images/sp_news.gif);
	background-repeat: no-repeat;
	height: 381px;
	width: 290px;
	float: right;
	margin-right: 0px;
	margin-top: -35px;
}
#content2 {
	width: 631px;
	background-color: #135299;
	padding-right: 22px;
	padding-left: 22px;
	margin-left: 159px;
	height: 100%;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	overflow: hidden;
}
#content3 {
	width: 631px;
	background-color: #135299;
	padding-right: 22px;
	padding-left: 22px;
	margin-left: 159px;
	height: 525px;
}
