

/* ashtangaflash.com styles with image switcher*/




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


p {
			padding: .5em 0em .5em 0em;
			
			}

p+p	{
			margin-top: -.5em;
			}
			

h1, h2, h3, h4, b {
			color: #1B3289;
	}



ol, ul {
			margin-left: 30px;
			margin-top: 10px;
			margin-bottom: 14px;
			}

				
body {


			font-family: arial, 'lucida console', sans-serif;
			font-size: 95%;
			color: #333;
}


.clear {
			clear: both; 
			margin: 0px
			
		}	



/*  Wrapper for all content  ------------------------------- */

#page	{
			margin: 0px auto;
			width: 1200px;
			height: 680px;
			/*border: thin solid;
			border-color: #F00;*/
						background-image: url(img/ashtangaflash007.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			/*background-attachment: fixed;*/
			
		}

/*  Branding Section  ------------------------------------ */

		
#branding	{
				width: 1000px;
				height: 32px;
				/*border: thin solid;*/
				margin-left: -3000px;
		}		

/*   Menu and Navigation Section ------------------------- */

#navmenu	{
		width: 100%;
		height: 30px;
		margin-top: 0px;
		/*border: thin solid;
		border-color: #ff0;*/
		float: left;

		}


#navmenu ul {
			margin: 0px 0px 0px 576px;
	}
		
#navmenu li {
			float: left;
			position: relative;
			list-style-type: none;
			font-size: 80%;
			font-weight: bold;
			letter-spacing: 3px;
	
	}

#navmenu a {
			text-decoration: none;
			color: #ffcaa3;
			display: block;
			padding: 8px 12px 5px 12px;
	}	


#navmenu a:hover {
			color: #fff;
			padding: 8px 12px 5px 12px;
	}


#navmenu #on a{
			color: #fff;
			padding: 8px 12px 5px 12px;
	}
	

/*  Home Page Section ------------------------------ */		

#main_home	{
			margin: 0px auto;

			width: 1000px;
			height: 571px;
			/*border: thin solid;*/
			color: #000;
			/*background-image: url(img/home.jpg);
			background-repeat: no-repeat;
			background-position: center center;*/
		}
		
		
#text_main	{
		float: left;
		width: 316px;
		margin-top: 22px;
		margin-left: 73px;
		font-size: 80%;
		overflow: auto;
		height: 238px;
		padding: 26px;
display: inline; /* ie hack */
		/*font-family: serif;
		font-style: italic;*/
			/*border: thin solid;*/
			color: #000;
		}


/* Footer Section ---------------------*/

		
#footer	{
		width: 100%;
		height: 31px;
		/*border-top: thin solid;
		border-bottom: thin solid;
		border-color: #aaa;*/
		color: #db4c0d;
		text-align: center;
		font-size: 65%;
		padding-top: 22px;
		letter-spacing: 3px;
		}


#footer a {
		text-decoration: none;
		color:  #db4c0d;
		}			
		
		