/*	Alex Myers Imaging	*/
/*	OVERALL PARAMETERS	*/

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656472;
	background-image: url(../images/bgimage.png);
	background-repeat: repeat;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
}
a:hover {
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
#clr {
	clear: both;
}
.clr {
	clear: both;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #4C304A;
	margin: 0px;
	padding-bottom: 10px;
}
#wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 58px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#banner {
	width: 960px;
	height: 184px;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 960px;
	height: 23px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	text-align: center;
	font-size: 15px;
}
#menu a {
	padding-left: 13px;
	padding-right: 13px;
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	color: #4C304A;
}
.active {
	color: #4C304A;
}
#content-area {
	width: 880px;
	height: auto;
	padding: 20px 40px 20px 40px;
	background: #E5E4E8;
}
#leftcol {
	float: left;
	width: 500px;
	height: auto;
}
#rightcol {
	width: 350px;
	height: 345px;
	float: right;
}
#footer {
	width: 960px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}

/*	ABOUT PAGE EXTRAS	*/
.color {
	color: #70405E;
}
.color1 {
	color: #344148;
}
.color2 {
	color: #5486B4;
	font-size: 10px;
	font-weight: bold;
	padding-left: 200px;
}

/*	LIMITED EDITION PRINTS	*/
.color-green {
	color: #094605;
}

/*	COPY WORK	*/
.color-blue {
	color: #1F2677;
}

/*	PHOTOGRAPHY	*/
#content-area-ph {
	width: 880px;
	height: auto;
	padding: 20px 40px 20px 40px;
	background-image: url(../images/photography-bg.png);
	background-repeat: no-repeat;
}
#leftcol-ph {
	float: left;
	width: 585px;
	height: auto;
	color: #000;
}
.color-white {
	color: #FFF;
}

/*	PRE-PRESS	*/
#leftcol-pp {
	float: left;
	width: 510px;
	height: auto;
}
#rightcol-pp {
	width: 365px;
	height: auto;
	float: right;
}
.color-pp {
	color: #3D3D3D;
}

/*	RETOUCHING	*/
#leftcol-rt {
	float: left;
	width: 375px;
	height: auto;
}
#rightcol-rt {
	width: 500px;
	height: 346px;
	float: right;
}
.color-rt {
	color: #620673;
}

/*	UNDERWATER	*/
.color-lblue {
	color: #045FAB;
}
#leftcol-uw {
	float: left;
	width: 638px;
	height: auto;
}
#rightcol-uw {
	width: 266px;
	height: 168px;
	float: right;
	text-align: right;
	padding-top: 6px;
}
#parents {
	text-align: center;
	font-weight: bold;
	color: #1F2677;
}

/*	CONTACT PAGE	*/
#form-l {
	float: left;
	width: 140px;
	height: auto;
	text-align: right;
	line-height: 136%;
}
#form-r {
	float: right;
	width: 350px;
	height: auto;
}
.txtfield {
	width: 240px;
	font-size: 12px;
	border: solid 1px #000;
	margin-bottom: 9px;
	color: #4C304A;
}
.txtbox {
	width: 240px;
	height: 150px;
	font-size: 12px;
	border: solid 1px #000;
	color: #4C304A;
	margin-bottom: 5px;
}

