/*  
mariasahar

css av joel wilen
*/




body
			{
			background: #2b1F00;
			/*
			background-image:url('bg_door_t.jpg');
			background-repeat: repeat-y;
			background-attachment: fixed;
			*/
			margin:50px 50px 50px 50px;
			}
.topbar
			{
			background: #FFFFFF;
			width:60%;
			margin:0; padding:0px 0px 0px 15px; border:0;
			height:320px;
			}
.topbar_text
			{
			float:left;
			clear:left;
			color:#C0C0C0;
			font-style:italic;
			font-size:11px;
			font-family:verdana;
			}
			
.topbar_img
			{
			float:right;
			clear:right;
			}
			
.menubar
			{
			background: #FFFFFF;
			font-family:verdana;
			font-size:14px;
			width:60%;
			margin:0; padding:0px 5px 0px 10px;
			border-bottom: thin dotted #C0C0C0;
			border-top: thin dotted #C0C0C0;
			
			}
			
.mainbar
			{
			background:#FFFFFF;
			width:60%;
			margin:0; padding:10px 5px 5px 10px; border:0;
			height:250px;
			}
.mainbar_text
			{
			float:left;
			clear:left;
			color:#000000;
			font-size:10px;
			font-family:verdana;
			}
			
.mainbar_img
			{
			float:right;
			clear:right;
			color:#000000;
			font-size:10px;
			font-family:verdana;
			}			
.bottombar
			{
			background:#FFFFFF;
			font-family:verdana;
			font-size:10px;
			width:60%;
			margin:0; padding:10px 5px 5px 10px; border:0;
			}
			
a
			{
			text-decoration:none;
			color:#000000;
			font-weight:bold;
			}
a:hover
			{
			text-decoration:underline;
			}