/*

[Master Stylesheet]

Site: 		Jesse
Author:		KC
Updated:	August 2009
*/


/*	-------------------------------------------------------------------------------	*/
/*	RESET : Resets all styles globally
/*	-------------------------------------------------------------------------------	*/
	

	body {
	background-color: #c2d9dd;/* background */
	color: #333333;/* font */
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.01%;  /* browser default 100% = 16px */
	line-height: 1.4em; /* 16 x 1.125 = 18px */
	text-align: center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

	.links 
	{
		font-size: 16px;
		color: #000000;
		font-weight:bold;
		text-decoration: none;
	}
	
	a.links:hover 
	{
		font-size: 16px;
		color: #000000;
		font-weight:bold;
		text-decoration: underline;
	}


	/*- PARAGRAPHS -*/
	p 
	{
		margin-bottom: 20px;
		font-size: 0.75em;
	}
	
	.text
	{
		font-size: 15px;
	}
	
	.pgtitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold
	}
	
	.bio-head
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold
	}
	
	/* - USED ON STORE PAGE */
	.smltxt 
	{
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif; 
	}

	/*- HORIZONTAL RULE -*/
	hr {color:#CCCCCC;width: 100%;}
	
	/*- Copyrite -*/
	.copyrite
	{
		font-size: 10.5px;
		font-weight: bold;
	}


