/* 
 * Irannearu main CSS file
 * @version: 0.0.1 2009-02-23
 */

body {
	direction: ltr;
	text-align: left;
	padding: 0;
	margin: 0;
	background: rgb(0,0,51);
	color: rgb(202,227,250);
	font-family: Verdana, Tahoma, Arial, Sans;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans;
	font-weight: bold;
	color: rgb(202,227,250);
}

span.title {
	font-family: Arial, Sans;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: rgb(255,255,255);
}

a:active {
	color: rgb(0,0,0);
}

a:visited {
	color: rgb(202,227,250);
}
a:hover{
	color: rgb(202,227,250);
	text-decoration: none;
}
a img,
img a {
	border: none;
}


td {
	padding: 0px;
}

p.announcement {
	color: rgb(245,219,181);
}

#middle_left_td {
	background: url('images/web/left.jpg') no-repeat top right;
}

#middle_center_td {
	background: url('images/web/center.jpg') no-repeat top left;
}

#middle_right_td {
	background: url('images/web/right.jpg') no-repeat top left;
}

#bottom_td {
	background: url('images/web/bottom.jpg') no-repeat top right;
}

#top_td {
	background: url('images/web/top.jpg') no-repeat top left;
}
