		
/* --------- Jim McCann Online -------------*/


/* --------- Tag Attributes -------------*/

	html { 
		overflow: -moz-scrollbars-vertical;
	 	overflow-x: auto; 
	}

	
	body {
	}
	
	a {
		border:none;
		text-decoration:none;
		color:blue;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	img {
		border:none;
	}
	
	div {
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
/* --------- Named Tag Attributes -------------*/

	#main {
		position:relative;
		width:980px;
		height:auto;
		margin:0px auto;
	}
	
	#nav {
		width:980px;
		height:70px;
	}
	
	#paperclip {
		height:20px;
		width:90px;
		position:absolute;
		top:36px;
	}
	
	#logo {
		position:relative;
		float:left;
		width:300px;
		height:41px;
		cursor:pointer;
	}
	
	#center {
		margin-top:10px;
		display:block;
	}
	
	
	
	
	#footer {
		width:980px;
		height:1em;
		text-align:center;
		color:#ccffcc;
	}
	
/* --------- Classes -------------*/
	
	.clear {
		clear:both;
	}
	
	.floatLeft {
		position:relative;
		float:left;
	}
	
	.navButton {
		position:relative;
		float:left;
		margin-left:0px;
		margin-right:0px;
		cursor:pointer;
		font-size:1.4em;
		margin-top:10px;
		padding:0px 48px;
		color:#888888;
	}
	
	.navButton {
		
	}
	
	.navButton:hover {
		color:#111111;
	}
		
	.navDividerLeft {
		border-left:1px solid #CCCCCC;
	}
	
	.dropShadow {
	}
	
	.underline {
		text-decoration:underline;
	}
	
	.pp {
		margin-top:10px;
		font-size:1em;	
	}

	.contentBreak {
		width:340px;
		margin:20px;
		border-top:1px solid #CCCCCC;
		height:1px;
	}
	
	.SixHWide {
		width:600px;
	}
