@charset "utf-8";
/* keep vertical scroll bar in place to prevent "jumping" */
html {
	height:100%;
	margin-bottom:1px;
	padding-bottom:1px;
}

/* add the following class to container to clear all floats inside */
.cleared:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

body {
	background-color: #5B5A49;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a, a:visited {
	color: #E7E8EC;
}
a:hover {
	color: #FFFFFF;
}
#container {
	width:750px;
	margin:5px auto 0 auto;
}
#mainBox {
	min-height:550px;
	margin-top: 10px;
}
#pageTop {
	width:750px;
	height:30px;
	background-image: url(./images/bg_top.jpg);
}
#pageMiddle {
	width:690px;
	min-height:440px;
	margin:0;
	padding:0px 30px 0px 30px;
	position:relative;
	background-image: url(./images/bg_middle.jpg);
	background-repeat: repeat-y;
}
#pageBottom {
	width:750px;
	height:30px;
	background-image: url(./images/bg_bottom.jpg);
}
/*
#pageBox {
	width:690px;
	height:440px;
	padding:10px;
	background-color: #474637;
	position:relative;
}
*/
#pageLeft, #pageRight {
	width:325px;
	min-height:430px;
	margin:0;
	padding:5px;
	background-color: #8D8B72;
	float: left;
	top:0px;
}	
#pageFull {
	width:680px;
	min-height:430px;
	margin:0;
	padding:5px;
	background-color: #8D8B72;
	float: left;
	top:0px;
}	
#pageFullInterior {
	width:660px;
	min-height:410px;
	background-color: #5D5C4A;
	padding: 10px;
}	
div#login {
	margin: 150px auto;
	padding: 10px;
	width: 200px;
	background-color: #8F8C6B;
}
#pageLeft {
	/*left:30px;*/
}
#pageLeftInterior, #pageRightInterior {
	width:305px;
	min-height:410px;
	background-color: #5D5C4A;
	padding: 10px;
}	
#navBar {
	width:287px;
	height:12px;
	padding:17px;
	margin:0 auto 0 auto;
	background-color: #8D8B72;
	border: 1px solid #3E3D2F;
}
#navBar table tr td a:link, #navBar table tr td a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#navBar table tr td a:hover {
	color: #DAC46B;
}
#bioBox, #pricingBox, #contactBox {
	width:240px;
	height:200px;
	padding:30px 50px 50px 50px;
}
#portfolioBox {
	width:285px;
	height:250px;
	margin:20px;
}
#pricingBox {
}
#contactBox table tr td a:link, #contactBox table tr td a:visited, #portfolioBox table tr td a:link, #portfolioBox table tr td a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}
#pageRight {
	margin-left: 20px;
}

#thumbTable {
	position:absolute;
	right:5px;
	bottom:5px;
	background-color: #5D5C4A;
	height: 80px;
}

/* text styles*/

.navCurrent {
	color: #DAC46B;
	font-weight:bold;
}
.bioText {
	line-height:1.6;
	color: #e5e5e2;
	text-indent: 1.5em;
	text-align: left;
}
.enlargePic:link, .enlargePic:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.MWcreativeText {
	font-weight:bold;
}
.bioListText {
	line-height:1.6;
	color: #e5e5e2;
	text-align: left;	
}
.copyrightText {
	text-align: center;
	margin-top: 3px;
	color: #e5e5e2;
}
.portfolioText {
	color: #e5e5e2;
	font-weight:bold;
}
header {
	width: 750px;
	min-height: 42px;
	margin-top: 20px;
	font-family: "Arial Narrow", "Trebuchet MS", Helvetica, sans-serif;
}
header h1 a {
	background-image: url("./images/logo.png");
	background-repeat: none;
	margin: 0 3px;
	display: block;
	width: 447px;
	height: 42px;
	float: left;
	border: none;
	margin-top: 5px;
}
header p#tagline {
	float: right; 
	text-align: right;
	padding-top: 6px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 3px;
}
ul#countries, ul#stamps {
	list-style-type: none;
	margin-left: 5px;
}
ul#countries a, ul#stamps a {
	display:block;
	padding:2px 0;
	border-bottom: solid 1px #8D8B72;
	text-decoration:none;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
}
.genuine-stamp img, .forged-stamp img {
	width: 300px;
	display: block;
	margin: 0 auto;
	padding: 5px;
}
span.right {
	float: right;
}
.textbox {
	width: 250px;
	display: block;
}
.textarea {
	width: 250px;
	display: block;
	height: 150px;
}
.select {
	display: block;
	max-width: 257px;
}
p {
	padding: 3px;
}
p.comments {
	background-color: #3E3C2F;
	padding-bottom: 10px;
}
footer {
	margin-top: 10px;
	display: block;
}