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

body {
	font-size: 12px;
	font-family: font-family: "Baskerville_Reg", serif; ;
	background: #fff;
}

@font-face {
  font-family: "Baskerville_Bold";
  src: url(http://www.budgeover.org/files/BaskervilleCyrLTStd-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Baskerville_Reg";
  src: url(http://www.budgeover.org/files/BaskervilleCyrLTStd-Upright.otf) format("opentype");
}

@font-face {
  font-family: "Baskerville_Ital";
  src: url(http://www.budgeover.org/files/BaskervilleCyrLTStd-Incline.otf) format("opentype");
}


h1 { font-family: "Baskerville_Bold", serif; font-size: 20px; }
h2 { font-family: "Baskerville_Ital", serif; font-size: 15px;  font-style: italic; }
p { font-family: "Baskerville_Reg", serif; font-size: 12px;
    margin: 0 0 9px 0;
}

h6 { font-family: "Baskerville_Bold", serif; font-size: 12px;
    margin: 0 0 9px 0;
}

h7 { font-family: "Baskerville_Ital", serif; font-size: 12px;
    margin: 0 0 9px 0;
}

h8 { font-family: "Baskerville_Reg", serif; font-size: 12px;
    margin: 0 0 9px 0;
}


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

a:link { text-decoration: none; color: #f00; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #f00; background: #fff20d; } 

a img { border: none; }

#menu {
    width: 300px;
    overflow: hidden;
    top: 10;
    bottom: 0;
	left: 20;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 40px 0 0 300px;
    top: 0;
}

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

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


h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
