/*******************************************************************************
   Location Stylesheet
*******************************************************************************/
div#main {
	width: 640px;
	}

div#content_image {
	width: 640px;
	}
	
/*******************************************************************************
   Content
*******************************************************************************/
div#content {
	width: 580px;
	margin-top: 10px;
	}

/*******************************************************************************
   Sidebar
*******************************************************************************/
div#sidebar {
	width: 231px;
	height: 374px;
	background-color: #DDDDDD;
	padding: 26px 30px 30px 30px;
	}
