body {
    margin: 0px;
    padding: 0px;
    font-family: helvetica;
    font-size: 12px;
    background-color: #182b39;
    color: #444;            
}

/* Global page components */
#header {
    background-color: #182b39;
    padding: 3px 3px 0px 10px;
}

#content {
	background-color: #182b39;
}

#center {
    padding: 10px;
    background-color: #fff;
    margin: 0px 100px 0px 100px;
}

#footer {
    width: 100%;
    text-align: center;
    font-size: xx-small;
    background-color: #182b39;
    color: white;
    padding-top: 5px;
}

/* Generica */

h1 {
    padding: 10px;
    margin: 0px;
}

h2 {
    padding:0px;
    margin:0px;
    font-size: medium;
    color: #182b39;
    text-decoration: none;
}

h2 a {
    color: #182b39;
    text-decoration: none;
}


h3 a {
	text-decoration: none;
	color:#104f54
}

h4 {
	margin: 1px;
}

h4 a {
	text-decoration: none;
	color: #104f54;
}

/* Navigational Stuff */

#header a {
    text-decoration: none;
    margin: 0px;
    padding:0px;
    color: #CCC;
}

ul.listy {
    float: left;
    padding: 0px;
    margin: 0px;
}

ul.listy li {
    float: left;
    display: inline;
    border-right:1px solid #104f54;
    margin-left: 4px;
    padding: 4px;
    background-color: #182b39;
    color: #CCC;
}

.breadcrumbs .breadcrumb {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

.breadcrumbtext, .breadcrumbtext a {
    font-size: xx-small;
    display: block;
    color: #999;
    text-transform: lowercase;
}

ul.options {
    float: right;
}

/* List of Images */
ul.imageList {
	list-style: none;
	padding: 0px;
}

ul.imageList li {
	float: left;
	width: 220px;
	height: 220px;
	text-align: center;
}

ul.imageList img.imageThumbnail {
    border: 1px solid #ccc;
    padding: 1px;
}

div.imageBox {
    background-color: #ccc;
    background: url('/img/imageBox.png') bottom left repeat-x;
    border: 1px solid #ccc;
    width: 220px;
    height: 220px;
    padding: 10px;
    margin: 10px;
}

span.imageBoxOverlay {
    z-index: 2;
    opacity: 0.6;
    padding: 3px;
}

span.imageBoxOverlay a {
	color: #000;
	text-decoration: none;
}
/* Uh. */
img.icon {
	border: none;
	margin-right: 2px;
}

#header img {
	border: none;
}