@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 20px;
}
#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#header {

}
.headerleft {
	float: left;
	width: 250px;
}
.headerright {
	float: right;
	margin-top:15px;
	width: 802px;
	text-align: right;
}


ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none; 
}
h1 {
	margin-top: 0px;
	font-size: 20px;
}
a {
	color: #343400;
	text-decoration: none;
}
a:visited {
	color: #343400;
}
a:hover {
	text-decoration: underline;
}
#current {
	background:#666;
	color:#fff;
}

ul.menu li {
	display:inline;
	font-size:11px;
}

ul.menu li a {
	
	text-decoration: none;
	border-right: 1px solid #999;
	 padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

ul.menu li a.last {
    padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
    text-decoration: none;
    border:0;
}

ul.menu li a:hover {
	background-color: #666;
	color: #fff;

}


div.clear {
    clear:both;
	}
#contentabout {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/about-charlie.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;

}

#contentpostures {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/posture-asana.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;
	
}

#contentbreathing {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/breathing-pranayama.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;

}

#contentmeditation {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/meditation.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;

}

#contentphilosophy {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/philosophy-darsana.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
    font-size:9px;
	line-height:10px;
}

#contentcontact {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;
}

#contentcontact a{
	color:#FFFFFF;
}

#content {
	width: 900px;
	height:500px;
	margin-top:10px;
	border: 1px solid #333333;
	background-color: #2b5090;
	background-image: url(images/ashtanga_yoga_home.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:9px;
	line-height:10px;
	
}
#footer {
	margin-top: 10px;
	font-size: 12px;
}
.footerleft {
	float: left;
	width: 480px;
	margin-left: 20px;
}
.footerright {
	float: right;
	width: 180px;
	text-align: right;
	margin-right: 20px;
}

