@charset "utf-8";
/* CSS Document */




#container {
	 width:450px;
}

.nav-placement {
	width:200%;
	margin-right:-660px; /* to prevent IE container sliding */
	position:relative;
	left: 660px;
	background-color:#242525;
	height:100%;
}

.clear {
	clear:both;
	font-size:0;
	overflow:hidden; /* triple fixing for IE */
}



#content-wrap {
	background-image:url(../images/corner-large-black.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	width:660px;
	margin-right:-100%;
	position:relative;
	left:-660px;
	padding-bottom: 40px;
}

#content_top {
	height:50px;
}

	.content_top_box {
		height:40px;
		width:189px;
		float:left;
		display:inline;
	}

#content {
	padding: 0 15px;
}

#right_nav {
	min-height:120px;
  	width:240px;
}

#right_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#right_nav li {
	font-size:0px;
	padding:0;
	height: 50px;
}


#about {
	background-color:#464A4C;
}

#portfolio {
	background-color:#353638;
}

#services {
	background-color:#242525;
}

#right_nav img{
	float:right;
	margin-top:5px;
}

#nav_right_lower {
	width:37px;
	height:30px;
	margin-left:207px;
}


#right-1, #right-2{
	height:50px;
}

#right-3 {
	min-height:50px;
}
