/* kate: indent-width 8; replace-tabs off; */

html, body {
	background: #1CA3A6 url('../images/background-tile--night-2.gif');
	font-family: Helvetica, Arial, Sans-Serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3CCBC4;
	margin: 10px 0;
}

p {
	color: #555;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 0;
}

a {
	color: #0000FF;
}

hr {
	margin: 15px 0;
	background-color: #3CCBC4;
	border: none;
	height: 3px;
	width: 100%;
}

td {
	padding: 10px;
}

#wrapper {
	width: 831px;
	margin: 0 auto;
}

#header {
	width: 831px;
}


#nav {
	background-color: #CB3794;
}

#nav td {
	height: 43px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

#content {
	padding: 10px;
	background-color: #FFF;
}

#footer {

}


/** VENDOR PAGE SPECIFIC **/
#vendors_header {
	text-align: center;
}

#vendors_header td:first-child {
	border-right: 3px solid #3CCBC4;
	padding-right: 20px;
}

#vendors_header td:first-child + td {
	padding-left: 20px;
}

#vendors {
	text-align: center;
}

#vendors img {
	padding: 10px 18px;
}


/** SPONSORS PAGE SPECIFIC **/
#sponsors {
	text-align: center;
}

#sponsors img {
	padding: 25px 18px;
	vertical-align: middle;
}

