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

body {
	background: #white;
	color: gray;
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	direction: ltr;
}

body.section-1 {
	width: 1000px;
	height: 600px;
	margin: 0 0 0 50px;
	float: none;
}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: gray}

#content div.container p a {
	color: #FF6BA1;
}

#content div.container p.class h1.class {
	color: #FF6BA1;
}
a:active { text-decoration: none; color: #FF6BA1}
a:visited { text-decoration: none; color: gray;
}
a:hover { text-decoration: none; color:#666 }

a.tit:link { text-decoration: none; color: gray}
a.tit:active { text-decoration: none; color: #FF6BA1}
a.tit:visited { text-decoration: line-through; color: gray}
a.tit:hover { text-decoration: none; color: gray}


a img {
	border: 2px none white;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 70px;
    bottom: 0;
	left: 60px;
    position: fixed;
    height: 100%;
	color: #FF6BA1;
	border-color: white;
	text-align: left;
	background: transparent repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
padding-top: 8px;
	border-top: 1px dotted silver;
}
#menu ul li {
	
	margin: 0 0 2px 0;
}
#menu ul li.section-title {
	font: italic normal 15px Georgia, "Times New Roman", Times, serif;
	color: #FF6BA1;
}

#content {
    height: 100%;
    margin: 70px 0 0 350px;
    top: 0;
	color: gray;
	background-color: transparent;
}

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }
a.credit:link {
color: gray;
text-decoration: none;}

a.credit:visited {
color: silver;
text-decoration: none;}

a.credit:hover {
color:#666;
text-decoration: none;}

a.credit:active {
color: gray;
text-decoratiom: none;}
