/* CSS Document */


/* layout*/
body {
margin: 0;
padding: 0;
background-color:#EBEAC2
}
#header {
height: 100px;
background-image:url(../images/logo_bkg.gif);
background-repeat:repeat;
}
#content {
	margin-top: 20px;
	margin-left: 185px;
	padding: 10px;
	color: #000;
	position: relative;	
 }
 
#title{
	background-image: url(../images/laura_title_sm.gif);
	position: absolute;
	left: 166px;
	top: 18px;
	background-repeat:no-repeat;
	width: 245px;
	height: 72px;
	}
#logo {
position:absolute;
top: 5px;
left: 14px;
height: 173px;
width: 143px;
background-image: url(../images/symbol_sm.gif) ;
background-repeat:no-repeat;
z-index: 15;
}
#center {
background-image:url(../images/line_bkg.gif);
	background-repeat: repeat-x;
	height:22px;
	z-index: 1;
}

 /* navigation*/
 #navcontainer {
	width: 165px;
	height: 978px;
	z-index: 10;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 55px;
	background-color: #C43100;
	position: absolute;
	top: 122px;
	left: -2px;

}

 #navcontainer ul
 {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font: normal 11px/17px Arial, Helvetica, sans-serif;
 color: #EBEAC2;
 }
 #navcontainer a
 {
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #C43100;
	border-bottom: 1px dotted #CC99CC;
 }

 #navcontainer a:link, #navlist a:visited
 {
 color: #EBEAC2;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
	background-color: #BFA3D1;
    color: #5C1C49;
 }

	/* text */
p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

ol, ul, li, dd, dl, dt, {
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style: disc;
}

blockquote {

	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 1.2em;
	color: #000000;
}
h2 {
	font-size: 1em;
	color: #8E001C;	
	
}
h3 {
	color: #6B1054;
}
h4 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
hr {
	color: #8A8300;
	height: 1px;
}
.img-yoga {
	padding: 4px;
	margin: 4px;
	border: 1px dotted #666666;
}
img {
	padding: 4px;
	margin: 4px;
	border: 1px dotted #666666;
}



/* Link Deffinitions */
a {
	font-weight: bold;
}
a:link {
	color: #5C1C49;
}
a:visited {
    color: #8E001C;
	background: #DF862E center;
}
a:hover {
	color: #8E001C;
	padding: 2px;
}
a:active {
	color: #796E6D;
}

/* pseudos */
.press {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #CC3300;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
}
.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8E001C;
}
.caption {
	font: oblique 80%/125% Verdana, Arial, Helvetica, sans-serif;
	color: #5C1C49;
}
