/*
Breathe Easy Foundation
September 25, 2009
Caleb White
Pursuant
*/

/****CSS Reset by Erik Meyer****/
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 {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*********END CSS RESET*********/

img, div, a, ul { behavior: url(js/iepngfix.htc) }

/***************************
*******GENERAL STYLES*******
***************************/
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#102119;
	background:#6BBECF url(../img/bg.jpg) top left repeat-x;
}
#mainwrap {
	width:785px;
	margin:0 auto;
	position:relative;
}
#title {
	position:absolute;
	top:40px;
	left:112px;
	background:url(../img/logo.png) top left no-repeat;
	text-indent:-10000px;
	display:block;
	width:545px;
	height:98px;
}
a {
	display:block;
	text-indent:-10000px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin-top:32px;
	width:380px;
	height:240px;
}
a:hover {
	background-position:0px -240px;;
}
a#concert {
	background-image:url(../img/btnconcert.png);
	float:left;
}
a#golf {
	background-image:url(../img/btngolf.png);
	float:right;
}
a#taste {
	background-image:url(../img/btntaste.png);
	clear:both;
	margin:25px 0 0 203px;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style:italic;
	text-align:justify;
	color:#fff;
	font-size:15px;
	width:475px;
	margin:0 auto;
	padding:162px 0 0 0;
	clear:both;
}
