/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body       { color: #300; font-size: 14px; font-family: "Century Gothic", Verdana, sans-serif; font-style: normal; font-weight: normal; line-height: 17px; font-stretch: ultra-expanded; background-image: url("http://www.diningroomexperiments.com/files/stitched-background.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: 0 0 0 0  }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link  { color: #666; text-decoration: none }
a:active     { color: #666; text-decoration: none }
a:visited     { color: #603; text-decoration: none }
a:hover    { color: #903; font-weight: 500 }

a img { border: none; }


#menu  { background-color: ; position: fixed; top: 0; bottom: 0; left: 8px; width: 300px; height: 100%; overflow: auto }

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

#menu ul li.section-title     { color: #000; font-size: 15px; font-family: "Century Gothic", sans-serif; line-height: 20px; padding: 2px 0; border-bottom: 1.5px dotted #063 }

#content    { margin: 110px 0 0 350px; height: 100% }

.container  { padding: 25px 5px 25px 25px }

#content p  { margin-bottom: 9px; width: 600px }

p     { color: #300; font-size: 14px; font-family: "Century Gothic", sans-serif; font-style: normal; font-weight: normal; line-height: 15px; font-stretch: ultra-expanded; margin: 0 0 9px }
p1   { color: #300; font-size: 14px; font-family: "Century Gothic", sans-serif; font-style: normal; font-weight: normal; line-height: 15px; font-stretch: semi-expanded; text-align: center; margin: 0 0 9px }
h1   { color: #063; font-size: 32px; font-family: "Century Gothic", sans-serif; font-style: normal; font-weight: normal; line-height: normal; font-stretch: semi-expanded }
h2  { color: #666; font-size: 24px; font-family: "Century Gothic", sans-serif; line-height: normal; font-stretch: normal }
h3   { color: #063; font-size: 20px; font-family: "Century Gothic", sans-serif }
h4  { color: #660; font-size: 13px; font-family: "Century Gothic", sans-serif; line-height: 14px }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }