@charset "utf-8";
body  {
	background: #666666;
	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;
	background-color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	background-image: url(images/backgradient.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 70px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(images/mastheadbckd_r1_c2.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 70px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	top: auto;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-image: url(images/sidebartop.jpg);
}
.twoColFixRtHdr #mainContent {
	height: auto;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
} 
.twoColFixRtHdr #footer {
	background-color: #FFF;
	background-position: left;
	height: 30px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/footerbckgd.jpg);
} 
.twoColFixRtHdr #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: #FFF;
}
.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;
	color: #FFF;
}
#navbar {
	height: 57px;
	width: 781px;
	position: absolute;
	visibility: visible;
	left: 176px;
	top: 58px;
	background-color: #0099CC;
}
#navbar4 {
	background-color: #000;
	margin: 0px;
	height: 30px;
	width: auto;
	background-image: url(images/navbarbckgd_r1_c2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	vertical-align: top;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: auto;
	position: absolute;
	background-color: #0C0;
}
#photochanger {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 100%;
	position: relative;
	background-image: url(images/phototoptemplate.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#issuepic {
	text-align: left;
	margin: 0px;
	height: 350px;
	width: 350px;
	float: right;
	vertical-align: text-top;
	overflow: visible;
	background-color: #666;
	background-image: url(images/issuepicbckd.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#textnav {
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 545px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #00F;
}
#advert1 {
	height: 350px;
	float: left;
	width: 120px;
	background-color: #06C;
}
.tellfriend {
	width: 500px;
	height: 400px;
	top: auto;
	left: 196px;
	color: #F00;
}
