body {
	background: url(../images/page-bg.gif) repeat;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#container {
	background: url(../images/container-bg.png) repeat-x;
	height: 616px;
	text-align: center;
	}
#content {
	width: 808px;
	text-align: left;
	margin: auto;
	padding: 45px 0 0 0;
	}
p {
	margin: 1.2em 0 0em 0;
	line-height: 1.5em;
	}
#homelink {
	background: url(../images/webbymatt-home-link.png) no-repeat;
	width: 809px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	}
#menu  {
	padding: 25px 0 0 0;
	margin: 0 0 70px 0;
	}
#menu li {
	display: inline;
	margin: 0 15px 0 0;
	}
#menu li a {
	color: #1673b2;
	padding: 0 0 1px 0;
	text-decoration: none;
	font-size: 14px;
	}
#menu li a:hover,
.active {
	border-bottom: 4px solid #1673b2;
	}
/***** sitewide *****/
h1 {
	color: #cc3366;
	font-size: 22px;
	margin: 0 0 15px 0;
	}
h2 {
	color: #1673b2;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	}
.pink {
	color: #cc3366;
	font-weight: bold;
	font-size: 16px;
	}
a {
	color: #1673b2;
	}
a:hover {
	text-decoration: none;
	}
.button {
    background: transparent url(../images/button-right.png) no-repeat scroll top right;
    color: #1673b2;
	font-weight: bold !important;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    padding-right: 8px;
    text-decoration: none;
	margin: 15px 0 0 0;
}
.button span {
    background: transparent url(../images/button-left.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 7px 0 0 7px;
 	height: 30px;
}
.button span em {
	font-style: normal !important;
	color: #cc3366;
	}
.clear {
	clear: both;
	}
#comic {
	clear: both !important;
	text-align: center;
	margin: 10px 0 0 0;
	width: 100%;
	font-family: "Comic Sans MS";
	}
#comic a
	{
	font-size: 10px;
	cursor: pointer;
	}
/***** homepage *****/

#homeIntro {
	float: left;
	width: 320px;
	}
#homeSlider {
	float: right;
	width: 440px;
	text-align: center;
	background: url(../images/slider-bg.png) no-repeat;
	background-position: 17px 20px;
	}
#images {
	float: left;
	}
#next {
	float: right;
	background: url(../images/slider-right.png) no-repeat;
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	margin: 110px 0 0 0;
	}
#next:hover {
	background-position: 0 -39px;
	}
#prev {
	float: left;
	margin: 110px 18px 0 0;
	background: url(../images/slider-left.png) no-repeat;
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	}
#prev:hover {
	background-position: 0 -39px;
	}
#homeSkills {
	float: left;
	}
#homeSkills ul {
	margin: 15px 0 0 0;
	}
#homeSkills li {
	margin: 6px 0 0 0;
	padding: 2px 0 2px 23px;
	background: url(../images/tick.png) no-repeat;
	}
#homeNetworking {
	float: right;
	padding: 65px 57px 0 0;
	}
/***** portfolio *****/
#portfolioIntro {
	background: url(../images/portfolio-intro.png) no-repeat;
	width: 330px;
	height: 337px;
	padding: 30px 30px 30px 450px;
	}
#portfolioIntro h1 {
	font-size: 32px;
	}
#portfolioContainer ul {
	margin: 0 0 15px 0;
	}	
#portfolioContainer li {
	margin: 7px 0 0 0;
	}
#portfolioContainerList {
	float: left;
	width: 161px;
	}
#portfolioContainerImage {
	width: 643px;
	height: 377px;
	float: right;
	background: url(../images/portfolio-holder.jpg) no-repeat;
	padding: 0 0 0 4px;
	}
.tabs h2 {
	margin: 12px 0 12px 0;
	}
/***** sem/agencies *****/
#semIntro,
#agenciesIntro {
	width: 325px;
	float: left;
	}
#agenciesIntro ul {
	margin: 15px 0 0 35px;
	list-style-type: disc;
	}
#agenciesIntro li {
	margin: 0 0 10px 0;
	}
#semImages {
	float: right;
	background: url(../images/search-engines.jpg) no-repeat;
	width: 449px;
	height: 274px;
	}
#agenciesImages {
	float: right;
	background: url(../images/agencies-checklist.jpg) no-repeat;
	width: 434px;
	height: 389px;
	}
/***** testimonials *****/
hr {
	background: url(../images/quote-divider.gif) repeat-x;
	border: 0;
	height: 2px;
	}	
.quoteHolder {
	background: url(../images/quote.gif) no-repeat;
	padding: 0 0 0 40px;
	min-height: 40px;
	margin: 20px 0 10px 0;
	}
.quoteHolder span {
	float: right;
	font-style: italic;
	margin: 20px 0 0 0;
	}