/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 16px;
	color: #1e1e1e;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

a:link { color: teal; text-decoration: none; }
a:active { color: #262626; text-decoration: none; }
a:visited { color: #949aa0; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    line-height: 14px;
    margin-right: 10px;
    margin-left: 10px;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { }

#content {
    width: 600px;
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

.container {
    margin-top: 20px;
    padding: 5px 5px 25px 5px;
}

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

div#gallery {float: left; position: absolute; top: 20px; left: 210px; width: 760px; padding: 10px; }

p {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
}

h1 { line-height: 20px; margin-bottom: 12px; color: #3f3f3f; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; }
h2 { color: #3f3f3f; font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; }
h3 { color: #3f3f3f; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; }
h4 { color: #3f3f3f; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }

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

#once { clear: left; }

.thumbnails {width: 200px; float:left; margin:0px 10px 10px 0px; padding: 0px; font-family:verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	line-height: 20px;
	border: 0px;
}