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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-image:url(media/tile.gif);
	background-attachment:fixed;
}

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

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

a img { border: none; }

#menu {
    width: 170px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	background-image:url(media/tile.gif);
	background-attachment:fixed;
}

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

#menu ul li.section-title {margin:20px 0 10px 0; color:#f2f2f2; background:#b50937;font-size:11px; padding:2px 3px 3px 3px; }

#menu ul li { margin:8px 0;}
#menu ul li a { text-decoration:none; color:#000; font-size:11px; padding:2px 3px 3px 3px;background-image: url(media/tile2.gif);}
#menu ul li a:hover { color:#000; border: 1px solid #b50937; }
#menu ul li a:active { color:#f2f2f2; background:#b50937; }
#menu ul li.active a { color:#f2f2f2; background:#000; }

#content {
    height: 100%;
    margin: 10px 0 0 185px;
    top: 0;
}
#content a{ color:#b50937; }
.container {
    padding: 10px 10px 10px 10px;
}

#content .container {
	margin:20px;
	border-top: solid 4px #b50937;
	border-bottom: solid 4px #b50937;
	width:690px;
	background-image: url(media/tile2.gif);
	background-repeat: repeat;
}

#content p { width: 400px; margin-bottom: 9px; font-size:130%; }

p {
    margin: 0 0 9px 0;
}

h1 {
	margin:0 0 10px 0;
	padding:5px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:normal;
	border-bottom: solid 2px #b50937;
}

h2 {
	margin:0 0 10px 0;
	padding:5px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:175%;
	font-weight:normal;
	border-bottom: solid 2px #b50937;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container span {display:none;}
/*#img-container img { border:1px solid #b50937;}*/

#once { clear: left; }

#index-link { float:right; padding:5px;background-image: url(media/tile2.gif); position:relative; bottom:0; right:0;}
