 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/0108_bg.gif) repeat center center;
	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;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/0108_concept4_design_850_03.png) no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 675px;
	float: none;
	margin-top: 30px;
	position: relative;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
#header {
	padding: 10 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: right;
	height: 45px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thin none #00FF00;
	margin-right: 10px;
} 
#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 */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
}
#menu {
	float: right;
	height: 36px;
	width: 587px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
}
#footer2 {
	height: auto;
	width: auto;
	float: none;
	margin-left: 25px;
	margin-top: 5px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 238px;
	height: 500px;
	margin-left: 0px;
	margin-top: 150px;
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
	overflow: auto;
	margin-right: 0px;
}
#container .overhang {
	position: absolute;
	left: 5px;
	top: 20px;
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	height: 550px;
	width: 545px;
	border: thin none #FDFADF;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hlooper {
	font: 9px Verdana;
	color: #421B00;
	text-decoration: none;
	border: thin none #FDFADF;
	padding-left: 15px;
}
 
.menuLinks {
	font: normal 10px Verdana;
	color: #421B00;
	text-decoration: none;
}
.menuLinks a:link {
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
}
.menuLinks a:focus {
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
}

.menuLinks a:visited {
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
}
.menulinks a:hover {
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
}
.menulinks a:active {
	font: 10px Verdana;
	color: #421B00;
	text-decoration: none;
}
.designersmenu {
	font: 8pt Verdana;
	color: #421B00;
	text-decoration: none;
	float: none;
	padding-top: 5px;
	overflow:auto;
	font: 10px Verdana;
}
.categories {
	font: 11pt Verdana;
	color: #421B00;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 30px;
}
#slantimgholder {
	height: 350px;
	width: 255px;
	float: left;
	background: url(../images/imghldrslant.gif) no-repeat;
}

#strtimghldr {
	height: 355px;
	width: 255px;
	float: right;
	background: url(../images/imgdot_03.gif) no-repeat;
	margin-right: 30px;
	margin-top: 15px;
}
