/* CSS Document */

	
#maininnerwrap {
	width: 520px;
	padding:40px;
	float:left;
	}

#projectselector {
	width: 100%; /* width is 518px + 1px border on each side */
	padding: 2em 0;
	text-align: center;
	margin-bottom: 40px; 
	border: 1px solid #7f9496;
	background: url(../images/gradient_2px_114px.gif) repeat;
	}	
	
#gridcontent {
	width:520px;
	}
	
#gridsidebar {
	width: 155px;
	float: left;
	}
	
#gridsidebar img{
	border: 1px solid #7f9496;
	}
	
#gridsidebar p {
	font-size: .85em;
	color:#575757;
	}
	
#gridtext {
	float: right;
	width: 325px;
	padding-left: 40px;
	}

#gridtext p {
	padding-bottom: 1em;
	}
		
#sidebarcontent {
	width: 220px;
	color:#575757;
	}

.caption {
	padding-bottom: 2em;
	}