* {
margin:0px; padding:0px;
}

body {
	background-image: url(../images/background_splice.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1DED4;
}
h1 {
	color: #ED5866;
	font-weight: normal;
	font-size: 16px;
}
h2 {
	font-weight: normal;
	color: #F35768;
	font-size: 16px;
	margin-top: 5px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: #999999; 
	margin-top:10px; 
}
a {
	color: #B3D1CD;
	text-decoration: none;
}
a:hover {
	color: #F05968;
}
.btn {
	background-color: #F1A1AC;
	color: #E24155;
	border: 1px solid #e24155;
	margin-top: 5px;
}
.left {
	float:left;
	margin-right: 20px;
}

.maincontainer {
	margin:30px auto 30px auto;
	width:952px;
}

.header {
	background-image: url(../images/header.gif); background-repeat: no-repeat;
	width: 952px;
	padding-top:100px;
}

.nav {
	background-image: url(../images/nav_splice.gif); background-repeat: repeat-y;
	height:26px;
	padding-top:10px; margin-left:1px;
}

.nav ul li {
	list-style-type: none;
	display: inline; float: left;
	padding:0px; margin-left: 20px;
	font-size: 12px;
}

.nav ul li a:hover{
	color: #795D47; 
}
.nav ul li a{
	color: #82AAAD; text-decoration: none;
}

.homePage .nav_home a, .aboutPage .nav_about a, .portfolioPage .nav_portfolio a, .templatesPage .nav_templates a, .contactPage .nav_contact a {
	color: #795D47;
}

.content {
	background-image: url(../images/content_background.gif); background-repeat: no-repeat; background-color: #FCF9E8;
	border-right-width: 1px; border-right-style: solid; border-right-color: #EF8B9D; 
	border-left-width: 1px; border-left-style: solid; border-left-color: #EF8B9D;
	margin-bottom:0px;
}
.content_template {
	background-image: url(../images/template_background.gif); background-repeat: no-repeat; background-color: #FCF9E8;
	border-right-width: 1px; border-right-style: solid; border-right-color: #EF8B9D; 
	border-left-width: 1px; border-left-style: solid; border-left-color: #EF8B9D;
	margin-bottom:0px;
}
.col_two {
	float: left;
	display: inline;
	margin: 5px;
	text-align: center;
}

.form {
	color: #95C6CA;
	font-size: 14px;
}
.input {
	color: #666666;
	border: 1px dashed #F09AA7;
}


.left_col {
	display: inline;
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	background-color: #FCF9E8;
	width: 586px;
}
.left_col a {
	color: #F05968;
	text-decoration: none;
}
.left_col a:hover {
	color: #B3D1CD;
}
.frame {
	float: left;
	margin-top: 10px;
	margin-right: 24px;
	margin-left: 24px;
	border: 1px solid #F05968;
}
.lightbox {
	padding-top: 20px;
	margin-left: 30px;
}
.bespoke {
	width: 800px;
	margin-left: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED5866;
}

.right_col {
	display: inline; float: left;
	margin-top: 100px; margin-right: 0px; margin-bottom: 0px; margin-left: 30px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px;
	border-left-width: 1px; border-left-style: solid; border-left-color: #F05968; 
	width: 230px;
}
.right_col p {
	margin-left:25px;
}
.footer {
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 49px;
}
.footer p {
	color: #FFFFFF;
	margin:0px;
	padding-top: 5px;
}
.footer a:hover {
	color: #ffffff;
}
.credit {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #999999;
}
