.logodesignbasic {
	background-image:  url(logo_design/header.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #99FF00;
	height: auto;
	padding: 0px;
}
.logodesignbusiness {
	background-image:  url(logo_design/logo_design_business.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #66CC33;
	height: auto;
	padding: 0px;
}
.logodesignexecutive {
	background-image:  url(logo_design/logo_design_executive.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #66CC33;
	height: auto;
	padding: 0px;
}
.logodesigncorporate {
	background-image:  url(logo_design/logo_design_corporate.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #006666;
	height: auto;
	padding: 0px;
}
.stationerydesign {
	background-image:  url(stationery/stationerytitle01.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #339999;
	height: auto;
	padding: 0px;
}
.flyerdesign {
	background-image:  url(flyer_design/flyerdesigntitle.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #0066CC;
	height: auto;
	padding: 0px;
}
.logoredrawsrdesign {
	background-image:  url(logo_redraws/logo_redraws_title.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #6666CC;
	height: auto;
	padding: 0px;
}
.matdesigns {
	background-image:  url(flyer_design/flyerdesigntitle.png);
	background-repeat: no-repeat;
	width: 520px;
	border: thin solid #0066CC;
	height: auto;
	padding: 0px;
}
.logodesigntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 45px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-top: 10px;
}

.boxes {
	margin: 5px;
	height: 80px;
	width:100%;
	border: thin solid #FF6600;
	background-image: url(images/home_page/gradient.gif);
	background-repeat: repeat-x;
}
.boxtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background: #FF6600;
	padding: 5px;
	text-align: left;
}
.floatleft {
	float: left;
	margin-right: 5px;
	border: none;
}

