﻿#home {
	background-image: url('../images/graphic_design_background.jpg');
	height: 455px;
}
#sub_menu {
	background-image: url('../images/graphic_design_sub.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#sub_menu a {
	color: #2F2C06;
}
#sub_menu a:hover {
	color: #FFFFCC;
	background: #000000;
}

.home_links {
	float: right;
	width: 400px;
	height: 455px;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
}
ul.design_cat {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
	list-style-type: none;
}
ul.design_cat li {
	display: block;
	height: 20px;
	padding-top: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
ul.asided, ul.bsided {
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	width: 100px;
	list-style-type: none;
}
ul.asided li, ul.bsided li {
	display: block;
	height: 20px;
	padding-top: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;	
}
