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

body {
	font-style: normal;
	font-weight: normal;
	font-family: "Courier New", Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	font-size: x-small;
}

body.section-1 { font-style: normal; font-weight: normal; }
body.section-2 { }
body.section-3 { }

a:link { font-size: x-small; word-break: normal; font-family: sans-serif; color: #1d1dff; text-decoration: none;}
a:active {font-size: x-small; font-family: sans-serif; color: #000002;}
a:visited { font-family: sans-serif; text-decoration: none; font-size: x-small; text-transform: none; color: #7f7f7f; word-break: normal; font-style: normal; font-weight: normal; }
a:hover { color: white; font-size: x-small; font-family: sans-serif; background-color: #1d1dff; text-decoration: none;}


a img { font-family: sans-serif; font-size: x-small; border: none; }

#menu {
    font-size: x-small;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-image: url;
    width: 200px;
    overflow: auto;
    top: 00px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	font-size: x-small;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(http://www.juditreig.net/img/judit_reigweb.jpg);
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-style: normal; font-size: x-small; font-weight: normal; font-family: sans-serif; background-repeat: no-repeat; background-position: 1px 1px; }

#content {
    font-size: x-small;
    font-family: sans-serif;
    height: 100%;
    margin: 0 0 0 210px;
    top: 0;
}

.container {
    color: #3a3a3a;
    font-size: x-small;
    font-family: sans-serif;
    padding: 13px 13px 25px 13px;
}

#content p { color: #7f7f7f; font-size: x-small; font-family: sans-serif; width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }