/*------ Global Styles -------*/
body {
	margin: 50px 0 0 0;
	color: #000;
	font-family: georgia, serif;
	font-size: 0.9em;
	background: #6f70ac url(face-bg.jpg) no-repeat top left;
	}
p {margin-top: 0;}
td {}
a:link {color: #a8b700; text-decoration: none;}
a:visited {color: #a8b700; text-decoration: none;}
a:hover {color: #a8b7df;}

/*------ Specific IDs & Classes -------*/

#container {
	width: 540px;
	margin-left: 240px;
	background: #fff url(container-bg.gif) no-repeat bottom center;
	position: relative;
	}
#header {
	width: 540px;
	height: 225px;
	background: #fff url(header.jpg) no-repeat center;
	margin: 0;
	}
	#header h1 {display: none;}

#navigation {
	position: absolute;
	width: 181px;
	height: 289px;
	}
	#navigation ul {
		position: absolute;
		left: -207px;
		top: -18px;
		list-style-type: none;
		margin: 0;
		}
	#navigation li {margin: 0;}
	#navigation ul span {display: none;}
	#navigation a {
		display: block;
		width: 181px;
		height: 61px;
		background-repeat: no-repeat;
		background-position: top left;
		margin-bottom: 2px;
		}
	#navhome a {background-image: url(navhome.gif)}
	#navhome a:hover {background-image: url(navhome_over.gif)}

	#navabout a {background-image: url(navabout.gif)}
	#navabout a:hover {background-image: url(navabout_over.gif)}

	#navportfolio a {background-image: url(navportfolio_over.gif)}

	#navcontact a {background-image: url(navcontact.gif)}
	#navcontact a:hover {background-image: url(navcontact_over.gif)}

#maincolumn {
	width: 310px;
	margin: 0 0 0 45px;
	}
	h2 {background-repeat: no-repeat; background-position: top left;}
	h2 span {display: none;}
	#h2alitabatabaei {
		width: 203px;
		height: 21px;
		background-image: url(h2alitabatabaei.gif)
		}
	#h2freelancing {
		width: 163px;
		height: 26px;
		background-image: url(h2freelancing.gif)
		}

#footer {
	font-size: 12px;
	text-align: left;
	margin: 45px 0 25px 0;
	padding: 0 50px;
	background-color: #6f70ac;
	color: #fff;
	}
	#footer a {
		cursor: pointer;
		color: #fff;
		text-decoration: underline;
		}
	#footer a:hover {text-decoration: none;}
	#bottomnavigation {
		float: right;
		padding-left: 7px;
		border-left: 1px solid #fff;
		}
