body,html
{

        background-color: #444444;
        text-align:center;

        font-family: sans-serif;
        line-height: 1.5em;
        font-size: small;
        color: white;

        margin:0;
        padding: 0;

        min-height: 100%!important;
}

div#projectWrapper
{
        background-color: #2E3436;
        width: 100%!important;
        max-width: 750px;
	min-height: 99%;
        margin: auto;
        padding: 10px;
        overflow: hidden;
	position: absolute;
}

div#projectWrapper *
{
        margin: auto;
}

img
{
	border: 0;
}

h1
{
	padding-bottom: 20px;
}

#desc1, #desc2, #desc3
{
	padding: 5px;
	text-align: left;
}

#desc1
{
	float: left;
	border: 1px red solid;
	width: 34%;
}


#desc3
{
	float: right;
	width: 37%;
	height: 100%;
	background-color: lightblue;
	color: black;
	border: 3px solid white;
	padding-top: 10px;
}

#avatar
{
	width: 25%;
	float: left;
	padding: 10px;
}

#gallery
{
	width: 95%;
	height: 100px;
	border: 1px solid #babdb6;
	clear: both;
	overflow-x: auto;
	white-space: nowrap;
	padding: 5px; 
}


img.gal
{
	height: 95%;
	padding: 0 10px;
}


.paging img
{
        width: 20px;
}

.previous, .next
{
        top: 0;
        position: absolute;
        font-size: 0.7em;
	padding-top: 10px;
}

.previous {     left: 0;        }
.next{          right: 0;       }

.pages a:hover
{
        background: none;
        color: yellow;
	text-decoration: underline overline !important;
}

.paging a:hover
{
	text-decoration: none;
}

.paging
{
        clear: both;
        position: relative;
	padding-top: 15px;
}


.pages
{
        width: 50%;
        bottom: 0;
        padding: 10px;
}

