body {
    background: #222;
    color: #ccc;
    margin: 0;
    padding: 0;
    font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
    font-size: 76%;
    line-height: 130%;
}

a:link, a:visited {
    color: #fff;
}

a:hover, a:active {
    color: #7bcfaa;
}

p {
    margin-top: 10px;
}

form {
    margin: 0;
}

fieldset {
    background: #444;
    margin: 15px 0;
    padding: 0 15px;
}

legend {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 0 4px;
}

hr {
    border: 0;
    color: #777;
    background-color: #777;
    height: 1px;
}

input, select, textarea {
    margin-bottom: 6px;
}

/*input[type=text], input[type=file] {
    background: #666;
    border: 1px solid #aaa;
    color: #eee;
}*/

input.mainAction {
    font-weight: bold;
    color: #fff;
    background: #3e8a60;
    border: 2px solid #234d36;
}
input.mainAction:hover {
    border: 2px solid #ffcc00;
}
/*
input[type=submit] {
    background: #222;
    color: #fff;
    border: 1px solid #aaa;
    width: auto;
}*/

h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    color: #7bcfaa; /*#f28be2;*/
    margin-top: 0;
    font-size: 160%;
    font-weight: bold;
}

h2 {
    color:#eee;
    margin:0.3em 0;
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #777;
}

h3 {

}

h4 {
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    margin: 4px 0;
}


/* Form Alignment */
/*
form {
    float: left;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 90px;
	padding: 5px 5px 0 0;
	font-weight: bold;
}

br {
	clear: left;
}*/

label {
    display: block;
    font-weight: bold;
    padding: 0 0 2px 0;
    color: #fff;
}


li {
    line-height: 160%;
}

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


#container {
    background: #2c2c2c;
}

#header {
    background: url(../img/header-bg.png) top left repeat-x;
    height: 120px;
    position: relative;
}

/* For IE - make PNG transparency work */
#header h1 { behavior: url(/js/iepngfix.htc) }

#header h1 {
    text-indent: -9900px;
    background: url(../img/header-logo.png) top left no-repeat;
    height: 67px;
    width: 530px;
    position: absolute;
    top: 23px;
    left: 20px;
}

#nav {
    float: left;
    width: 140px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #444;
}

#nav li {
    display: block;
    margin: 0;
    padding: 0;
}

#nav li a {
    display: block;
    padding: 8px 10px;
    background: #191919;
    border-left: 6px solid #555;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    text-decoration: none;
    height: 15px;
    color: #aaa;
}

#nav li a:hover {
    background: #111;
    color: #fff;
    border-left: 6px solid #d34aa3;
    /*border-right: none;*/
}

#content {
    color: #ccc;
    padding: 0 10px 20px 25px;
    margin-left: 150px;
    position: relative;
    /*max-width: 700px;*/
    width: 600px;
}

#footer {
    border-top: 1px solid #444;
    clear: both;
    margin: 20px 0 0 0;
    padding: 8px 0 15px 10px;
    text-align: center;
    background: #222;
    color: #666;
}

#footer a {
    text-decoration: none;
    color: #999;
}
#footer a:hover {
    color: #fff;
}


.photo {
    /*padding: 6px;
    background: #666;*/
    border: 1px solid #ccc;
}

.thumbnail {
    margin: 10px 10px 10px 0;
    border: 1px solid #eee;
}

.error, .error_message {
    font-weight: bold;
    color: #d34aa3;
}

.message {
    padding: 6px;
    color: #d34aa3;
    background: #191919;
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.footnote {
	font-size: 90%;
	color: #aaa;	
}
