/* 
----------------------------------------------------------------------------- 
IMPORTED
-----------------------------------------------------------------------------*/

/*   @import url('.css');      */





/* 
----------------------------------------------------------------------------- 
LAYOUT CONTAINERS
-----------------------------------------------------------------------------*/

#omniContainer{
	width:650px;
	margin:0px auto;
}

#nav{
	margin:30px 0px 0px 0px;
	padding-bottom:10px;
	border-bottom:2px solid black;
	text-align:right;
}
#nav a{
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	background:url('../../images/bullet.gif') no-repeat -100px 0px;
}
#nav a:hover, #nav a.active{
	text-decoration:none;
	background-position:12px 7px;
}
#randomLine{
	float:left;
	color:#aaaaaa;
}


#contentContainer{
	position:relative;
	overflow:hidden;
	height:520px;
}
#positionContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:1950px;
}

#galleryContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:650px;
	height:520px;
}
#aboutContainer{
	position:absolute;
	top:0px;
	left:650px;
	width:650px;
}
#contactContainer{
	position:absolute;
	top:0px;
	left:1300px;
	width:650px;
}



#footer{
	padding-top:10px;
	font-size:10px;
}







.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
