body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px "Myriad Pro", "Lucida Grande", Helvetica, sans-serif;
}
div {
	/* border: 1px solid red; */
}

a:link, a:visited, a:active {
	color: #7b975c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: black;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h1 {

}
h2 {
	font-weight: normal;
}
#header {
}
#header img {
	margin: 15px 0 15px 0;
	border: 0;
}
img {
	border: 0;
}
.narrow {
	width: 975px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#container {
	text-align: left;
	margin: 0 auto;
}
#feature {
	text-align: right;
	background: #333333 url(../images/header_bg.gif) repeat-x;
}
#content {
	text-align: left;
}
#column-one {
	float: left;
	width: 450px;
	padding-right: 15px;
}
#column-two {
	float: left;
	width: 350px;
	padding-left: 25px;

}
.recent-work {
	float: left;
	border: 3px solid #efefef;
	margin: 0 15px 15px 0;
}
#column-three {
	float: right; 
	width: 125px;
	text-align: right;
}
ul.no-bullets {
	list-style: none;
	list-style-type: none;
}
ul.no-bullets li {
	margin: 0;
	list-style-type: none;
}
ul.no-bullets a:link, ul.no-bullets a:visited, ul.no-bullets a:active {
	color: black;
	text-decoration: none;
}
ul.no-bullets a:hover {
	text-decoration: underline;
}
.icon {
	padding: 10px 20px 10px 0;
	line-height: 2em;
}
.edustyle {
	background: transparent url(../images/icons/edustyle.gif) center right no-repeat;
}
.facebook {
	background: transparent url(../images/icons/facebook.gif) center right no-repeat;
}
.twitter {
	background: transparent url(../images/icons/twitter.gif) center right no-repeat;
}
.digg {
	background: transparent url(../images/icons/digg.gif) center right no-repeat;
}
.delicious {
	background: transparent url(../images/icons/delicious.gif) center right no-repeat;
}
.flickr {
	background: transparent url(../images/icons/flickr.gif) center right no-repeat;
}
.linkedin {
	background: transparent url(../images/icons/linkedin.gif) center right no-repeat;
}
.pownce {
	background: transparent url(../images/icons/pownce.gif) center right no-repeat;
}
.price {
	width: 85%;
}
.price .sub {
	padding-left: 8px;
}
.price td {
	border-bottom: 1px solid #efefef;
}
.textright {
	text-align: right;
	padding: 5px 0 5px 0;
}
#nav {
	float: right;
	font-size: 1.2em;
	padding-top: 25px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #000;
	text-decoration: none;
	
}