body  {
	text-align: center; 
	color: #FFFFFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: none;
	margin: 0;
	padding-top: 2%;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 2%;
}
.twoColElsRtHdr #container {
	width: 925px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px outset #000000;
	text-align: left;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat;
	padding: 0px;
	float: none;
	background-position: left bottom;
	margin: 0;
} 
.twoColElsRtHdr #header {
	background-color: #999999;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsRtHdr #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 */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 225px;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Start :: Rounded Top and Bottom Areas - sidebar*/
.rbroundbox { background: url(assets/bg/blacknavmid.gif) repeat; }
.rbtop div  { background: url(assets/bg/blacknavtop.gif) no-repeat top; }
.rbbot div  {
	background-image: url(assets/bg/blacknavbot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
	/* height and width details */
.rbtop div, .rbbot div {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.rbroundbox { width: 225px; margin: auto; 
}
/* Stop :: Rounded Top and Bottom Areas - sidebar*/	 

.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsRtHdr #mainContent {
	width: 700px;
	float: none;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
/* Start :: Rounded Top and Bottom Areas - content*/
.rbroundbox_c { background: url(assets/bg/contentbgmid.gif) repeat; }
.rbtop_c div  {
	background-image: url(assets/bg/contentbgtop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.rbbot_c div  { background: url(assets/bg/contentbgbot.gif) no-repeat bottom; }

	/* height and width details */
.rbtop_c div, .rbbot_c div {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.rbroundbox_c { width: 700px; margin: auto; 
}
/* Stop :: Rounded Top and Bottom Areas - content*/	 
.twoColElsRtHdr #footer {
	background-color: #999999;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.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;
}
.contentdiv {
	width: 650px;
	margin-left: 10px;
}
.subcontentdiv {
	width: 600px;
	background-image: url(assets/svcspic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
