#content #make_photos {
	width: 70%;
	max-width: 1000px;
	float: right;
	margin: 0 2% 0 0;
	padding: 3px;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content #make_photos img {
	width: 100%;
	float: right;
}

#content #menu {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 1.0%;
	width: 22%;
/*	width: 200px;*/
}

#menu li {
/*	width: 1000%;*/
	width: 100%;
}

#menu li a {
	display: block;
	width: 100%;
	margin: 3px 0;
	padding: 5px 0 5px 25px;
	color: #ffd500;
	font: normal 1.25em Chaney, Verdana, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background : #020202;							/* for goode olde IE */
	background : rgba(0, 0, 0, 0.8);		/* for rest of the world */
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

@media screen and (max-width : 1200px) {
	#menu li a {
		padding-left: 10px; 
		font-size: 1em;
	}
}

#menu li a:hover {
	color: #ffd500;
	text-shadow: 1px 1px 3px #000;
	border: 1px solid #d90000;
	background : #d90000;
	background: -moz-linear-gradient(top,  #800000 19%, #d90000 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#800000), color-stop(91%,#d90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #800000 19%,#d90000 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #800000 19%,#d90000 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #800000 19%,#d90000 91%); /* IE10+ */
	background: linear-gradient(top,  #800000 19%,#d90000 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25); 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}