@charset "utf-8";
*  {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	min-width: 760px;
	background-color: #1E8685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* CSS Document */

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 3px solid #95A83C;
	background-image: url(images/backgrounds/faux-columns/faux-columns.gif);
}
#branding {
	background-color: #999999;
	background-image: url(images/header/header-road-3.jpg);
	height: 170px;
	background-repeat: no-repeat;
}
#content {
	float: right;
	width: 540px;
	background-color: #FFFFFF;
	padding: 1em 0 1em 0;
	font-size: 1.5em;
}
#mainNav {
	float: left;
	width: 180px;
	background-color: #E39400;
}

#footer {
	clear: both;
	background-color: #95A83C;
	height: 3em;
	color: #FFFFFF;
	line-height: 3em;
}
#home   #mainNav  .home a   {
	background-image: url(images/backgrounds/turq-button.jpg);
	background-repeat: no-repeat;
}

#portfolio   #mainNav  .portfolio a   {
	background-image: url(images/backgrounds/turq-button.jpg);
	background-repeat: no-repeat;
}

#stickers   #mainNav  .stickers a   {
	background-image: url(images/backgrounds/turq-button.jpg);
	background-repeat: no-repeat;
}

#contact   #mainNav  .contact a   {
	background-image: url(images/backgrounds/turq-button.jpg);
	background-repeat: no-repeat;
}

#mainNav  ul {
	margin: 0px;
	padding: 0 0 2em 0;
	list-style: none;
}
#mainNav li {
}
#mainNav li a {
	display: block;
	text-decoration: none;
	margin: 10px 0 0 10px;
	height: 29px;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 2.5em;
	font-weight: bold;
}
#mainNav li a:link, #mainNav li a:visited {
	background-image: url(images/backgrounds/button-green.jpg);
	background-repeat: no-repeat;
}
#mainNav li a:hover {
	background-image: url(images/backgrounds/turq-button.jpg);
}

#footerRight {
	float: right;
	padding-right: 1em;
}
#footerLeft {
	float: left;
	padding-left: 1em;
}
h1 {
	margin-bottom: -0.2em;
}





h2 {
	margin-bottom:0em;
	padding-left: 1em;
	}
	

p {
	margin-bottom: 1em;
	padding: 0 7em 0 3em;
}
#content ul {
	margin-bottom: 0.5em;
	padding: 0 7em 0 5em;
	list-style-image: none;
	list-style-type: square;
}
.portfolio_img {
	padding: 0 3em 1em 0;
	float: left;
	text-align: left;
	width: 200px;
}
#content a, #content a:link, #content a:visited {
	color: #990000;
	font-size: 1em;
	text-decoration: underline;
}
#content  a:hover {
	color: #145A5A;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFAD15;
}
#dbmastersLink {
	font-size: .7em;
}
.sticker_img {
	margin: 1em .5em 0 4em;
	border: 1px solid black;
	float: left;
}
.paypal {
	float: right;
	margin: 1em 5em 0 0;
}
