/* CSS Document */
body {
	background-color: #3A3A3A;
	margin: 0;
	padding: 0;
	font: 75%/1em ahoma, Arial, Helvetica, Trebuchet MS, Verdana, line-height: 12px; color: #FFFFFF;
}
#mainContainer{
	width: 974px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: left;
	/*Margin left and right set to auto center's our layout*/
	/*height: 100%;*/
}
.containerPageTopNav{
	width: 974px;
	height: 41px;
	text-align: left;
	height: auto;
	float: left;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
}
.hLine {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #353535;
	margin: 0px 0px 0px 10px;
}
.pageBg {
	background-image:  url(/images/layout/page_info_bg.jpg);
	background-repeat: repeat-y;
	height: 100px;
	float: left;
}
.pageBg2 {
	background-image:  url(/images/layout/page_bg.jpg);
	height: auto;
	float: left;
	width: 974px;
}
.pageTopLeft {
	width: 160px;
	float: left;
	padding: 0px 0px 0px 20px;
}
.pageTopMid {
	width: 632px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.pageTopRight {
	width: 155px;
	float: right;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
}
.pageLeft {
	width: 160px;
	float: left;
	padding: 15px 0px 0px 20px;
}
.pageMid {
	width: 610px;
	float: left;
	padding: 15px 0px 0px 0px;
	
}
.pageRight {
	width: 160px;
	float: right;
    padding: 15px 15px 0px 5px;
}

/* PAGE BOXES */

.boxpageTitle {
    height: 20px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F4F4F;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4F4F4F;	
	
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #426386;

	width: 591px;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #426386;
	padding: 6px 3px 3px 7px;
}
.boxpageData {
	width: 590px;
	border: 1px solid;
	border-color: #4F4F4F;
	color: #FFFFFF;
	padding: 9px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	position: relative;
}
	.removeComment {
		position:absolute;
		top:0px;
		right:0px;
	}
	.removeComment input, textarea { {
		width:20px;
	}
.boxpageData h2 {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #00612C;
}
.boxpageData input, textarea {
    width:375px;
	background-color:#FFFFFF;
}

.boxpageDataTattoo {
    padding: 20px 20px 20px 55px;
	width: 533px;
	border: 1px solid;
	border-color: #4F4F4F;
	color: #FFFFFF;
	background-color:#FFFFFF;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.infoBoxMessage {
	width: 608px;
	border: 1px solid;
	border-color: #4F4F4F;
    font-family: Tahoma, Arial, Helvetica, Trebuchet MS, Verdana, ; 
	font-size: 13px; 
	line-height: 17px; 
	color: #B160C6;
}

.spacer {
	clear:both;
}
.setFont {
font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
