h1,h2,h3,h4,h5,h6 {
	margin:0.6em 0;
	font-size:100%;
	color:#222;
}

h1 {
	font-size:1.3333em;
}

h2 {
	font-size:1.2666em;  
}

h3 {
	font-size:1.1333em; 
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;	 
}

body {
	font:0.80em arial, helvetica, sans-serif;
	height:100%;
}

#wrapper {
	height:auto !important;
	height:100%;
	width:769px;
	margin:0 auto;
	position:relative;
}

#body_wrap {
	width: 769px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width:769px;
	height:80px;
	top:0;
	left:0;
	position:absolute;
	background: #6295b0;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
}
#header h1 {
	margin:0;
	margin-top:32px;
	line-height:32px;
	color:#fff;
	text-align:right;
	padding:0px;
}

#header img {
	padding:0 5px;
}

#header ul {
	float:left;
	margin:10px 0;
	padding:0;
	color:#ffffff;
}

#header ul li {
	margin:0 10px;
	padding:0;
	list-style-type:none;
	display:inline;
}

#header ul li a {
	color:#ffffff;
	text-decoration:underline;
}

#image_list {
	top:90px;		
	width: 769px;
	margin: 0 auto;
	background: #fff;
}
#uploader {
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;		
	background:#fff; /*EBEBEB;*/
	
}
#footer {
	width:769px;
	height:40px;	
	left:0;
	position:relative;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	font-size:0.9em;
	color:#fff;
}
#footer p {
	margin:0;
	line-height:40px;
	text-align:center;
}

#footer p a {
	color:#fff;
}

/*
================================
=SECTIONS
================================ */
/*
----------------
=HEADER
---------------- */
/*
----------------
=CONTENT
---------------- */
#image_list h2 {
	padding-left: 25px;
}
/*
=gallery
-------- */
.gallery {	
	width:769px;
	float:left;
	margin:0px;	
	list-style: none;
	background: #fff;
}

.gallery.active {
	background: #eee;
}
.gallery div {
	float: left;
	width: 200px;
	padding: 0 25px;
	margin: 0 0 20px;
	background: #fff;
	
}
.gallery img {
	display: block;
	padding: 7px;
	width: 170px;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
}
.gallery p {
	float: left;
	padding-left: 7px;
	margin: 0;
}

.gallery div a {
	float: left;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Phark revisited image replacement */
}


