@charset "UTF-8";
*{
	margin: 0;
	padding:0;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif; /* edit as needed */
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;
	padding: 0 0 1.5em 0;
}
#socialMedia {
width: 650px;
padding: 5px;
}
.callink {
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.callink:hover {
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.teamName {
	color: #0282cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	padding: 0 1.5em 1.5em 0;

}
.eventName {
	color: #0282cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: .7em;
	padding: 0 1.5em 1.5em 0;

}
.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.eventStyle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: .8em;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;
}
.style1 ul {
	margin-left: 10px;
}
.emailWContent {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;
}
.emailContent {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.1em;
}
.clear {
	clear:both;
}
a img {
	border:none;
}

/* Structure */
#wrapper {
	width: 1020px;
	margin: 0 auto;
}
#header {
	width: 1020px;
	height: 202px;
	margin: 0;
	background: url(../images/aquagrill_layout4_01.jpg) top left no-repeat;
}
#topNav {
	width: 749px;
	height: 98px;
	margin: 15px 0 0 255px;
	overflow:visible;
}
#content {
	width: 1020px;
	background:url(../images/aquagrill_layout4_02.jpg) top left repeat-y;
}
#content a {
	color:#0282cb;
}
#content a:hover {
	color:#000000;
}
#contentBottom {
	width: 1020px;
	height: 73px;
	background:url(../images/aquagrill_layout4_03.jpg) top left no-repeat;
}
.footerLink a {
	color:#0282cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;
}
#footerLink a:hover {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;	
}
#footer {
	width: 1020px;
	height:57px;
}
/* layout */
#homeLink {
	width: 150px;
	height: 35px;
	margin:0 0 0 855px;
	text-align:right;
}
.contentSec {
	width: 950px;
	margin: 0 0 0 35px;
}
.eventContent {
	width: 650px;
	margin: 0 0 0 35px;
		float:right;
}
.eventDescription {
	width: 600px;
	margin: 0 0 0 35px;
}
#eventPicBack {
background:url(../images/eventPicBack.jpg);
background: no-repeat;
}
/* IMAGE FLOATS*/
/* Float content images left or right */
.imgLeft {
	float:left;
	padding: 0 20px 0 0;
}
.imgRight {
	float:right;
}