﻿/*
	Created by: Michael Rosol of RoyalWebDesigns.com
		   For: Graceful Lady Rosaries
		  Date: June 6, 2008
*/

* { padding: 0; margin: 0; }

body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url('../images/bg.jpg') #9db4ff fixed no-repeat center top;

}
p
{
	text-indent: 20px;
	margin-bottom: 10px;
}
h1
{
	font-weight: bold;
	font-size: 1.5em;
	color: #3d396b;
	margin: 0px 0px;
	letter-spacing: 2px;
	text-align: center;
	padding: 50px;
	background-image: url('../images/h1flower.gif');
	background-repeat:no-repeat;
	background-position: center;
}
h2
{
	font-weight: bold;
	font-size: 1.3em;
	color: #7f7ba7;
	margin: 20px 0px 10px;
	text-align: center;
	padding: 10px;
	background-image: url('../images/h2flower.gif');
	background-repeat:no-repeat;
	background-position: center;

}
h3
{
	font-weight: bold;
	font-size: 1.2em;
	color: #7f7ba7;
	margin: 15px 0 10px;
	text-align: left;
	text-indent: 20px;
}
a{
	font-weight:bold;
}

a:link
{
	color: #6a59cc;
	text-decoration: none;
}

a:visited
{
	color: #80559c;
	text-decoration: none;
}
a:hover
{
	color: #52506d;
	text-decoration: underline;
}
div.hr
{
	height: 67px;
	background: transparent url(../images/hr2.jpg) no-repeat scroll center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hr hr {
  display: none;
}

/****EXTRAS******************************************************/
.textbox
{
	color: #52506d;
	border-right: #d6bbff 1px solid;
	border-top: #d6bbff 1px solid;
	border-left: #d6bbff 1px solid;
	border-bottom: #d6bbff 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
    background: #e2e2e2;
    background-image:url('../images/zone.gif');
    
   
}
blockquote
{
	width: 100%;
	background: transparent url('../images/quoleft.png' ) left top no-repeat;
	margin-bottom: 25px;
	text-align: center;
	
}

blockquote div
{
	background: transparent url(  '../images/quoright.png' ) right bottom no-repeat;
	font-style: italic; /*This MAY cause horizontal scrollbar to appear in IE6*/
	text-align: left;
	text-indent: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.commentbox
{
	color: #006600;
	font-family: 'Courier New';
	background-color: silver;
	border-top: darkgray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	margin: 0px;
	overflow: auto;

}
/****************************************************************/

#wrapper 
{
	margin: 10px auto;
	width: 755px;
	border-right: #8884b3 thin solid;
	border-top: #8884b3 thin solid;
	border-left: #8884b3 thin solid;
	border-bottom: #8884b3 thin solid;
}
#faux {
 background: url(../images/faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%;

}
#header {
 color: #333;
 width: 755px;
 padding: 0px;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: #666294;
}
#navigation
{
	color: #333;
	height: 1px;
	margin: 0px 0px 0px 0px;
	background: #383466;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 180px;
 float: left;
 
}
#rightcolumn 
{
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 15px;
 width: 545px;
 display: inline;
 position: relative;
}

#design
{
	z-index: 20;
	position: absolute;
	width: 82px;
	height: 354px;
	margin-top: -10px;
	margin-left: 755px;
}

#footer
{
	width: 735px;
	clear: both;
	color: #333;
	background: #a09dbc;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
}
.clear
{
	clear: both;
	background: none;
}
