/* CSS Document */

html,
body{
height:100%;
margin:0;
background-color:#F9FEFA;
background-image:url(../09_layout/screen_background.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
}

#container
{
min-height: 100%;
position: relative;
width: 955px;
background-color: #fff;
background-image:url(../09_layout/background.jpg);
background-repeat:repeat-y;
color: #333;
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}

#title
{
float:left;
width:955px;
top:0px;
left:0px;
}

#pen
{
float:left;
width:120px;
top:179px;
left:0px;
}

#books
{
float:right;
width:120px;
top:179px;
left:835px;
}

#menu
{
float:left;
width:715px;
top:179px;
left:120px;
}

#content_spacer
{
float:left;
width:715px;
top:216px;
left:120px;
}

#main_content
{
float:left;
width:715px;
height: auto;
top:235px;
left:120px;
height:100%;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

#footer
{
	height: 69px; /* .push must be the same height as .footer */
	width:955px;
	background-color:#006600;
	background-image:url(../09_layout/text_menu_bottom.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#0066CC;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;
	font-style: normal;
	text-decoration: underline;
	line-height: normal;
}

.standard_text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000099;
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.standard_text_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.standard_text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #006600;
}
.standard_text_sidebar {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.standard_text_bold_sidebar {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.standard_text_frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}

#clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}
.right_image {
	padding-bottom: 10px;
	padding-left: 10px;
}
.left_image {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}
.standard_text_bold_green {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.standard_text_small_green {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.standard_text_date {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#006600;
}
.standard_text_blog_excerpt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000000;
}
