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

body {
	font-size: 12px;
	font-family: Times New Roman, serif;
	background-image:
    url('http://www.crumblingpatina.net/pattern_002.gif');
    background-repeat: repeat;
    background-attachment: fixed;
    letter-spacing: 1px;
}

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

a:link { text-decoration: none; background: LightGrey; color: DarkRed ;}
a:active { text-decoration: none;background: LightGrey; color:DarkRed }
a:visited { text-decoration: none;background: LightGrey; color:DarkRed }
a:hover { text-decoration: none;background:;color:black}


a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	/*background-color: AliceBlue ;*/
}

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

#menu ul li.section-title { }

#content {
	/*background-color: red;*/
    width: 450px;
    color: black;
    height: 100%;
    margin: 69px 0 0 250px;
    
}

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

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

/*p {
    margin: 0 0 9px 0;
}*/

p1 { width: 100%;
	 height: 100%;
	 font-size: 12px;
	 text-decoration: none; 
	 background: Gainsboro; 
	 color: black;}
	 
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }


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

#once { clear: left; }