@charset "utf-8";
body  {
	font-family : Verdana, Arial, Tahoma;
	font-size : 10pt;
	background: url(images/durastar_03.gif) repeat;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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 */
}
.twoColFixLtHdr #container { 
	background: url(images/durastar_expand.gif) repeat;
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(images/durastar_head.jpg) no-repeat;
	height: 215px;
	padding: 0px 0px 0px 0px;  
} 
.twoColFixLtHdr #header h1 {
	color : #000000;
	font-family : Verdana, Arial, Tahoma;
	font-size : 18pt;
	font-weight: normal; 
	text-align: center;
	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: 10px 30px 0px 530px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.redtitle {
	color : #ff0000;
	font-weight: bold; 
}
.leftflag
{
	float: left; /* since this element is floated, a width must be given */
	width: 68px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	display: inline;
	margin: 105px 0px 0px 130px;
}
.tagtitle {
	color : #ffffff;
	font-weight: normal; 
	font-size : 12pt;
	padding: 80px 0px 0px 0px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	background: url(images/durastar_left.gif) no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0px 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	clear:both;
	height: 55px;
	background: url(images/durastar_bot.gif) no-repeat;
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center; 
} 
.twoColFixLtHdr #footer p {
	font-size : 8pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
