html{height: 100%;}

body
{ font: 62.5%/1.4 Trebuchet, Arial, Helvetica, sans-serif;
  background: #fff url(bg2.gif) repeat-x;
  padding: 0px;
  margin: 2.3px;
  font-size: 1em;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  letter-spacing: .09em;
}

h1
{
	font-size: 2.2em;
	letter-spacing:0.1em;
	padding: 14px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	letter-spacing: 0.19em;
	color: #0066cc;
}

h2
{
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #CC0000;
}

h3
{
	font-size: 1.1em;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666;
	background: #fff;
}

h4
{
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #333333;
}

h5
{ font-size: 0.8em;
  padding: 0px 0px 4px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;

}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px 0px 0px 0px; 
}

a{outline: none;}


a:link {
	color: #000000;
	border-bottom: 1px dotted;
	border-bottom-color: #333;

}
a:visited {
	color: #333333;
	border-bottom: 1px dotted;
	border-bottom-color: #999;
}
a:hover {
	color: #FFFFFF;
	background: #0066cc;
}
a:active {
	color: #333333;
}


/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul li
{ margin: 0px 40px 0px 50px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{width: 902px;
 height: auto;
 border: 0px dotted;
 border-color:#ff0000;
}

/* logo */
#logo
{ width: 876px;
  height: 190px;
  border: 0px dashed;
  background: #ffffff url(iran_solidaritybw.jpg) left no-repeat;
    border-top: 1px;
  border-top-color: #cecece;
  padding: 12px;
}


/* navigation menu */
#menubar
{ height: 35px;
  width: 878px;
  border-bottom: 1px dashed;
  border-bottom-color: #cecece;
  background: #fff;
  padding: 16px 0px 0px 22px;
  } 
  
  #menubar h3
{
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #333333;
}


/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 900px;
  height: auto;
  border: 0px dashed;
  border-color: #000;
  background: #eee url(mainback.png) no-repeat top left;
}

/* sidebar */
.sidebar
{ float: right;
  width: 190px;
  height: 1780px;
  padding: 10px 5px 0px 5px;
  border-left: 1px dashed;
   border-bottom: 1px dashed;
   border-bottom-color:#e4e4e4;
  background: #eeeeee url(sidebar.gif) repeat-x;
   border-left-color: #cecece;
}

.sidebar h2 a:hover {
	color: #FFFF00;
	background: #cc0000;
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 162px;
  float: left;
  margin: 6px;
}


.sidebaritem ul
{ width: 156px; 
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 0px 0px; 
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  font-size: 0.9em;
  letter-spacing: .09em;              
  font-weight: bold;
  text-transform: uppercase;
} 

.sidebaritem li a.current, .sidebaritem li a.current:hover
{ color: #6c6c6c;
}

/* page content */
#content
{ text-align: left;
  float: left;
  width: 628px;
  height: auto;
  padding: 6px 0px 0px 36px;
  border: 0px dotted;
  background: #eee;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 0.9em;
  height: 23px;
  width: auto;
  margin: 0px;
  text-align: center;
  border-top: 1px dashed; 
  padding: 6px;
   background: #fff;
   color: #666;
}

#content a, #content a:hover, #footer a, #footer a:hover
{text-decoration: none;
border-bottom: 1px dotted;
}

