/* This is the style of your browser text */

body {
	font-family: "Franklin Gothic", sans-serif; 
	padding: 0;
	margin: 0;
	text-align: left;
}

::selection {
	background:#e5e5e5;
	color:#929292;
}

::-moz-selection{
	background:#e5e5e5;
	color:#929292;
}

p {
	margin: 0em 0 0em 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #3B3A3A;
}

a:hover {
	text-decoration: none;
	color: #819CEB;
}

h1, h2, h3, h4, h5 {
	font-family: "Franklin Gothic", sans-serif; 
	margin: 0;
	padding: 0;
	line-height: 100%;
}


h1 {
	font-size: 11px;
	font-family: "Franklin Gothic", sans-serif;  
	color: #464646;
	font-weight: heavy;
	letter-spacing: -0.01em;
	line-height: 135%;
	display: inherit;
}

h2 {
	font-size: 18px;
	font-family: "Helvetica", Helvetica, Arial, Myriad, sans-serif; 
	color: #3B3A3A;
	font-weight: heavy;
	letter-spacing: -.05em;
	line-height: 105%;
	display: inherit;
}

h3 {
	font-size: 11px;
	font-family: "Helvetica", Helvetica, Arial, Myriad, sans-serif; 
	color: #a1a1a1;
	font-weight: heavy;
	letter-spacing: -.005em;
	line-height: 125%;
	display: inherit;
}

h4 {
	font-size: 11px;
	font-family: "Helvetica", Helvetica, Arial, Myriad, sans-serif; 
	color: #3B3A3A;
	font-weight: heavy;
	letter-spacing: -.005em;
	line-height: 125%;
	display: inherit;	
}

h5 {
	font-size: 11px;
	font-family: "Helvetica", Helvetica, Arial, Myriad, sans-serif; 
	color: #bcbcbc;
	font-weight: heavy;
	letter-spacing: -.005em;
	line-height: 105%;
	display: inherit;
}

h6 {
	font-size: 40px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -0.075em;
	color: #333333;
	display: inherit;	
}

h7 {
	font-size: 32px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.055em;
	line-height: 100%;
	color: #393939;
	display: inherit;	
}

h8 {
	font-size: 20px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.055em;
	line-height: 100%;
	color: #84c684;
	display: inherit;	
}

h9 {
	font-size: 24px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.055em;
	line-height: 100%;
	color: #b29b7b;
	display: inherit;	
}

h10 {
	font-size: 10px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 100%;
	display: inherit;
}

h11 {
	font-size: 32px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.055em;
	line-height: 90%;
	color: #333333;
	display: inherit;	
}

h12 {
	font-size: 10px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 100%;
	display: inherit;
}

h13 {
	font-size: 24px;
	font-family: "Century Gothic", Myriad, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.055em;
	line-height: 100%;
	color: #393939;
	display: inherit;	
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}