/************************************
* Author: Susan Potera
* Date: April 2003
* Updated: August 2006
* acwmaiden.com layout elements
************************************/
#homesquare
{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	/*bottom:*/
	left: 20px;
	/*right:*/
	/*margin: 0px;
	*/
	/*padding: ;*/
	background-color: #FFFFFF;
	background-image : url(images/AC_home_square.gif);
	background-position : center;
	background-repeat : no-repeat;
}
#header
{
	position: absolute;
	width: auto;
	height: 60px;
	top: 0px;
	/*bottom:*/
	left: 220px;
	right: 0px;
	/*margin:*/
	padding: 85px 0px 50px 45%;
	/*background-color: orange;*/
	background-image : url(images/acwmaiden_com.gif);
	background-position : center;
	background-repeat : no-repeat;
	color: #663366;
	font-weight : bolder;
	font-style : italic;
	font-family: Garamond, serif;
	font-size : larger;
}
#topbar
{
	position: absolute;
	width: auto;
	height: 16px;
	top: 200px;
	/*bottom:*/
	left: 20px;
	right: 0px;
	/*margin: auto;
	*/
	padding: 7px 10px 7px 10px;
	/*background-color: yellow;*/
	background-color: #085b0d;
	color : #FFFFCC;
	/*font-weight : bold;
	*/
	/*font-style : normal;
	*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	text-align : right;
}
#sidebar
{
	position: absolute;
	width: 180px;
	/*height: auto;*/
	top: 230px;
	bottom: 0px;
	left: 20px;
	/*right*/
	/*margin*/
	padding: 7px 10px 7px 10px;
	background-color: #085b0d;
	color : #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
#main
{
	position: absolute;
	width: auto;
	/*height: auto;*/
	top: 230px;
	bottom: 0;
	left: 220px;
	right: 10px;
	/*margin:*/
	padding: 10px 20px 20px 20px;
	/*background-color: blue;*/
}
.barfront
{
	position: absolute;
	width: 30%;
	height: 16px;
	top: 0;
	/*bottom:*/
	left: 0;
	/*right:*/
	/*margin:*/
	padding: 5px 10px 5px 10px;
	background-color: #7f0991;
	color : #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	/*font-size : smaller;*/
}
.barback {
	position: relative;
	width: auto;
	height: 16px;
	/*top:*/
	/*bottom:*/
	/*left:*/
	/*right:*/
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #085b0d;
	color : #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
	font-size : smaller;
}

/************************************
* For content formatting for        *
*      all pages I write            *
************************************/

body
{
	display: block;
	font-family: Garamond, serif;
	font-size: normal;
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(images/new_bkgd.gif);
	background-repeat: repeat-y;
	background-position: 160px 0px 0px 0px;
}
p
{
	text-indent: 30px;
}
em
{
	font-weight: bolder;
	font-style: normal;
}
h6
{
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 20px 0px;
}
a img
{
	border: 0px;
}

/*****************************
* Link formatting
****************************/

#topbar a
{
	color : #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#topbar a:hover
{
	color: #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#sidebar a
{
	color : #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
