/* @override 
	http://neverdone.se/BM/Minne/style.css
	http://www.neverdone.se/BM/Minne/style.css
*/

/*
		BJARNES MINNE 0.9
*/

/* PNG Fix */

 img, div { behavior: url(iepngfix.htc) }


/* General */

* {
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 15px 0;
	line-height: 18px;
	}

h1,h2,h3 {
	font-weight: bold;
	}
	
h1 {
	font-size: 18px;
	margin: 20px 0 18px 0;
	}

h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	margin: 20px 0 3px 0;
	}



body {
	background-image: url(images/01pattern.gif);
	color: #fff;
	font: normal 13px Georgia;
	}


/* Classes */

.bread {
	margin-top: 10px;
	font-size: 11px;
	color: #dfdfdf;
	}

.h_line {
	clear: both;
	border-bottom: 1px dotted #fff;
	padding-top: 10px;
	margin-bottom: 10px;
	}

.italic {
	font-style: italic;
	}

.italicSplit {
	font-style: italic;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #fff;
	}

/* Nested Classes */

#subMenu li.current {
	background: url(images/linkArrow.gif) 1% 55% no-repeat;
}

#menu li.mainCurrent {
	background: url(images/linkArrow.gif) 1% 55% no-repeat;
}

#footer p.bread {
	padding-top: 0px;
	}


/* Links */


#menu a:link, #subMenu a:link {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	}
	
#menu a:hover, #subMenu a:hover {
	border-bottom: 1px dotted #fff;
	}
	
#menu a:visited, #subMenu a:visited  {
	color: #fff;
	text-decoration: none;
	}
	
#mainContent a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	background: url(images/linkArrow.gif) 1% 55% no-repeat;
	}
	
#mainContent a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	background: url(images/linkArrow.gif) 2% 55% no-repeat;
	}
	

/* The Divs */

#header {
	background-image: url(images/red_doubleheader.png);
	background-repeat: no-repeat;
	height: 200px;
	margin-left: 50px;
	}

#container {
	margin: 0 auto;
	text-align: center;
	width: 720px;
	background-image: url(images/redBlock_Large.jpg);
	padding: 30px 50px 0;
	min-height: 900px;
	}

#menu {
	padding-top: 20px;
	font-size: 15px;
	}
	
	#menu ul{
	list-style: none;
	}
	
		#menu li{
		display: inline;
		padding: 0 13px;
		}
		
#content {
	float: left;
	width: 720px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	margin: 10px 0;
	}

	#mainContent {
		text-align: left;
		padding: 0 30px;
		float: left;
		width: 460px;
		border-right: 1px dotted #fff;
		min-height: 200px;
		}
			
	#mainContent, #subMenu, #misc {
	margin: 20px 0;
	}	
	
	#subMenu {
	margin-bottom: 10px;
	font-size: 14px;
	}
	
	#subMenu, #misc {
		padding: 5px ;
		float: right;
		width: 160px;
		margin-right: 15px;
		text-align: left;
		}
	
		#subMenu ul {
		list-style: none;
		}
		
			#subMenu li {
			padding: 5px 5px 5px 15px;
			}


	#misc {
	font-size: 12px;
	border-top: 1px dotted #fff;
	margin: 0 0 0 5px;
	padding-top: 20px;
	}	
	
#footer {
	clear: both;
	width: 500px;
	padding: 5px 0 30px 100px;
	font-size: 17px;
	}
	
	

