/*****************************************/
/* The Divorcing Reality Main Style Sheet
c Steven Carrigan 2007 
/****************************************/

/*****************************************/
/* The Body 
/****************************************/

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.166;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

/*****************************************/
/* Standard Paragraph
/****************************************/

p{
	text-align: justify;
	font-style: normal;
}

/*****************************************/
/* Links 
/****************************************/


a{
	color: #9AD;
	text-decoration: none;
}

a:link{
	color: #9AD;
	text-decoration: none;
}

a:visited{
	color: #A7A;
	text-decoration: none;
}

a:hover{
	color: #AD9;
	text-decoration: underline;
	}
	
	

/*****************************************/
/* Headings
/****************************************/


h1{
	font-size: 150%;
	color: #744EE4;
}

h2{
 	font-size: 140%;
 	color: #006699;
}

h3{
	font-size: 130%;
	color: #0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

h4{
	font-size: 120%;
	color: #AD9;
}

h5{
	font-size: 110%;
	color: #33FFFF;
}

h6{
	font-size: 105%;
	color: #99FFFF;
}


ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}


/***********************************************/
/* General Layout Divs                         */
/***********************************************/

#wrapper {
	width: 100%;
	height: 100%;
	}

#header{
	width: 100%;
	font-weight: bold;
	text-align: center;
	}
	
#header p{text-align:center;}


#firstcontent{
	float: left;
	width: 52%;
	border-top-style: none;
	margin-bottom: 20px;
	margin-right: 2%;
	margin-left: 1%;
	}
	
#leftsidebar{
	float: left;
	width: 16%;
	margin-right: 2%;
	}

#rightsidebar{
	float: left;
	width: auto;
	margin-right: 1%;
	}

#secondcontent{
	float:left;
	width: 52%;
	border-top-style: none;
	margin-bottom: 20px;
	}

#footer{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 20px 0px 0px 0px;
	}

	
/***********************************************/
/* Site Wide Styles                            */
/***********************************************/

.redsquirrel{
	color: #FF0000;
	}
	
.img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
/***********************************************/
/* Container Styles                            */
/***********************************************/

/***********************************************/
/* Header Styles                               */
/***********************************************/

#header .h1{
	font-size: 300%;
	}
	
/***********************************************/
/* First Content Styles                        */
/***********************************************/
	


#firstcontent .line{
	background-image: url(../Images/Site%20Images/lines/golden.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#firstcontent .dateline{
	color: #777777;
	text-transform: uppercase;
	font-size: 80%;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-weight: bold;
	}
