/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(http://www.jesperj.se/bilder/bg_gra.jpg); background-repeat:repeat-y; background-color:#f9f7fa;
}

body.section-1 { background-image: url(http://www.jesperj.se/bilder/bg_gra.jpg); background-repeat:repeat-y;
	background-color:#f9f7fa;}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #b3b3b3;}
a:active { text-decoration: none; color:#b3b3b3;}
a:visited { text-decoration: none; color: #b3b3b3;}
a:hover { background-color: #e7e7e7; color: #444444; text-decoration:none}

a img { border: none; }

#menu {
    width: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	margin-left: 10px;
	margin-top: 20px;
    height: 400px;
	background-color: ;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { text-decoration: none; color: #000000;}

#content {
    height: auto;
    margin: 0 0 0 200px;
	margin-top: 49px;
	width: 640px;
    top: 0;
	background-color: ;
}

.container {
    padding: 20px 20px 20px 20px;
}

#content p { width: 450px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { color: #8b8b8b; font-size: 10px; font-family: Helvetica, Arial, sans-serif; font-weight:normal;}

#img-container	{ margin: 0; padding: 0; height:425px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }