body {
	background-color: #e9eaeb;

	font-family: arial;
	font-size: 11px;
	color: #7d8386;
	line-height: 1.5em;
	
	width, height: 100%;
	
	text-align: center;
	
	border-top: solid 2px #aeb2b5;
}






/* MAIN BOXES  */

#container {
	display: block;
	width: 730px;
	background-color: #FFF;
	
	margin-left: auto; 
	margin-right: auto;
	
	text-align: left;
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


#top {
	display: block;
	width: 700px;
	/* width: 730px; // ie only  */
	height: 40px;
	padding: 15px;
	
	vertical-align: top;
	
	background-color: #b4b6b9;
	border-bottom: 1px solid #CCC;
}


#main {
	display: block;
	width: 700px;
	padding: 15px;
}

#footer {
	display: block;
	width: 700px;
	padding: 20px;
	
	color: #AAA;
	text-align: center;
}










/* SPECIFICS  */

#logo {
	display: block;
	float: left;
}

#top_nav {
	display: block;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #bcc1c3;
	padding-top: 5px;
}

#left_nav {
	display: block;
	float: left;
	width: 125px;
	/* width: 150px;  // for ie only */
	padding-right: 70px;
	/* remove padding for ie only */
	
}

#content {
	display: block;
	text-align: left;
}


.navItem_selected {
	color: #FFF;
	padding-left: 25px;
}


ul {
	position: relative;
	top: -10px;
	list-style-position: outside;
	/* remove top specification // for ie only */
	/* left: -25px; // for ie only */
	/* margin: 0 0 0 20px; // for ie only */
}

li.subNavItem {
	padding-bottom: 15px;
	line-height: 1em;
}



li.subNavItem_selected {
	position: relative;
	left: 5px;
	padding-bottom: 15px;
	line-height: 1em;
	list-style-image: url("images/bullet.gif");
	color: #334;
}

.subNavList {
	padding: 0px;
	list-style-type: none;
}

.portfolio_images {
	display: block;
	text-align: right;
}







/* LINKS  */

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #ff8212;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}



a.navLink:link {
	color: #7d8386;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:hover {
	color: #223;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:active {
	color: #ff8212;
	text-decoration: none;
	padding-left: 25px;
}

a.navLink:visited {
	color: #7d8386;
	text-decoration: none;
	padding-left: 25px;
}





a.subNavLink:link {
	color: #888;
	text-decoration: none;
}

a.subNavLink:hover {
	color: #334;
	text-decoration: none;
}

a.subNavLink:active {
	color: #ff8212;
	text-decoration: none;
}

a.subNavLink:visited {
	color: #888;
	text-decoration: none;
}