/* - - - - - - - - - - - - - - - - - - - - -

Version : 	1.0
Modified : 	1/09/05

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{ 
		padding: 0px;
		margin: 0px;
}	
html{
}	
body{
		text-align: center;
		margin: auto;
		margin-top: 20px;
		background-color: #E9E9E0;
		background-image: url(../images/bg_stripe.gif); 
		background-repeat: repeat-x;
}

/* ----- DIVS ----- */

#background{
		position: relative;
		margin: 0 auto;
		text-align: left;
		width: 830px;
		height: 491px;
		position: relative;
		background-image: url(../images/bg_main.gif); 
		background-repeat: no-repeat;
		margin-left:auto;
		margin-right:auto;
}	

#background a:link {
		color: #a5a692;
		text-decoration: none;
}

#background a:visited {
		color: #a5a692;
		text-decoration: none;
}

.philterLink {
		position: absolute;
		bottom: -10px;
		right: 32px;
}

#container{
		margin: 0 auto;
		width: 781px;
		position: absolute;
		top: 12px;
		left: 25px;
}		

#header{
		background-image : url(../images/bg_header.gif); 
		width: 781px;
		height: 112px;
}	

#navigation{
		height: 146px;
		width: 172px;
		float: left;
		position: absolute;
		top: 112px;
		left: 0;
}

#content{
		width: 608px;
		height: 348px;
		margin: 0 0 0 173px;
} 	



#flashContent{
		width: 609px;
		height: 146px;
}	



#primaryContent{
		position: absolute;
		right: 0px;
		top: 265px;
		width: 609px;
		height: 169px;
} 	

#imgField {
		position: absolute;		
		width: 256px;
		height: 256px;
		top: 45px;
		left: 13px;
}

/* ----- IMAGES ----- */

img{	
	border-style: none;
	margin: 0;
	padding: 0;
}



.floatLeft {
			float: left;
}

.floatRight {
			float: Right;
}

#titlebar {
			background-image : url(../images/gallery/bg_gallery_top.gif);
			height: 43px;
			width: 595px;
			top: 0;
			left: 13px;
			position: relative;
}

#images {
			position: absolute;
			top: 41px;
			right: 50px;;
			width: 283px;

}

#pagebar {
			background-image : url(../images/gallery/bg_gallery_btm.gif);
			height: 67px;
			width: 608px;
			top: 242px;
			position: relative;
}

#title {
			position: absolute;
			top: 14px;
			left: 3px;
}

#location {
			position: absolute;
			top: 14px;
			right: 55px;
}

#page {
			position: absolute;
			top: 3px;
			right: 260px;
}