html, body{
	font-family:  'Segoe UI', Verdana, Helvetica, Georgia,  Arial;
	font-size:14px;
	float: left;
}   
A:HOVER{color: #FFFFFF; font-weight: bold}
A:LINK{color : #FFFFFF}
A:VISITED{color : #FFFFFF}
A:ACTIVE{color: #FFFFFF; font-weight: bold}


.menu ul li a, a:hover, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold; 
}
 


.style1 {font-size:
     color: #FFFFFF;
     font-size: 36px
 }
.style2 {font-size: 16px ; font-weight: bold; }

.style3 {
	font-size: 14px;
	color: #FFF;
}
.style4 {
	font-size: 30;
	font-weight: bold;
}
.style5 {
	font-size: 30;
}
.style6 {
	font-size: 14px;
	color: #FFF;
	padding-left: 50px;
}

.style10 {
	font-size: 72px;
}
.style11 {font-size: 36}

img{
    padding:0;
    margin:0;
    border:none;
    outline:none;
}


/*
p, h1, h2, h3, h4, h5, h6 {
    color: white!important;
}
*/

/* site elements */
#site-wrapper{
	width:949px;
	margin:10px auto;
}

#headerimage{
    float:left;
    width:949px;
    height:140px;
}

#headertop{
    float:left;
    width:949px;
    height:7px;
    background: transparent url(../img/headertop.png) no-repeat;
}

#menubottom{
    float:left;
    width:949px;
    height:8px;
    background: transparent url(../img/menubottom.png) no-repeat;
}

#menubar{
    width:1024px;
    margin-left:auto;
	margin-right:auto;

 /* was:
    float:left;
    width:100%; */
	
    height:30px;
    line-height:30px;
    border-top:1px solid white;
    font-size:14px;
}

#menubar ul{
    overflow:auto;
    width:100%;
    list-style: none;
    margin:0;
    padding:0;
}
#menubar ul li {
    display:inline;
    padding-right:10px;
}
#menubar ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    font-weight: bold;
}

#menubar table{
    float:left;
    width:100%;
    border-collapse: collapse;
    padding:0;
    margin:0;
}
#menubar table td{
    text-align:center;
    padding:0;
    margin:0;
    line-height:29px;
}
#menubar table td a{
    display:block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    font-weight: bold;
}
#menubar table td a:hover{
    color: #9B7F7D;
}

#menubar table td.active a{
    color: #9B7F7D;
}
#menubar table td.active {
    background: transparent url(../img/activemenu.gif) repeat-x;
}

#menubar table td:hover{
    background: transparent url(../img/activemenu.gif) repeat-x;
}

#header{
    width:949px;
    height:182px;
    float:left;
}

#maincontent{
    position:relative;
    float:left;
    width:949px;
    color: white;
    min-height:470px;
    padding-bottom:20px;    
}

#contentarea{
    position:relative;
    float:left;
    width:470px;
    margin-left:239px;
}

#content{
    width:600px;
    margin-left:150;
	margin-right:auto;
}

#content2{
    width:700px;
    margin-left:150;
	margin-right:auto;
}
#maincontent{
    background: url(../img/background.jpg) no-repeat 0 -30px;
}

#yogalogo{
    position:absolute;
    width:138px;
    height:168px;
    top:0px;
    right:-160px;
    background: url(../img/yogalogo.jpg) no-repeat;
}
