body {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
* {
	margin: 0px;
	padding: 0px;
}

p {
	color: #262626;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: lighter;
}
h1 {
	font-size: 1.4em;
	color: #000000;
	padding-top: 0em;
	padding-bottom: 0.4em;
	font-weight: lighter;
}
h2 {
	font-size: 1.8em;
	color: #4D9B34;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-weight: lighter;
}
h3 {
	font-size: 1.3em;
	color: #666666;
	padding-top: 1.4em;
	padding-bottom: 0.5em;
	font-weight: lighter;
}
h4 {
	font-size: 1em;
	color: #666666;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	font-weight: lighter;
}
h5, h6 {
	font-size: 1.4em;
	color: #666666;
	padding-top: 0.2em;
	padding-bottom: 0.8em;
	font-weight: lighter;
}
ul {
	list-style: none;
	font-weight: lighter;
}
a:link, a:active {
	text-decoration: underline;
	color: #ED991E;
}
a:visited {
	text-decoration: underline;
	color: #4D9B34;
}
a:hover {
	color: #EB6E0F;
	text-decoration: underline;
}

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	width: 50%;
	float: left;
	text-align: right;
}
#content a {
	display: inline;
}
#webprelude {
	height: 47px;
	width: 243px;
	margin-top: 70px;
	margin-left: 228px;
	background-repeat: no-repeat;
}
#button {
	height: 35px;
	width: 136px;
	margin-top: 10px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	margin-left: 334px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #ED991E;
	margin-bottom: 50px;
	font-weight: lighter;
}
#button a:link, a:active, a:visited {
	text-decoration: none;
	color: #ED991E;
	display: block;
}
#button a:hover {
	text-decoration: none;
	background-image: url(images/buttonover.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 137px;
	display: block;
}

#navigation {
	background-image: url(images/fern.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 45%;
	float: right;
	height: 700px;
}
#navpackage {
	text-align: right;
	display: block;
	font-size: 1.4em;
	color: #ED991E;
	margin-top: 80px;
	list-style-type: none;
	line-height: 50px;
	margin-right: 10px;
}
#navpackage ul a{
	color: #ED991E;
	text-decoration: none;
}
#navpackage ul a:hover {
	text-transform: uppercase;
}

#navmain {
	color: #ED991E;
	text-align: left;
	display: block;
	font-size: 1.4em;
	margin-top: 50px;
	margin-left: 50%;
	line-height: 50px;
}
#navmain ul a{
	color: #ED991E;
	text-decoration: none;
}
#navmain ul a:hover {
	text-transform: uppercase;
}

#card #navpackage .card a,
#flyer #navpackage .flyer a,
#artist #navpackage .artist a,
#showcase #navpackage .showcase a,
#professional #navpackage .professional a,
#services #navmain .services a,
#examples #navmain .examples a,
#contact #navmain .contact a,
#home #navmain .home a {
	color: #4D9B34;
	cursor: default;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}


.pricefont {
	color: #8E8E8E;
}

#footer {
	text-align: right;
	font-size: 0.7em;
	clear: both;
	margin-right: 50%;
}
#footer p {
	margin: 0px;
	color: #666666;
}

.orangefont {
	color: #FF9900;
}

.greenfont {
	color: #99CC00;
}
