/*------ Global Styles -------*/
body {
	color: #fff;
	background-color: #000;
	margin: 0;
	text-align: center;
	font-family: georgia, serif;
	}
p {
	line-height: 1em;
	}
td {}
a:link {color: #642000}
a:visited {color: #642000;}
a:hover {color: #c5bd7e;}
ul {padding: 0;}

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

#container {
	text-align: left;
	width: 925px;
	color: #000;
	background: red url(container_bg.jpg) repeat-y center top;
	margin: 0 auto;
	}
#header {
	width: 925px;
	height: 490px;
	background-image: url(header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	#header h1 {display: none;}
#navigation {
	width: 139px;
	height: 173px;
	margin-top: -255px;
	margin-left: 160px;
	}
	#navigation ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#navigation li {margin: 0; padding: 0;}
	#navigation ul span {display: none;}
	#navigation a {
		display: block;
		width: 139px;
		background-repeat: no-repeat;
		background-position: top left;
		}
	#navhome a {
		height: 43px;
		background-image: url(navhome.gif)
		}
	#navabout a {
		height: 44px;
		background-image: url(navabout.gif)
		}
	#navportfolio a {
		height: 47px;
		background-image: url(navportfolio.gif)
		}
	#navcontact a {
		height: 46px;
		background-image: url(navcontact.gif)
		}

#maincolumn {
	margin-top: -220px;
	margin-left: 350px;
	width: 430px;
	}
	h2 {background-repeat: no-repeat; background-position: top left;}
	h2 span {display: none;}
	#h2alitabatabaei {
		width: 228px;
		height: 56px;
		background-image: url(h2alitabatabaei.gif)
		}
	#h2freelancing {
		width: 192px;
		height: 57px;
		background-image: url(h2freelancing.gif)
		}

#footer {
	cursor: default;
	margin: 50px 0 15px 350px;
	width: 430px;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	}
	#footer a {cursor: pointer;}
	#bottomnavigation {display: block;}
