body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 1px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

/* PAGE SIZE*****************************/

#wrapper{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
}
a img {
border: none;
vertical-align: bottom;
}

h3 {
	font-size: 150%;
	color: #33cc33;
}
ol {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
.title {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}
.publish_history {
	font-size: 85%;
	color: #666666;
	padding-left: 30px;		
}

/* CLASSES ****************************/
.rightalign{
	text-align: right;
}
.right_float {
	float: right;
	clear: both;
}
.leftalign{
	text-align: left;
}



/* HEADER ****************************/
#header{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* CONTENT ***************************/
#content {
	width:100%;
	margin-top: 20px;	
}



/* HOME PAGE***************************************/

#outtake_home_page {
	font-size: 120%;
	padding: 5px 5px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin-top: 5px;
	
	text-align: left;
}
#image_home_page{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	
}


/* LEFT SIDE NAVIGATION LINKS *****************/



#left_navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
}

#left_navcontainer li { margin: 0 0 0 0; }

#left_navcontainer a
{
	display: block;
	padding: 1px 2px 0px 30px;
	background-color: #FFFFFF;
}

#left_navcontainer a:link, 
{
	color: #999999;
	text-decoration: none;
}

#left_navcontainer a:hover 
{
	color: #33CC33;
}

#active a:link,  #active a:hover
{
	color: #33cc33;
}
a.on_this_page{
	color: #FF0000;
}

/* horizontal navlist  *****/
#horiz_navcontainer 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	display: inline;
	clear: both;
	
}
#horiz_navcontainer a
{
	padding: 1px 2px 1px 15px;
	text-decoration: none;
	color: #999999;
	text-align: center;
}

#horiz_navcontainer a:link
{
	color: #999999;
	text-decoration: none;
}

#horiz_navcontainer a:hover 
{
	color: #33CC33;
}



/* Left side **********************/
#left_side{
	width: 30%;
	float: left;
	margin-top: 0px;
	border-right: solid #cccccc 1px;
	text-align: left;
	
}
#left_side li {
	list-style-type: none;
	padding-top: 15px;
		
}
#left_side a {
	font-size: 110%;
	letter-spacing: 2px;
	color: #999999;
	text-decoration: none;
	
}
#left_side a:hover  {
	color: #FF0000;
}


#here a {
color: #FF0000;
}


/* Right Side *******************/
#right_side {
	width: 65%;
	float: right;
	margin-top: 0px;
	text-align: left;
}

#right_side a:hover {
	color: #0000FF;
}




/* NOVELS PAGE ****************************/

#unit{
	clear: both;
	text-align: left;
	height: 275px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 25px;
	}
#unit h2{
	color: #666666;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
#unit_left {
	float: left;
	width: 45%;
	clear: left;
}
#unit_right {
	float: right;
	width: 45%;
	clear: right;
}

#outtake_unit {
	font-size: 100%;
	padding: 10px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	text-align: left;
}

#excerpt_purchase ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	

}
#excerpt_purchase li{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;	 
	 
	 }
#excerpt_purchase a  {
	text-decoration: none;
	width: auto;
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	text-align: left;
	padding: 2px 10px 2px 10px;
	background-color: #47AFE4;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;

}
#excerpt_purchase a:hover {
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background-color: #F60;

}


/*About the Author    */
.works li{
	list-style-type: square;
}


/* FOOTER **********************************/
#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	color: #999999;
	font-size: 90%;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}


