/**
 * @note		This file holds styles for layout and site design. 
 * 				This document is commented in a method defined by cssDoc: http://cssdoc.net/
 * @author		NavigationArts; navigationarts.com
 * @note		put IE6/7 hacks inline.
 *				background: blue;	-all
 *				*background: red;	-IE6+7
 *				_background: green;	-IE7
 **/

/**
 * @section		Tags
 * @note		ordered alphabetically
 **/
	a {
		color:#a3620a;	
	
	}
		a:link {
			
		}
		a:visited {}
		a:hover {
			
		}
		a:active {}
		a:focus {
			outline:none;
		}
		a img {
			/* @note   fixes a white space bug when an A wraps around the image. */
			vertical-align: bottom; 
		}
		
	
		
		
		
	abbr {}
	acronym {}
	address {}
	area {}
	b {}
	base {}
	bdo {}
	big {}
	blockquote {}
	body {
		padding: 0px;
		background:#fff;
		text-align:center;
		height:100%;
	}
	br {}
	button {}
	caption {}
	cite {}
	code {}
	col {}
	colgroup {}
	dd {}
	del {}
	dfn {}
	div {}
	dl {}
	dt {}
	em {}
	fieldset {}
	font {}
	form {}
	frame {}
	frameset {}
	head {}
	h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#cb9c3b;
		margin:80px 0 0 35px;
		letter-spacing:.25em;
	
	}
		
	
	h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#cb9c3b;
		margin:20px 0 15px 0px;
		letter-spacing:.25em;
		clear:left;
	}
	h3 {}
	h4 {}
	
	h6 {}
	hr {}
	html {
		background: #fff;
		height:100%;
	}
	i {}
	iframe {}
	img {
		padding:0px;
		margin:0px;
	}
	
	
	input {}
	ins {}
	kbd {}
	label {}
	legend {}
	li {}
	link {}
	map {}
	meta {}
	noframes {}
	noscript {}
	object {
		outline:none;
	}
	
	
	ol {}
	optgroup {}
	option {}
	p {
		margin-bottom:1.5em;
		
	}
		
	.test{color:#990000;}	
	param {}
	pre {}
	q {
		quotes: '\201C' '\201D' '\2018' '\2019';
	}
		q:before {
			content: open-quote;
		}
		q:after {
			content: close-quote;
		}
	samp {}
	select {}
	small {}
	span {}
	strong {
		font-weight:bold;
	}
	style {}
	sub {}
	sup {}
	table {}
	tbody {}
	td {}
	textarea {}
	tfoot {}
	th {}
	thead {}
	title {}
	tr {}
	tt {}
	ul {}
		
		
		
		
		
		
		
	var {}



/**
 * @section		Classes
 * @note		ordered alphabetically; camelCase naming convention
 **/
	a {}
		a.external {
			
		}
		
		
	div {}
	
			
			
			
			
			
			
				
		
/**
 * @section		IDs
 * @note		ordered alphabetically; camelCase naming convention
 **/
	/** 
	 * @section		Container
	 **/
	
	
	#vertical{
		float:left;
	    height:50%;
	    margin-top:145px;/* half vertical height*/
		width:100%;
	}
	
	
	
	#hpContainer {
		position:relative;		
		width:638px;
		height:290px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;	   
	}
	
	#hpContainer #facebook{
		position:absolute;
		top:125px;
		left:37px;
		width:85px;
		height:85px;
		background-color:#ccc;
		cursor:pointer;
		
	}
	
	#hpContainer #myspace{
		position:absolute;
		top:125px;
		left:155px;
		width:85px;
		height:85px;
		background-color:#eee;
		cursor:pointer;
	
	}
	
	
			
					
	/**
	 * @section		Content
	 **/
	
	
	
	
			

	/** 
	 * @section		Footer
	 **/
	
		
	
	
	/** 
	 * @section		Header
	 **/
	
	
			
			
		
		
		
			
			
			
		
	/** 
	 * @section		Navigation
	 **/
	