/* CSS Document */


/* layout*/
body {
margin: 0;
padding: 0;
background-color: #5C1C49;
}
#header {
height: 150px;
background-image:url(../images/logo_bkg.gif);
background-repeat:repeat;
}
#content {
	margin-top: 15px;
	margin-left: 190px;
	margin-right: 30px;
	padding: 5px;
	position: relative;
	z-index: 5;
 }
 
#title{
	background-image: url(../images/laura_title.gif);
	position: absolute;
	left: 286px;
	top: 23px;
	background-repeat:no-repeat;
	height: 102px;
    width: 330px;
	}
#logo {
	position:absolute;
	margin: -125px 0 0 -25px;
	height: 338px;
	width: 279px;
	background-image: url(../images/symbol.gif);
	background-repeat:no-repeat;
	z-index: 1;
	top: 127px;
	left: 29px;
}
#center {
background-image:url(../images/line_bkg.gif);
	background-repeat: repeat-x;
	height:22px;
	z-index: 1;
}

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

 #navcontainer ul
 {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: 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, ol, ul, li, dd, dl, dt, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FCFFD6;
}
blockquote {

	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 1.2em;
	color: #FCFFD6;
			padding: 80px 0 0 320px;
	background-image: url(../images/laura_title.gif);
	height: 72px;
    width: 227px;
	position: absolute;
	left: 423p
}
h2 {
	font-size: 1em;
	color: #FCFFD6;	
	
}
h3 {
	color: #6B1054;
}
h4 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
hr {
	color: #CCFF66;
	height: 1px;
}
.img-yoga {
	padding: 4px;
	margin: 4px;
	border: 1px dotted #666666;
}
img {
	padding: 2px;
	margin: 0px, 2px;
}



/* Link Deffinitions */
a {
	font-weight: bold;
}
a:link {
	color: #c43100;
}
a:visited {
	color: #BFA3D1;
}
a:hover {
	color: #8E001C;
	background: #C4B826 center;
}
a:active {
}

/* pseudos */
.press {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #CC3300;
}
.notes_laura {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.caption {
	font: oblique 80%/125% Verdana, Arial, Helvetica, sans-serif;
	color: #5C1C49;
}
.footer {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
}
