﻿/* CSS layout */

body {
	font-family: "Arial", Tahoma, Times New Roman;
	font-size: 0.8em;
	color:black;	
	background-color:#CCCCCC;
	}

#container {
	position: relative;
	margin:0px auto;
	width: 1140px;
	text-align:right;
		font-family: "arial";
font-weight:bold;
font-size:1.18em;
	
	}
#right_col {
	width: 900px;
	float:right;
	position: absolute;
	right: 0px;
	top: 0px;
	
	}
#manshet {	
height:110px;	
}
#shrit_hawal{
width:100%	
}
#main {
width:100%;
margin-top:10px	
}
#navigation{
width:115px;
float:right;	
}
#content{
margin-right:115px;

}
#content_right{
background:white;
width:380px;
float:right;
padding:5px;
border-left-width:1px;
border-left-style:outset;
border-color:black
}
#content_left{
background:white;
width:380px;
float:left;
}
#left_col {
margin-right:915px;	
}
#footer{
text-align:center;
padding-right:130px;
font-size:small;
margin-bottom:30px;
background-color:
	
}
#login{
background-color:#A6D2FF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
font:message-box;
color:maroon;
height:110px
}
#img_right {
  padding: 5px;
   border-width: 1px;
    border-style:solid; 
    
}
#img_left {
 padding: 5px;
  border-width: 1px; 
  border-style: solid;
   float: left;
}


