@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color:#A5CDF5;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	
}
	
/* Start layout definitions */

#container {
	width:800px;
    margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF8EE;
}

#header {
	padding: 20px 30px 5px 30px;
	text-align:right;
}

#nav {
	margin-left:auto;
	margin-right:auto;
	margin: 0 30px 0 30px;
	background-color:#532325;
	color:#FFFFFF;
	text-align:right;
}

#mainContent {
	padding: 5px 30px 10px 30px;
	color:#532325;
}

#footer {
	padding: 10px 30px 10px 30px;
	color:#9B6A6A;
	text-align:center;
	font-size:.75em;
	clear:both;
}

#centercontent {
	padding: 0px 0px 50px 0px;
}

#calendarcontent {
	padding: 0px 30px 0px 30px;
}

#aboutcentercontent {
	padding: 0px 0px 50px 0px;
	width: 425px;
	float:left;
}

#businesscard {
	padding: 0px 0px 50px 0px;
}

#yogaposer {
	width:100px;
	text-align:center;
	float:right;
}

#sidegraphics-r {
	width:300px;
	text-align:center;
	float:right;
}

/* Start content definitions */

#nav p {
	margin: 0 10px 20px 10px;
}

a {
	color:#532325;
	font-style:italic;
}

#nav a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	color:#A5CDF5
}

#nav a:hover {
	color:#A5CDF5
}

/* Other Tags */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* Font Styles */

p.quote {
	font-size:11px;
	font-style:italic;
	color:#69F;
	text-align:right;
	line-height: 125%;
}

.contacthighlight {
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#600;
}

h2.title {
	color:#69F;
	font-style:italic;
	font-weight:100;
}

/* Fixes */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->