@charset "UTF-8";
body  {
	padding: 0; /* 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: 12pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	background-image: url(Images/Rubybanner.jpg);
	margin: 0px;
	height: 167px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 250px;
	padding-left: 0px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(Images/IMG_2387.jpg);
	height: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.photobox1 {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 550px;
	float: right;
	background-color: #FFFFFF;
	margin: 0px;
	height: 600px;
} 
.twoColFixLtHdr #footer {
	font-size: 9pt;
	font-style: italic;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #CCCCFF;
	width: 800px;
} 
.twoColFixLtHdr #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 */
	color: #330099;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
.clearfloat {
	margin-top: 3px;
	margin-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
