body
{
	font-family:Helvetica, Arial;
	letter-spacing:1px;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	background-color:#000;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover, a.active
{
	color:#760F0A;
}



#outer{
	background: url('images/index.jpg');
	width:992px;
	height:779px;
	text-align:left;
}

	#sidebar{
		float:left;
		width:310px;
	}

		#menu{
			margin: 234px 0 0 47px;
		}

			#menu li{
				margin-top:8px;
				padding-left:8px;
				height:37px;
				line-height:32px;
				
			}

	#content{
		float:left;
	}

		#photos{
			margin:103px 0 0 119px;
		}

			#photos a{
				font-style:italic;
				font-family:Helvetica;
			}

			#photos a.block{
				display:block;
				width:160px;
				height:120px;
			}

			#photos li{
				height:120px;
				padding-bottom:8px;
			}

			#photos .li3{
				margin-top:5px;
			}

			#photos .li4{
				margin-top:2px;
			}

			/*IE6 fix*/
			* html #photos .li2{
				margin-top:-3px;
			}

			* html #photos .li3{
				margin-top:-5px;
			}

			* html #photos .li4{
				margin-top:-2px;
			}

				#photos .box{
					width:166px;
					text-align:center;
					float:left;
					position:relative;
				}

				#box1{
					left:-10px;	
					padding-top:40px;
				}
				#box2{
					left:20px;
					padding-top:40px;	
				}
				#box3{
					left:0px;
					padding-top:40px;	
				}
				#box4{
					left:20px;
					top:8px;
					padding-top:40px;	
				}
