/*
	Author	:	Alireza Eliaderani
	Email	:	eliaderani@gmail.com
	Website	:	http://eliaderani.com
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

a:visited {
	color:#990099;
	text-decoration:none;
}
a:visited:hover {
	color:#cc0099;
	text-decoration:underline;
}
img .align_top{
	vertical-align:top;
}
/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
}

/* header */
#header {
	height:200px;
	margin:0 auto;
	width:800px;
}
#header h1 {
	color:#888;
	font-size:200%;
	
	text-align:left;
}

#header img {
	letter-spacing:-3px;
	text-align:left;
	padding:5px;
	margin-bottom:-2px;
	
}
/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:800px;
}
#content h1 {
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
  padding:5px 0;
}

/* footer */
#footer {
	font-size:0.7em;
	border-top:1px solid #999; 
	height:50px;
	margin:1px auto;
	padding:2px;
	text-align:center;
	width:800px;
}


