/* CSS Document for Quilt Julie */
/*author: Russell Chennault 2007*/


body	{
	background-color: #FAE1AB;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F0200; /*140103 another option*/
	margin: 0;
	padding: 0;
	border: none;
	}
	
img	{
	border: none;
	}

#wrapper {
	width: 965px;
	min-height: 563px;
	margin-left: auto;
	margin-right: auto;
	}

#header	{
	background-image:url(/media/images/qj_header.jpg);
	width: 964px;
	height: 134px;
	}
	
#navcolumn	{
	background-image:url(/media/images/qj_navrepeat.jpg);
	background-repeat:repeat-y;
	width: 317px;
/* 	min-height:528px; */
	float: left;
	}
	
#navbuttons	{
position:relative;
top:10px;
left:16px;
	float:left;
	}
	
#navfooter	{
	background-image:url(/media/images/qj_navbottom.jpg);
	width: 317px;
	height: 18px;
	float: left;
	clear: both;
	}
	
#contentcolumn	{
	width: 650px;
	min-height:435px;
	float: right;
	position: absolute;
	margin: 0 0 0 315px;
	z-index:2;
	}
		
#content	{
	background-image:url(/media/images/qj_content.jpg);
	background-repeat: no-repeat;
    /*background-color:#FFF6DD;
    border:solid 1px #C5AB7A;*/
	width: 636px;
	min-height: 435px;
	float: right;
    padding:7px;
	}

#outer_content
{
    padding: 0px 0 5px 7px;
    background:url(/media/images/shadow.png);
/*     border:solid 1px red; */
}
#contentfooter	{
	width: 954px;
	min-height: 20px;
	clear: both;
	margin: 0 auto 0 auto;
	padding-left: 10px;
	}	

/*ooooooooooooooooooooooooooooooo  text formatting  ooooooooooooooooooooooooooooooo*/

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
	}
	
.intro	{
	font-style:normal;
	text-decoration: none;	
	}
	
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	}
	
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	}
	
h6	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	}

.clr {
	clear: both;
	line-height: 0px;
	height: 0px;
}
