@charset "UTF-8";

	/*Styles*/

.style7 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	/*Pseduo-Classes*/

#main #body_content #articles {
	width: 16%;
	float: left;
	color: #ffffbe;
	background-color: #000000;
}
#main #body_content #management {
	width: 49%;
	float: left;
	color: #A29A4B;
	background-color: #000000;
}
#main  #body_content  #mixology {
	width: 49%;
	float: left;
	color: #A29A4B;
	background-color: #000000;
}
#main #body_content #other {
	width: 16%;
	float: left;
	color: #A29A4B;
	background-color: #000000;
}
#main #body_content #sets {
	width: 16%;
	float: left;
	color: #A29A4B;
	background-color: #000000;
}
#main #body_content #warehouse {
	width: 16%;
	float: left;
	color: #A29A4B;
	background-color: #000000;
}

	/*Links*/

#main #body_content #articles a:link {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main #body_content #management a:link {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main  #body_content  #mixology a:link  {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main #body_content #other a:link {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main #body_content #sets a:link {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main #body_content #warehouse a:link {
	color: #ffffbe;
	text-align: center;
	text-decoration: none;
}
#main #body_content #articles a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #management a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #mixology a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #other a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #sets a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #warehouse a:visited {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#main #body_content #articles a:hover {
	color: #FFFFFF;
	text-align: center;
}
#main #body_content #management a:hover {
	color: #FFFFFF;
	text-align: center;
}
#main #body_content #mixology a:hover {
	color: #FFFFFF;
	text-align: center;
}
#main #body_content #other a:hover {
	color: #FFFFFF;
	text-align: center;
}
#main #body_content #sets a:hover {
	color: #FFFFFF;
	text-align: center;
}

