@charset "iso-8859-1";
/* CSS Document */

body
{
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
	background-color:#7c3c18;
 	color:#cccccc;
	/*background-image:url(../img/mainbg.jpg);
	background-position:left;
	background-repeat:no-repeat;*/
	
}

#mainContainer {
	border:0px solid #000000;
	margin:auto;
	width:800px;
	height:700px;
	
}

#topBar {
	border:0px solid #000000;
	border-bottom:0px dashed;
	width:800px;
	height:15px;
	margin:20px;
	font-size:30px;
	
}

#mainPage {
	margin:auto;
	border:0px none;
	height:300px;
	/*width:250px;*/
	margin-top:20px;
	padding-top:20px;
	/*margin-left:10px;*/
	 background-color: #7c3c18;
	color:#cccccc;
  border: 0px solid #333333;
  text-align:center;
 /* padding:5px;
   for IE 
  filter:alpha(opacity=90);
  CSS3 standard 
  opacity:0.9;
   for Mozilla 
  -moz-opacity:0.9;*/
}

#mainLeft {
	
	position:relative;
	float:left;
	height:200px;
	width:240px;
	padding-left:10px;
	padding-right:10px;
	border-right:dotted 1px #cccccc;
	text-align:left;

}
#mainCenter {
	
	position:relative;
	float:left;
	height:200px;
	width:240px;
	padding-left:10px;
	padding-right:10px;
	border-right:dotted 1px #cccccc;
		text-align:left;
}

#mainRight {
	
	position:relative;
	float:left;
	height:200px;
	width:240px;
	padding-left:10px;
	padding-right:10px;
		text-align:left;
	
	
	

	

}

#bottomBar {
	border:0px solid #000000;
	border-bottom:1px dotted;
	width:800px;
	height:15px;
	margin:20px;
	
		
}

#logga {
	margin:auto;
	border:none 0px;
}
.WellaLogga {
	margin:auto;
	margin-left:50px;
	margin-right:50px;
	margin-top:25px;
	border:none 0px;
	vertical-align:middle;
}

#BottomLeftPic {
position:fixed;
bottom:10px;
left:10px;
}
#BottomRightPic {
position:fixed;
bottom:10px;
right:10px;
}
#TopRightPic {
position:fixed;
top:10px;
right:10px;
}
