* {
	margin: 0px;
	padding: 0px;
}
body {


}
#wrapper {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	padding-left: 625px;
}
#container {
}
#topfooter {
	background-image: url(../../../../Ultimate%20Yoga/ultimateyoga.org/assest/images/footer.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 50px;
	clear: both;
}
#topfooter p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-align: center;
	height: 100px;
	background-image: url(../images/bottomfooter.jpg);
	background-repeat: no-repeat;
}
#mainColumnContent {
	padding-right: 25px;
}

.leftcontent {
	float: left;
	height: 290px;
	width: 135px;
	padding-left: 50px;
	padding-top: 10px;
	font-weight: bold;
}
.rightcontent {
	float: left;
	height: 100%;
	width: 805px;
	padding-left: 10px;
}

h1 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
p.breadcrumbs {
	font-size: 9pt;
}



/* BASIC TEXT FORMATTING -------------------------- */
p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 10pt;
}
a {
	font-size:12px;
	color:#666666;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#FF7F09;
}
a:active {
	text-decoration:none;
}
