body {
	/* background-image: url(/images/emirates-empty.jpg);
	background-repeat: no-repeat; */
	color: #000;
	background-color: #fff;
	font-family: Georgia, Sans-Serif;
	text-align: center;
	padding: 0;
	margin: 0}

#page {
	width: 800px;
	height: auto;
	padding: 0;
	margin: 20px auto 0 auto;
	text-align: left }


div#left {
	width: 790px;
	height: auto }
	
div#left-round {
	width: 700px;
	margin-left: 60px;
	height: auto }
	
div#left-round-greet {
	float: right;
	padding-right: 110px;
	padding-top: 10px }		

div#right {
	width: 700px;
	height: auto;
	padding: 2px 0px 50px 0;
	margin-left: 40px }

	
h1#greeting {
	font-size: 7em;
	line-height: .3em;
	font-weight: 900;
	text-shadow: 3px 1px 1px #fcf80d }	
	
p {
	font-size: 1em;
	padding-left: 6px;
	padding-right: 6px }
	
p.copyright {
	color: #cecece;
	font-size: .8em;
	margin-top: 30px }	

a:link, a:visited, a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none }	

a:hover {
	color: #363636;
	background-color: #fcf80d }
	
hr {
	margin-top: 25px;
	color: #cecece;
	width: 694px;
	height: auto;
	border-top: 1px solid #cecece;
	border-right: none;
	border-bottom: none;
	border-left: none }
	

	
/*--- */
div#portfolio-container {
	width: 790px;
	padding-bottom: 50px;
	height: 954px;
	margin-left: 40px;
	display: block }
	
	
div.port-item {
	width: 225px;
	height: 150px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px }
	
div.port-item img {
	border: 1px solid #cecece }	

div.port-short-desc h4 {
	margin: 0 }
	
div.port-short-desc p {
	margin: 0 }	

	
div#footer {
	display: block;
	width: 700px;
	height: auto;
	padding: 2px 0px 50px 0;
	margin-left: 40px }	
	
		
