/*
*
* CSS for Per Erik Bruno Almen
* 
* built on the Indexhibit Platform
*
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	background: #fff;
}

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

a:link { text-decoration: none; color:#1C1C1C; }
a:active { text-decoration: none; color:#1C1C1C; }
a:visited { text-decoration: none; color:#1C1C1C; }
a:hover { text-decoration: none; color:#D0D0D0; }

a img { border: none; }

#superbox {
width: 690px;
height: 600px;
position: fixed;
top: 50%;
left: 20%;
margin-top:-310px;

}

#menu {

    width: 690px;
    float:left;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding:0; 
	display:inline;


}

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

#menu ul li{	display:inline;
			 	padding:0 12px 0 0;

}

#menu ul li.section-title { 
	color: #000000;}

#content {
    height: 450px;
    margin: 0 0 0 0;
	float:right;
    padding: 0 0 0 0;
}

.container {
    padding:0 0 0 0;
}

#content p { width: 690px; margin-bottom: 9px; margin-top:10px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

.nav { font-size:12px;}

.num {margin-left:0px; !important } 

#numb {width: 20px;
	height: 25px;
top:10px;
left:10px;
       possition:absolute;

}

#leftbox {
width: 180px;
height: 500px;
top: 0px;
float:left;
background:#990000;
}

#con-tain-er {
width: 480px;
height: 460px;
margin: 20px 20px 20px 20px;
float:right;
background:#990033;
}
