* {margin:0px;padding:0px}

/*
 Light:#f45813
 Mid:#df5026
 Dark:#a51e22

*/
P{margin-bottom:7px;}
UL,OL{
	margin-bottom:7px;
	margin-left:21px;
}
body{
	background-color:#f6f6f6;
	color:#325832;
	font-family:Arial;
	font-size:14px;
  line-height:17px;
	text-align:center;
}
TD{
	font-family:Verdana;
	font-size:11px;
}
#headerContainer{
	width:600px !important;
	width:610px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
  padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/dressesforhire/images/pagebg_top.gif);
	background-repeat:no-repeat;
}
#menuContainer{
	width:600px !important;
	width:610px;

	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/dressesforhire/images/pagebg_mid.gif);
	background-repeat:repeat-y;
}
  #mainMenu{
    width:600px;
    height:38px;
    background-image:url(/templates/themes/dressesforhire/images/main_menu_bg.gif);
    background-repeat:repeat-x;
  }

#pageContainer{
	width:600px !important;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/dressesforhire/images/pagebg_mid.gif);
	background-repeat:repeat-y;
}
  #contentContainer{
    padding:20px;
    min-height:400px;
  }
  #contentContainer{
    padding:20px;
    min-height:400px;
  }
  #contentLeft{
    float:left;
    width:350px;
  }
  #contentRight{
    margin-left:10px;
    float:left;
    width:180px;
  }
  #summaryRight{
    margin-left:10px;
    float:left;
    width:200px;
  }

#pageBottomContainer{
	width:600px !important;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-image:url(/templates/themes/dressesforhire/images/pagebg_lower.gif);
	background-repeat:repeat-y;
	background-color:#F6F3F0;
}
  #footerText{
    width:480px;
    padding-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    float:left;
    font-size:9px;
  }
  #backtotopContainer{
    width:90px;
    height:20px;
    padding:10px;
    float:left;
    text-align:right;
    font-size:9px;
  }
#footerContainer{
	background-color:#F6F3F0;
	width:600px !important;
	width:610px;
	height:7px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	background-image:url(/templates/themes/dressesforhire/images/pagebg_bottom.gif);
	background-repeat:no-repeat;
}

/* /Ads */
.summaryItemContentAd{
}

.summaryItemContent{
  padding-left:10px;
  padding-bottom:10px;
}
.summaryThumb{
  margin:10px;
  float:left;
}
.moreLink{
  font-size:10px;
  line-height:10px;
  color:#a51e22;
  text-decoration:none;
}
#logoContainer{
	float:left;
	padding:7px;
}

#siteCredits{
	font-family:arial;
	font-size:11px;
	letter-spacing:3px;
	margin:5px;
	margin-bottom:10px;
}

#quickLinks{
	width:600px !important;
	width:610px;
	height:7px;
	margin-left:auto;
	margin-right:auto;
}
.quickLinksCell{
	float:left;
	width:200px;
	text-align:left;
	font-size:11px;
	line-height:18px;
	color:#dddddd;
}

H1{
	color:#A51E22;
	font-family:Arial;
	font-size:16px;
	margin-bottom:12px;
}
H2{
	color:#A51E22;
	font-family:Arial;
	font-size:14px;
	margin-bottom:12px;
}
H3{
	color:#a51e22;
	font-family:Arial;
	font-size:14px;

}

hr{
	color: #a51e22;
	background-color:#a51e22;
	height: 1px;
	border: 0px;

}

a{
	color:#a51e22;
}

a:hover{
	text-decoration:underline;
}

.forminput{
	color:#a51e22;
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#a51e22;
}

.formbutton{
	color:#006699;
	font-family:arial;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#a51e22;
	font-weight:bold;
}
.clr{
	clear:both;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
.debug{
  border:1px solid #ff0000;
}