#pub_google_select {
	top: 0px;
}

#content {
	color: white;
	background-color: black;
}

#boulevard_select_header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 92px;
	width: 680px;
	background-repeat: no-repeat;
	background-image: url(/selects/boulevard_select.jpg);
}

#menu_select {
	margin-bottom: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 600px;
}

#menu_select a {
	margin-right: 10px;
	margin-left: 10px;
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#menu_select a:hover {
	color: white;
	text-decoration: underline;
}

.select_mini {
	height: 125px;
	margin: 12px;
	text-align: center;
	font-size: 10px;
	padding: 16px;
	width: 125px;
	float: left;
	color: #cccccc;
}

.select_mini img:hover {
	margin-bottom: -2px;
	padding: 6px;
	border-style: none;
}

.select_mini img {
	margin-bottom: 4px;
}

.select_mini:hover {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	color: white;
}

#select a {
	color: #0080ff;
}

#select {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	margin-top: 30px;
	margin-bottom: 100px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color: #191919;
	color: #b3b3b3;
}

#select a:hover {
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	margin: -4px;
	padding: 3px;
	background-color: #ffff66;
	color: #0080ff;
}

#select h1 {
	margin: 0px;
	padding: 10px;
	background-color: #333333;
	display: block;
}

#select h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 5px;
	color: #4c4c4c;
	background-color: #cccccc;
}

#select_description {
	margin: 20px;
}

#select #select_link {
	margin: 0px;
	padding: 20px;
	font-size: 30px;
	background-color: white;
	color: #ff0080;
	display: block;
}

#select #select_link:hover {
	border-width: 0px;
	margin: 0px;
	color: white;
	background-color: #ff0080;
}

.pages {
	height: 20px;
	padding: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: 730px;
	background-color: black;
}

.pages a:hover {
	background-color: #e6e6e6;
}


