/* Structure */

body {
	font-family: georgia, palatino, times, verdana, serif;
	margin-top:15px;
	background-image:url('/images/new_gallery/images/background.jpg');
	color:#4f372b;
	}

/* Text */

p { font-size:0.9em; color:#4f372b; }
h3 { text-align:right; font-size:1.8em; font-weight:normal; }
label { font-size:0.7em; }

a { color:#4f372b; text-decoration:none; }
a:hover {color:#4f372b; text-decoration:underline; }

/* Input fields */
.contact { border:2px solid #b3a364; background-color:#e3dabd; width:200px; }
textarea { width:200px; height:100px; }
input.upload { width:50px; }


/* Page layout divs */

#header {
	position:static;
	width:800px;
	height:160px;
	padding:0px;
	margin:auto;
	background-image:url('/images/new_gallery/images/header.jpg');
	background-repeat:no-repeat;
	}

#navigation_left {
	position:absolute;
	top:0px;
	margin:0px;
	width:200px;
	left:0px;
	padding-top:30px;
	background-image:url('/images/new_gallery/images/navigation.jpg');
	background-repeat:no-repeat;
	color:#4f372b;
	font-size:1.1em; 
	line-height:26px;	
	}
	

#content {
	position:relative;
	width:800px;
	height:900px;
	margin:auto;
	}

#right {
	position:absolute;
	width:600px;
	right:0px;
	top:0px;
	background-image:url('/images/new_gallery/images/body.jpg');
	background-repeat:no-repeat;
	}


#right_admin {
	position:absolute;
	width:600px;
	right:0px;
	top:0px;
	background-image:url('/images/new_gallery/images/body.jpg');
	background-repeat:no-repeat; 
	}


/* Photo Layout divs */

img { border:0px; }

#photo_container {
	float: left;
	top:0px;
	text-align:center;
	}

#photo_container_2 {
	position:relative;
	display: block;
	margin:5px;
	text-align:center;
	height:220px;
	width:288px;
	background-image:url('/images/new_gallery/images/photoframe.jpg');
	margin-bottom:20px;
	padding-top:25px;
	padding-bottom:10px;
	border:1px solid #b3a364;
	}

#photo_container_3 {
	position:relative;
	display: block;
	margin:5px;
	text-align:center;
	height:180px;
	width:188px;
	background-image:url('/images/new_gallery/images/photoframe.jpg');
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #b3a364;
	}

#photo_container_title_2 {
	position:absolute;
	text-align:center;
	left:0px;
	width:288px;
	bottom:10px;
	text-align:center;
	font-size:0.8em;
	}

#photo_container_category {
	position:absolute;
	text-align:center;
	left:0px;
	width:188px;
	bottom:10px;
	text-align:center;
	font-size:0.8em;
	border:0px;
	}

/* Specific page layouts */

#general_content {
	padding:20px;
	position:relative;
	margin:5px;
	border:1px solid #b3a364;
	background-image:url('/images/new_gallery/images/photoframe.jpg');
	}
	
#bumpf {
	text-align:justify;
	width:260px;
	}
	
#pagination {
	position:relative;
	float:right;
	width:540px;
	padding:30px;
	text-align:center;
	}

#quote_generator {
	text-align:center;
	width:150px;
	}	
	
/* ADMIN SPECIFIC */

table.list { font-size:0.8em; border:1px solid #b3a364;}	
td.list { padding:5px; font-size:0.9em;}
tr.white { color:black; height:30px;}
tr.gray { background-image:url('/images/new_gallery/images/photoframe.jpg'); background-repeat:repeat;height:30px; }
#entry { width:500px; text-align:justify;}	
#login { position:relative; top:100px; }