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

body {
	font-size: 0.7em;
	font-family: "Courier New",Courier, monospace;
	color: black;
	background: #fff;
	line-height: 1.3em;
}

a:link {
	font-family: "Courier New",Courier, monospace;
	color: black;
	text-decoration: none;
	width: 0px;
	border: 0px;
}
a:visited {
	font-family: "Courier New",Courier, monospace;
	color: black;
	text-decoration: none;
	width: 0px;
	border: 0px;
}
a:hover {
	color: black;
	background: yellow;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#content a:link { text-decoration: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

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

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

#menu .section-title { color: #000; font-weight: bold; }

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

   img {
   border: 0px solid #f2f2f2;
   }

.container {
   padding: 20px 15px 25px 20px;}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

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

#once { clear: left; }

/*- - - - - -- - - - Mailing List - - -- - - - - - */
div#mailinglist span.ml-title
{
font-weight: bold;
}

div#mailinglist input
{
width: 11em;
margin: 0.5em 0;
}
