/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{
	padding:0;
	color:#303030;
	background-color: #FFFFF3;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#rightColum img {
	margin-top: 5%;
	margin-left: 40px;
}


ul
{list-style:circle; margin:15px 0 20px 0; font-size:10px;}

li
{}

a
{color:#1D366B; font-weight:normal; text-decoration:underline;}

a:hover
{color:#3a65aa; text-decoration:underline;}

/*img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}*/



/**************** Sidebar area styles ****************/

#sidebar
{

	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:100%;
	overflow:auto;
	text-align:right;
	background-image: url(../images/bg_cover.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #2d4d91;
	margin-top: 0px;
}


body > #sidebarBG
{position:fixed;}
body > #sidebar
{position:fixed;}


#sidebar h1
{
margin:20px 18px 0 5px; 
color:#d85d5d; 
font-size:1.6em; 
letter-spacing:-2px; 
text-align:right;}

#sidebar h2, #sidebar h3
{
margin:0 20px 18px 5px; 
color:#808080; 
font-size:1.1em; 
font-weight:bold; 
letter-spacing:-1px; 
text-align:right;
}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:11px;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#menu a
{
	display:block;
	color:#fffff3;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCDEF2;
	padding-top: 9px;
}
#menu {
	margin-top: 50px;
}


#menu a:hover 
{
	color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.5;
background-color: #FFFFFF;


}

#menu a.active
{
	color:#000000;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	background-color: #FFFFFF;
}

#menu a.active:hover
{color:#fffff3;
	color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background-color: #FFFFFF; 

	}
	

/**************** Content area styles ****************/

#content
{
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	margin-left: 250px;
}


#content p
{
	font-size: 11px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 250px;
	line-height: 1.5em;
}
#content table 
{
	background-color: #FFFFF3;
	border-bottom-color: #A9A9A2;
	margin-left: 50px;
}


#content h1
{
	color:#663300;
	font-size:17px;
	letter-spacing:normal;
	text-align:left;
	margin-top: 40px;
	border-bottom-color: #F6F6E8;
	border-bottom-width: medium;
	border-bottom-style: solid;
	margin-left: 20px;
	margin-right: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
}

#content h2
{
	color:#333333;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	margin-right: 215px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

#content h3
{
	clear:both;
	color:#303030;
	font-weight:normal;
	font-size: 11px;
	letter-spacing:normal;
	margin-bottom: 5px;
}

#content h4
{
	color:#663300;
	font-size:12px;
	letter-spacing:normal;
	text-align:left;
	margin-left: 20px;
	margin-right: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;

}
#content h5
{
	clear:both;
	color:#000000;
	font-weight:bold;
	font-size: 11px;
	letter-spacing:normal;
	margin-bottom: 15px;
}

#logoDiv {
	float: left;
	width: 250px;
	height: 100px;
	background-color: #000000;
	background-image: url(../images/logo_top.gif);
	background-repeat: no-repeat;
}
#topBG {
	height: 71px;
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat-x;
}
#logo {
	margin-top: 5px;
	margin-right: 10px;
}
#content #rightColum {
	float: right;
	width: 200px;
	clear: left;
	padding-top: 25px;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 0px;
}

body > #content #rightColum
{position:fixed;}


#issue
{
	vertical-align: middle;
}

#rightColum p
{
	line-height:1.5em;
	font-size: 14px;
	margin: 0;

}

body > #sideFooter
{position:fixed;}
#sideFooter {
	clear: both;
	height: 70px;
	background-color: #2E3B21;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 250px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d7b73e;
	color: #FFFFFF;
	text-align: right;
}
#FooterContent {
	bottom: 0px;
	width: 100%;
	height: 60px;
}

.style2 {
	font-size: 9px;
	color: #CCCCCC;
}

.input, .textarea 
{
	font-size: 11px;
	font-weight: normal;
	color: #663300;
	background-color: #FFFFFF;
	border: 1px solid #ABA89C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inputsUBMIT {
	font-size: 11px;
	color: #000000;
	width: 70px;
	height: 25px;
	border: 1px solid #ABA89C;
}
#content #contact {
}
#content #contact th {
	font-size: 11px;
	background-color: #F6F6E8;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
}
#content #gallery img{
}
#content #contact {
}
#content #storyDiv {
	background-color: #F6F6E8;
	border: 1px solid #afb0a6;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 210px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: 10px;
	float: left;
}
#content #FooterContent #footerTable {
	font-size: 10px;
	color: #666666;
}
#content #storyDiv img {
	border: 1px solid #000000;
	margin-bottom: 5px;
}
#content #products {
	background-color: #F6F6E8;
	border: 1px solid #afb0a6;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 390px;
}
#issuesTable {
	font-size: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#issuesTable th {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFF3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a9a2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a9a9a2;
	color: #000000;
}


.td1 {
	background-color: #F3F3E2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a9a2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #a9a9a2;
	border-right-color: #a9a9a2;
}
.td2 {
	background-color: #E9E9C7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #a9a9a2;
	border-right-color: #a9a9a2;
}
.td3 {
	background-color: #DDDDAC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #a9a9a2;
	border-right-color: #A9A9A2;
}
.td4 {
	background-color: #b9b9ad;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #a9a9a2;
	border-right-color: #a9a9a2;
}
.td5, #td5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9a2;
}
.td6 {
	background-color: #eeeee9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a9a9a2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a9a2;
}
.td7 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
.td8 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	background-color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 4px;
}
.td9 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	background-color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 4px;
}
#gallery{
	margin-left: 50px;

}


#gallery th {
	font-size: 11px;
	background-color: #666666;
	text-align: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


#galleryIMG {
	width: 482px;
	margin-left: 50px;
	background-color: #FFFFFF;
	height: 147px;
}
#galleryIMG_left {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
#galleryIMG_right {
	float: right;

}
#galleryCAPTION {
	width: 484px;
	margin-left: 50px;
	height: 60px;
	background-color: #FFFFFF;
}
#galleryCAPTION_left {
	float: left;

}
#galleryCAPTION_right {
	float: right;

}
#content h6 {
	color: #2E3B21;
	font-size: 11px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}
#content .bookTilte {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
#content .bookTilte h2 {
	text-align: center;
}
#content .bookTilte h3 {
}
#content .bookTilte h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tiny {
	font-size: 9px;
}
#content .bookTilte p {
	text-align: center;
}



#content h5 {
}
