body,
html {
    margin:0;
    padding:0;
	background: #FFF url(../../images/bg_gradient.gif) repeat-x;
	color: #666;
    }
	
/* =Containers
--------------------------------------------------------------------------------*/

#homewrap {
    margin:0 auto;
    width:914px;
	text-align: center;
    }
    
#wrap {
    margin:0 auto;
    width:600px;
	text-align: center;
    }
	
#nav {
	text-align: center;
	}
	
#homedesc {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	}
	
#leftCol {
    float:left;
    width:300px;
    }
	
#rightCol {
	text-align: left;
    float:right;
    width:285px;
    }
	
#footer {
	padding: 50px 0px 15px 0px;
	text-align: center;
	margin: auto;
	clear:both;
	/*position: absolute;
	bottom: 10px;*/
    }
	
	
/* =Links
--------------------------------------------------------------------------------*/

a {
	color: #666;
	text-decoration: none;
	}

a:visited {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	text-decoration: none;
	}
	
a:active {
	color: #666;
	text-decoration: none;
	}
	
a.nav:hover {
	font-style: italic;
	}
	
a.bodyLink {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	}

a.bodyLink:hover {
	text-decoration: underline;
	}

a.italink {
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	}

a.italink:hover {
	text-decoration: underline;
	}
	
a.footer
	{
	font-style: italic;
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	}
	
a.footer:hover
	{
	font-style: italic;
	color: #666;
	text-decoration: underline;
	background-color: #FFF;
	}

/* =Text
--------------------------------------------------------------------------------*/

h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0px 0px 0px;
	}
	
h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

p {
	font: 12px Georgia, "Times New Roman", Times, serif;	
	}

p.nav {
	font: 18px Georgia, "Times New Roman", Times, serif;
	}
	
p.quote {
	font-style: italic;
	}
	
p.footer {
	font: 10px Georgia, "Times New Roman", Times, serif;
	}
	
p.purchase {
	font-style: italic;
	color: #000;
	}


/* =Images
--------------------------------------------------------------------------------*/
img {
	border: 0px;
	}

img.home {
	margin: 28px 0 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
img.title {
	margin: 13px 0 0 0;
	}
	
img.rangeTitle
	margin: 0;
	}
	
img.separator {
    margin: 8px 0 8px 0;
	}