body{
    margin: 0px;
	padding: 0px;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("images/layout/background.jpg") repeat #7d0b0b;
	color: #777777;
}

a{
    text-decoration: none;
    color: #FF8080;
}

a:hover{
    color: #FFF;
}

h1{
    color: #FF8080;
    text-align: center;
}

img{
    border: 0px;
}

h2{
    color: #FF8080;
    text-align: center;
}

h3{
    color: #FF8080;
    margin-bottom: 0px;
}

th{
    text-align: left;
}

th.category{
    background: #808080;
    color: #000;
}

#Layout{
    display: block;
    margin: 10px auto;
    padding: 0px 10px;
}

#Header{
    display: block;
    height: 128px;
}

#HeadContent{
    margin-top: 15px;
    display: block;
    width: 350px;
    float: right;
    font-size: 14px;
    color: #AAAAAA;
    border:2px solid #660000;
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
}

#Navigation{
    display: block;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

#Gallery{
    display: block;
    background: url("images/layout/gallery.png") repeat #440000;
}

#Content{
    display: block;
}

.NavigationLink:link, .NavigationLink:visited{
    padding: 0px 10px;
}

.Container{
    margin: 10px 100px;
    background: #661A1A;
    border:1px solid #F6ECD0;
}

.Container p{
    padding: 10px;
    text-align: center;
}

.GalleryProfile{
    margin: 0px 5px;
    display: block;
    padding: 0px 10px 10px 10px;
    max-width: 120px;
    height: 200px;
    color: #F6ECD0;
    float: left;
    
    border-color:#993153 #000000 #000000 #993153;
    border-left:2px solid #993153;
    border-style:solid;
    border-width:2px;
    border-bottom: 0px;
    border-top: 0px;
}

.GalleryProfilePicture a{
    display: block;
    overflow: hidden;
    width: 110px;
    text-align: center;
}

.GalleryProfileTitle{
    display: block;
    line-height: 20px;
    height: 20px;
    width: 120px;
    overflow: hidden;
}

.GalleryProfileName{
    float: left;
}

.GalleryProfileNew{
    text-align: right;
    display: block;
    width: 60px;
    height: 20px;
    background: url("images/layout/new_background.gif") left no-repeat;
    float: right;
}

.GalleryProfileWorkTime{
    font-size: 10px;
    text-align: center;
}

.ProfileContent{
    display: block;
    width: 49%;
    float: left;
    background: url("images/layout/gallery.png") repeat #440000;
}

.ProfileSeperator{
    display: block;
    width: 2%;
    float: left;
}

.ProfileBorder{
    padding: 10px;
    border-color:#993153 #000000 #000000 #993153;
    border-style:solid;
    border-width:2px;
    color: #C0C0C0;
    font-size: 11px;
}

.BoxTitle{
    color: #F6ECD0;
    font-weight: bold;
}

.Box{
    padding: 10px;
    border: 1px solid #660000;
}

.Box a:link, .Box a:visited{
    margin: 5px;
    color: #F6ECD0;
}

.Box a:hover{
    color: #FF0000;
}
