@charset "utf-8";
/* CSS Document */

#head, #foot {
	background-image:url(../images/bg.gif);
	width:100%;
	background-color:#000000;
}
#foot {
	clear:both;
	height:100px;
	text-align:center;
}
.logo {
	width:244px;
	height:100px;
	float:left;
	background-image:url(../images/funkLogo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.seperator {
	width:100%;
	height:3px;
	background-image:url(../images/greyblackpinksqr.gif);
}

.imgSQRleft {
	width:181px;
	height:181px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

.imgSQR {
	width:181px;
	height:181px;
	float:left;
	margin-bottom:12px;
}

.passion4int {
	background-repeat:no-repeat;
	width:750px;
	height:136px;
	position:relative;
	top:10px;
	left:0px;
	padding-bottom:25px;
}

.contentDivider {
	width:351px;
	height:1px;
	background-image:url(../images/greyNblack.gif);
	background-repeat:repeat-x;
	margin: 20px 0 20px 0;
}

.contentDivider2 {
	width:351px;
	height:180px;
	background-image:url(../images/greyNblack.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:20px;
}

.contactRow {
	width:351px;
	float:left;
}

.input {
	width:230px;
	border:1px solid #363636;
	background-color:#111111;
	margin: 5px 0 0 0;
	color:#ff0084;
}

.submitInput {
	width:75px;
	border:1px solid #363636;
	background-color:#111111;
	margin: 5px 0 0 0;
	color:#ffffff;
	cursor:pointer;
}




