/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: times, serif;
}

/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #262626;
}

/*
	Standard paragraph style
*/

p
{
	font-family: times, serif;
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: times, serif;
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: #91D5FA;
	font-size: 1.0em;
}

a:visited
{
	color: #999999;
	font-size: 1.0em;
	text-decoration: none;
}


/*
	Headings
*/
.StdText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fdf5e6;
	font-weight:normal;
}
h1
{
	font-family: times, serif;
	font-weight: normal;
	/*color: #73735E;*/
	color:#CCCCCC;
	font-size: 1em;
	letter-spacing: 0.4em;
	margin-top: 0px;
}

h2
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #73735E;
}


h3
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: times, serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #A6B7C0;
}

h4
{
	font-family: times, serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 1.4em;
	text-decoration: none;
	letter-spacing: 0.4em;
	line-height: 1.0;
}


/*
	Container for page
*/

#container
{
	padding-top: 50px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	background-color: #1A1A1A;
}


/*
	Page header top area - main
*/

#header
{
	background-color: transparent;
	width: 800px;
	height: 400px; 
	background-position:top center;
	background-image: url("/images/homeheader_bg.jpg");
	/*background-image: url("/images/winterbg.jpg");*/
	background-repeat: no-repeat;
}

#header2
{
	position:relative;
	background-color: #1A1A1A;
	width: 800px;
	margin-bottom: 0px;
	 background-image: url("/images/homeheader_bg.jpg");
	/*background-image: url("/images/winterbg.jpg");*/
	background-repeat: no-repeat;
}
/*
	Page header top area - subpage
*/

#header-sub
{
	background-color: transparent;
	width: 800px;
	height: 281px;
	background-image: url("/images/homeheader_bg.jpg");
	 /*background-image: url("/images/winterbg.jpg");*/
	background-repeat: no-repeat;
}


/*
	Page header text area - main
*/
#advertimage
{
	float: left;
	position: absolute;
	/* background-color: transparent;*/
	width: 240px;
	top: 300px;
	/*margin-left:2px;*/
	left: 28px;
	vertical-align:bottom;
	height: 169px;
}
#newAdvert
{
	float: left;
	position: absolute;
	/* background-color: transparent;*/
	width:140px;
	top: 304px;
	/*margin-left:2px;*/
	left: 28px;
	vertical-align:bottom;
	height: 169px;
}
#headertext
{
	position: absolute;
	background-color: transparent;
	width: 449px;
	top: 307px;
	left: 346px;
	color: #73735E;
	height: 150px;
}


/*
	Page header text area - sub
*/

#headertext-sub
{
	position: relative;
	background-color: transparent;
	width: 326px;
	top: 255px;
	left: 400px;
	/* color: #73735E; */
	color: #AFAF98;
	font-weight:bold;
}

.headerbodytext
{
	color: #73735E;
	margin-top: -12px;
}
.headerbodytextwhite
{
	color:#FFFFFF;
	margin-top: -12px;
	text-align:justify;
}
.bookinfotext
{
	color: #FFFFFF;
	font-size: 0.9em;
}
.bookdesctext
{
	color: #FFFFFF;
	font-size: 0.8em;
}
/*
	Left Column Container
*/

#left
{
	float: left;
	width: 390px;
	margin-bottom: 0px;
}

/* full column */
#full
{
	float: left;
	width: 800px;
	margin-bottom: 0px;
	background-color:#000003;
}

/*
	left-column text area - subpage
*/

#left-text
{
	width: 310px;
	padding-left: 40px;
	padding-right: 40px;
}

#left-text p
{
	/* color: #A6B7C0; */
	color: #FFFFFF;
}



/*
	Menu
*/

#menu
{	
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #7D888E;
	font-weight: normal;
	font-size: 1.0em;
}
#menu-sub
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #7D888E;
	font-weight: normal;
	font-size: 1.1em;
}
#menu a
{
	color: #7D888E;
	margin-right: 10px;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.5;
}
#menu-sub a
{
	color: #7D888E;
	margin-right: 10px;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
}

#menu a:hover
{
	text-decoration: none;
	color: #fff;
}

#menu-sub a:hover
{
	text-decoration: none;
	color: #fff;
}

#poetry-menu
{
	color: #AFAF98;
	/*margin-right: 10px; */
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-menu a
{
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-menu a:hover
{
	text-decoration: none;
	color: #fff;
}
#author-list
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 12px;
	text-decoration: none;
	line-height: 1.0;
}
#author-list a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 12px;
	text-decoration: none;
	line-height: 1.0;

}
#author-list a:hover
{
	text-decoration:none;
	color: #fff;
}
#others-list
{
	margin-left: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
	
}

#poetry-list
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-list a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-list a:hover
{
	text-decoration:none;
	color: #fff;
}

#poetry-list2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-list2 a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #AFAF98;
	/* margin-right: 10px; */
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.0;
}
#poetry-list2 a:hover
{
	text-decoration:none;
	color: #fff;
}

/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 326px;
	padding-top: 20px;
	padding-right: 25px;
}


/*
	Page footer area
*/

#page-footer
{
	width: 800px;
	height: 125px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 0.8em;
}


/*
	Standard images
*/

img
{
	border: none;
}
