body {
    font-family: Trebuchet MS;
    background-color: #565656;
    /*background-color: white;*/
}

div#wrapper {
    width: 900px;
    height: 500px;
    background-color: lightgrey;
    margin: 50px auto;
}

div#nav {
    width: 200px;
    height: 400px;
    background-color: #232323;
    float: left;
}

div#head {
    width: 860px;
    height: 100px;
    margin: 0px;
    padding: 0px 20px;
    background-color: lightgrey;
    /*font-family: Journal;*/
    font-size: 1.8em;
    line-height: 100px;
    font-style: italic;
}

div#head a {
    color: black;
    text-decoration: none;
}

div#content {
    width: 700px;
    height: 400px;
    background-color: white;
    float: left;
}

a#item {
    width: 200px;
    padding: 10px;
    /*font-family: Journal;*/
    background-color: #232323;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    height: 50px;
    line-height: 50px;
}

a#item:hover{
    background-color: white;
    color: black;
}

div#desc {
    margin-top: 260px;
    width: 680px;
    background-color: black;
    height: 50px;
    color: white;
    font-size: 1.7em;
    padding: 10px;
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

div#footer {
    background-color: #232323;
    color: #cccccc;
    font-size: 0.8em;
    text-align: right;
    padding: 2px;
}

p.title {
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    padding: 3px 15px;
}

p.longdesc {
    color: white;
    text-align: justify;
    padding: 0px 15px;
    font-size: 0.9em;
    margin-top: -10px;
}

div#photo {
    width: 120px;
    height: 120px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin: 10px;
    float: left;
}

div#photocontainer {
    margin: 10px 20px;
    text-align: center;
}

.defaultbg {
    background-image: url('images/start.php');
}

div#photo img {
    width: 120px;
    height: 120px;
    border: none;
}

div#pager {
    text-align: center;
    color: #b9b9b9;
    font-size: 0.8em;
}

div#pager a {
    color: black;
}

div#pager2 {
    text-align: center;
    color: black;
    font-size: 0.8em;
    height: 50px;
    line-height: 50px;
}

div#pager2 a {
    color: white;
}

a.back {
    display: block;
    color: #e2e2e2;
    text-decoration: none;
    font-size: 0.8em;
    padding: 5px;
    margin-bottom: -20px;
}

a.back:hover {
    /*color: #232323;
    background-color: lightgray;*/
    border-bottom: 1px solid lightgray;
    margin-bottom: -21px;
}

a#blog {
	color: #E10000;
}
