body{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow-y: scroll;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 62.5%;
	}
	
body p{
	font-size: 1.4em;
	}
	
.good{
	font-weight: bold;
	color: #8DC63F;
	}
	
.bad{ color: #EC008C; font-weight: bold; }

#log{ margin-top: 20px; display: block; width: 300px; }
	
li{
	font-size: 1.4em;
}
	
#nav{
	width: 900px;
	height: 75px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	
	}

#tempHide{
	display:none;
}

#nav a{
	float: right;
	display: block;
	width: auto;
	padding: 25px 0px;
	}
	
#nav a img{
	border: 0px;
	border-bottom: 2px solid white;
	}
	
#nav a:hover img{
	border: 0px;
	border-bottom: 2px solid #90278E;
	}
	
#nav a#logo:hover img{
	border: 0px;
	border-bottom: 2px solid white;
	}
	
a#logo{
	float: left;
	}
	
#navServices{
	margin: 0px 40px;
	}
	
#navContact{
	margin-right: -7px;
	}

#content{
	width: 900px;
	min-height:570px;
	height:auto !important;
	height:570px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 100px;
	text-align: left;
	background-image: url(../img/212_creative_skyline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	}
	
#content p{
	display: block;
	font-family: "Calibri", 
	}
	
#homepage, #services, #portfolio, #contact{
	width: 900px;
	height: 1px;
	display: block;
	overflow: hidden;
	margin: 0px;
	float: left;
	}
	

#content img{
	display: block;
	}

#homepage{
	padding-top: 50px;
	}
	
#portfolio{ position: relative; }
	
div.portfolioLink{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	background-color: #000;
	width: 440px;
	height: 100px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	text-decoration: none;
	background-position: 8px 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	}

div.portfolioItem{
	position: relative;
	left: 442px;
	top: 20px;
	z-index: 5;
	display: block;
	
	color: #FFF;
	text-decoration: none;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 15px;
	height: 1px;
	overflow: visible;
	width: 206px;
	padding: 0px;
	margin: 0px;
	}
	
#portfolio b{
	color: #24AAE3;
	}
	
.left{
	float: left;
	display: block;
	}
	
.right{
	float: right;
	display: block;
	}

div.opaque{
	position: relative;
	left: 442px;
	top: 0px;
	z-index: 4;
	display: block;
	
	background-color: #000;
	height: 100px;
	width: 221px;
	margin: 0px;
	}

.ml{
	margin-left: 7px;
	}	

div.left{
	float: left;
	clear: both;
	}
	
div.right{
	float: right;
	clear: right;
	}

#imageMarginTop{
	margin-top: 45px;
	margin-bottom: -40px;
	z-index: 3;
	}
	
.break40, .break{
	display: block;
	border: none;
	clear: both;
	height: 40px;
	}
	
.break{
	height: 0px;
	}
	
#footer{
	height: 40px;
	width: 900px;
	display: block;
	margin: 0px auto;
	z-index: 1;
	}
	
#footer div, #footer a{
	margin-top: 0px;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 14px;
	float: left;
	color: #000;
	width: auto;
	text-decoration: none;
	}
	
#footer a:hover{
	border-bottom: 1px dotted #24AAE3;
	}
	
#phone{
	margin-left: 40px;
	margin-right: 40px;
	}
	
div#copyright{
	float: right;
	color: #333;
	}
	
