/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #f4ddb1;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
h2 {
}
address {
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	float: right;
	padding-right: 20px;
	background:url(images/address_bg.gif) no-repeat;
	width: 200px;
	height: 132px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

ul {
	font-size:14px;
	font-weight: bold;

}

li {
	font-size: 12px;
	font-weight: normal;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 770px;
	margin: 0 auto;
	background: url(images/content_bg.gif) repeat-y;
}
div#header {
	width: 770px;
	height: 144px;
	background: url(images/header.gif) no-repeat;
}
div#content {
	width: 500px;
	margin: 0 0 0 15px;
}
div#footer {
	clear: both;
	width: 770px;
	height: 170px;
	background: url(images/footer.gif) no-repeat;
}
div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 35px 0 0 0;
	color: #FFFFFF;
}
	#copyright a{
	color: #FFFFFF;
			}

.ypimg {
	border: 0px;
	padding-top: 38px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 0 55px 15px 0;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
