/* 
===============================================================================
CREATED BY:     jcmorris design
CEATION DATE:   10:22:18 PM -0500 on 2008-01-23
COPYRIGHT:      ©2008 jcmorris design
CSS VERSIONS:   1::2.1
FILE URI:       http://www.strideaway.com/strideaway.css
===============================================================================
*/

/* 
-------------------------------------------------------------------------------
<< PAGE LAYOUT
*/
body		
		{
	margin: 0;
	padding: 0;
	text-align:center;
	background-image:url(images/background_home2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
		}
		
		body * a {
	/* Fix for links above transparent PNG backgrounds in IE 6 */
	position: relative;
	}
img {
    /* fixes transparent PNG issue in IMG elements */
    behavior: url('scripts/png_behavior.htc')
    }
#homecontainer{
	width:1035px;
	height: 800px;
	margin:auto;
	padding:0;
	background-image:url(images/background_home.png);
	text-align:left;
	background-repeat: no-repeat;
	position: relative;
	border: 0;
	}	
#homeheader{
    width:805px;
	height: 497px;
	margin:auto;
	 /*background-image:url(images/title_home.png);*/
	text-align:left;
	background-repeat: no-repeat;
	position: relative;
	border: 0;
}
#bodycopy{
    width:675px;
		margin-top:auto;
		padding-left: 180px;
		padding-top: 15px;
	text-align:left;
	position: relative;
	border: 0;
}
#enter{
	width: 92px;
	height: 31px; 
	float: right;
	margin-top: -30px;
	margin-right: 185px;  
}
#copyright{
	width:800px;
	height: 25px;
	background-image: url(images/line_blue.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 115px;
}
/* 
-------------------------------------------------------------------------------
<< TEXT FORMATTING
*/
.header {
	Font-family: ;
	color: #EB9400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242B65;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
}
.copy a{
	color: #EB9400;
	text-decoration: none;
}
.copy em{
	color: #EB9400;
	font-style: italic;
	font-weight: bold;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8195C2;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 65px;

	}

