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

body {
	background: #FFFFFF url(http://janekoo.com/files/dots1.gif) repeat scroll 0 0;
	border-top: 7px solid #ff6633;
	font-size: 10px;
	font-family: "andale mono", Monospace, helvetica, georgia, Verdana, sans-serif;
	line-height: 15px
}

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

a:link { text-decoration: none;
color: #666666;
 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { background-color:#FFCC00;
color:#FFFFFF;
text-decoration:none; }

a img { border: none; }

#menu {
	background:#ffffff repeat scroll 0 0;
border-top:7px solid #ff6633;
bottom:0;
height:100%;
left:18px;
overflow:auto;
position:fixed;
top:0;
width:180px;
padding-top:7px;
}

#menu ul {
	list-style: none;
	margin:0 12px;
	text-align: left
	margin-left:15px
}

#menu ul li.section-title { color:#663300;
letter-spacing:0.8px;
line-height:23px;
text-decoration:none; 
text-transform:uppercase;
border-bottom:dotted 1px;
margin-top:5px;
margin-bottom:5px; }

#content {
   height: inherit;
	margin:0 0 0 215px;
	top:0;
	background:#ffffff repeat scroll 0 0;
	width:790px;
	margin-left:215px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
	margin-left: 12px
}

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

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

#once { clear: left; }

#fpcontainer {
	width: 760px;
	margin-left: 18px;
	height: 670px
	
}
	
.frontpage {
	width: 175px;
	float: left;
	margin-right: 15px;
}

.fpentry {
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
}
