@charset "UTF-8";
/* CSS Document */
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FCE0D5;
	background-repeat: repeat-y;
	background-position: 300px 300px;
	background-attachment: fixed;
}

body.section-1 {
	font-family: Lettera-Regular, Lettera-Italic, Lettera-Bold;
}
body.section-2 {
	font-family: Lettera-Regular, Lettera-Italic, Lettera-Bold;
}
body.section-3 {
	font-family: Lettera-Regular, Lettera-Italic, Lettera-Bold;
}

a:link { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000;}
a:visited { text-decoration: none; color:#000; }
a:hover { text-decoration: none; background-color: #fff; }

a img { border: none; }

#menu {
	width: 150px;
	overflow: auto;
	top: 50px;
	bottom: 0;
	left: 30px;
	position: fixed;
	height: 100%;
	background-color: #FFDFD3;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	color:#000;
	font-weight:bold;
	border-bottom: 1px #000  solid;
	margin-bottom: 4px;
}

#content {
    height: 100%;
    margin: 60px 0 0 195px;
    top: 0;
}

.container {
	padding: 5px 5px 25px 5px;
	background-color: #FCE0D5;
}

.container p a img { display: block; }

#content p {
	width: 400px;
	margin-bottom: 9px;
	background-color: #FFDFD3;
	background-image: url(img/reflections%20on%20t+L/POSTCARD_talking.jpg);
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; color:#000; font-weight:bold; border-bottom: 1px #000 solid; margin-bottom: 4px; width: 400px; }
h2 { font-size: 11px; margin-bottom: 10px; font-weight:normal;}
h3 { font-size: 11px; padding-bottom: 10px; font-weight:normal;}
h4 { font-size: 12px; }

#img-container	{
	margin-top:20px;
	margin-left:0px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


span {
	font-size: 11px; color:#000; background-color: #fff; margin: 0 0 9px 0;

