/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: futura-pt-1,futura-pt-2,sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 140%;
	font-weight: light;
	
}
html {
	background-color: #eaeaea;
}
body {
	background-image:url(../images/bkgd.jpg);
	background-position: center;
	background-attachment:fixed;
	width: 940px;
	margin: 0px 0px 0px 10%;
	color: #1a1a1a;
	line-height: 18px;
	padding: 20px 0px 40px 0px;
}
ol, ul {
	margin-left: 25px;
}
body, p, a, em, strong, h1, h2, h3, h4, h5 {
	text-shadow: #ffffff 1px 1px 0px;	
}
p {
	margin: 18px 0px 18px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
}
strong {
	font-size: 24px;
	margin: 12px 12px 0px 0px;
	color: #1a1a1a;
	display: inline;
	font-family: "futura-pt-condensed",sans-serif;
font-style: italic;
font-weight: 800;
text-transform:uppercase;
}
em {
	font-size: 16px;¨
	text-transform: none;
	color: #1a1a1a;
	font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
} 
 a {
	font-size: 16px;
	text-transform: none;
	color: #09F;
	text-decoration: none;
	font-family: "futura-pt-condensed",sans-serif;
font-style: italic;
font-weight: 400;
text-transform:uppercase;
} 
a:hover {
	color:#C36;
}
:focus {
	outline: 1px #c0c dotted;
}
h1 {
	display: block;	
	float: left;
	width: 100%;
	margin: 36px 0px 18px;	
	line-height: 48px;
	font-size: 65%;
	font-family: "futura-pt-condensed",sans-serif;
font-style: italic;
font-weight: 800;
text-transform:uppercase;
}
h2 {
	display: block;
	float: left;
	width: 100%;
	margin: 24px 0px 24px;
	line-height: 48px;
	height:74px;
	clear: both;
	font-size: 72px;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: italic;
	font-weight: 800;
	text-transform:uppercase;
}
h3 {
	display: block;
	float: left;
	width: 100%;
	margin: 24px 0px 24px;
	line-height: 48px;
	height:74px;
	clear: both;
	font-size: 60px;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: italic;
	font-weight: 800;
	text-transform:uppercase;
}
h4 {
	float: left;
	margin: 6px 0px 2px;
	line-height: 48px;
	height:48px;
	clear: both;
	font-size: 28px;
	font-family: "futura-pt-condensed",sans-serif;
font-style: italic;
font-weight: 800;
text-transform:uppercase;
}
img {
	display: block;
	float: left;
	margin: 0px 24px 24px 0px;	
	border: solid 0px #fff;
	width: 295px;
}
img:hover {
	width: 550px;
}
img.featured {
	width: 550px;
}
img.logo {
	width: 50px;
}
img.logo:hover {
	width: 50px;
}
hr {
	color: #eaeaea;
	border: solid 21px #eaeaea;	
	clear: both;
}
