@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/orange.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-align:center;
}
.oneColFixCtrHdr #header {
	background:url(../images/blackdesigns.gif);
	text-align:center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align:center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	width:978px;
	margin: 0 auto;
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font: .7em "Myriad Pro", Arial;
	color: #ee7300;
	background:url(../images/blackdesigns.gif);
}
.oneColFixCtrHdr #footer a{
	color: #ee7300;
	text-decoration:underline;
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menutext a{
	font: .8em "Myriad Pro", Arial;
	text-transform: uppercase;
	color: #252525;
	text-decoration:none;
}
.menutext {
	text-transform: uppercase;
	color: #ee7300;
	text-decoration:none;
	padding-left:5px;
	text-align:left;
}
.menutext a:hover a:active a:visited {
	font: .6em "Myriad Pro", Arial;
	text-transform: uppercase;
	color: #ee7300;
	text-decoration:none;
	padding-left:5px;
}
.menutable {
	vertical-align:bottom;
	margin-top:10px;
	margin: 0 auto;
}
.marginbottom {
	margin-bottom:10px;
}
.picright {
	float: right;
	margin-right:10px;
}
.center {
	text-align:center;
	margin: 0 auto;
}
.models  {
	font: .7em "Myriad Pro", Arial;
	text-transform: uppercase;
	color: #252525;
	text-decoration:none;
}
.models a:link{
	font: .7em "Myriad Pro", Arial;
	text-transform: uppercase;
	color: #252525;
	text-decoration:none;
}
.models a:hover a:visited a:active {
	font: .7em "Myriad Pro", Arial;
	text-transform: uppercase;
	color: #ee7300;
	text-decoration:none;
	padding-left:5px;
}
.modeltd {
	text-align:center;
}
img { border: none }

.floatrightpad {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.heading {
	font-size: 1.2em;
	text-align:left;
	padding-left:100px;
}

.modelscol a:link{
	color: #252525;
	text-decoration:none;
}
.modelscol {
	color: #252525;
	text-decoration:none;
}


