@charset "UTF-8";
body {
	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;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-color: #DDD;
	background-repeat: repeat-x;
}.offset {
	text-indent: -9999px;
}
p {
	font-size: 1em;
}
#container {
	width: 610px;
	background-repeat: no-repeat;
	background-image: url(images/top2.gif);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#content {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 22px;
	padding-left: 35px;
	font-size: 12px;
}
#wrap {
	background-attachment: scroll;
	background-color: #DDD;
	background-image: url(images/sides2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer {
	width: 610px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	background-color: #ddd;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-transform: lowercase;
	background-image: url(images/bottom2.gif);
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#tag1 {
	font-size: 2.5em;
	line-height: 90%;
}
#tag2 {
	font-size: 1.5em;
	line-height: 90%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: 135px;
	margin-left: 135px;
}
#byline {
	text-align: left;
	color:#333; 
	padding-top:0px; 
	margin-top:0px;
	margin-right:33px;
	font-size:1.2em
}
