/*









*/

html,body
{
	height: 100%;
}

html *
{
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: tahoma,arial,sans-serif;
	border-style: none;
}

body
{
	background-color: #101010;
}

td
{
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6
{
	font-family: tahoma,arial,sans-serif;
	font-style: normal;
	font-size: smaller;
	padding: 0;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h1
{
	font-size: normal;
}

a, a:link
{
	color: #805C05;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #805C05;
}

a:hover, a:active
{
	border-bottom: 1px #805C05 solid;
	bo_rder-top: 1px #805C05 solid;
}


/*  Logo ////////////////////////////////////// */

#logotext
{
	float: left;
	background-color: black;
	color: #ffffff;
	border-color: #620C01;
	border-width: 2px;
	border-style: none solid solid none;
	padding: 0 1.5em 0 1.5em;
	margin: 0;
	height: 100px;
}

#logotext a,#logotext a:hover
{
	background-color: black;
	border-style: none;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#logotext *
{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#logotext h1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 30pt;
}

#logotext h2
{
	font-size: 14.37pt;
	margin-bottom: 3pt;
}


/* ////////////////////////////////////// */

.linksbox
{
	float: left;
	margin: 0;
	padding: 0 0 0 1.5em;
	border-style: none none none;
	border-color: #620C01;
	border-width: 2px;
	background-color: #101010;
}

.linksbox a, .linksbox a:visited
{
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: #620C01;
	background-color: black;
	margin: 0.2em 0 0 0;
	padding: 0.1em 1em 0.1em 1em;
	color: white;
	font-family: tahoma,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.linksbox a:hover,.linksbox a:active
{
	background-color: #805C05;
}

/* ////////////////////////////////////// */

#logoimage
{
	float: right;
	background-color: black;
	border-color: #620C01;
	border-width: 2px;
	border-style: none none solid solid;
	padding: 0;
	margin: 0;
	height: 100px;
}

#logoimage img
{
	padding: 0;
	margin: 0;
}


/* ////////////////////////////////////// */

#content
{
	clear: both;
	padding: 1em; 0.5em; 3em; 5%;;
	margin: 0 0 0 0;
	b_order-right: 2px solid #620C01;
	b_order-bottom: 2px solid #620C01;
	color: black;
	background-color: #101010;
}

#content *
{
	background-color: transparent;
}

#content > p
{
	margin-left: 5%;
	margin-top: 0em;
	margin-bottom: 1em;
}

#content #intro
{
	margin: 3em 0 3em 0;
	text-align: center;
	line-height: 200%;
}

#content div#indexpics
{
	text-align: center;
	margin: 0 auto 3em auto;
	/* margin: 0 auto 0 auto; */
}

#content > form
{
	margin-left: 10%;
	margin-top: 0em;
	margin-bottom: 1em;
}

#content input, #content textarea
{
	border-style: solid;
	border-color: #620C01;
	border-width: 2px;;
	padding: 3px;
	color: black;
	background-color: white;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	padding: 1em 0 0 1em;
	margin: 3em 0 1em 5%;
	border-style: solid none none solid;
	border-color: #620C01;
	border-width: 2px;
	clear: both;
}

#content #thumbshead h1,
#content #thumbshead h2,
#content #thumbshead h3,
#content #thumbshead h4,
#content #thumbshead h5,
#content #thumbshead h6
{
	border-style: none;
	padding: 0;
	margin: 0;
}

#content table
{
	margin-top: 2em;
}

#content table *
{
	margin-left: 0;
}

#content #nextprev
{
	padding-left: 5em;
}

#content #nextprev a,#content .disabled
{
	border-style: solid;
	border-width: 2px;
	border-color: #620C01;
    margin: 0;
    padding: 0.1em 1em 0.1em 1em;
	color: white;
	font-family: tahoma,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: smaller;
}

#content .disabled
{
    color: #A0A0A0;
    border-color: transparent;
}

#content #nextprev a:hover
{
	background-color: #805C05;
}

#content #mainimage
{
	padding-left: 2%;
}

#content #thumbs
{
	padding-top: 1em;
}

#content #picturecredit
{
	padding-left: 2em;
	font-size: x-small;
}

#content #picturecredit .credittype
{
	color: #620C01;
}


/* ////////////////////////////////////// */

div#mainimage
{
	display: inline;
}

td#mainimage
{
	width: 700px;	
}

#thumbs img
{
	margin: 0 0 4px 0;

}

#content a
{
	margin: 0 0.1em 0 0;
	padding: 0;
}


#content #thumbshead
{
	padding: 0 0 0 1em;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	border-style: solid none none solid;
	border-color: #620C01;
	border-width: 2px;;
	height: 3em;
}

#content p
{
	color: white;
}

#content #thumbs a:hover
{
	border: none;
}

#content #thumbs a:hover img
{
	border-color: #620C01 #805C05 #805C05 #620C01;
}

#content img
{
	padding: 3px;
	border-style: solid;
	border-width: 2px;;
	border-color: #620C01;
}

.label
{
	text-align: right;
}

#content p.warning
{
	margin-top: 2em;
	border-style: dashed;
	border-width: 2px;
	border-color: red;
}

#content p.confirmed
{
	margin-top: 2em;
	border-style: dashed;
	border-width: 2px;
	border-color: green;
}

#bigimage
{
	margin: 0;
	padding: 0;

	border-style: solid;
	border-width: 2px;;
	border-color: #620C01;
}

#content #gallery
{
	height:  700px;
}

/* ////////////////////////////////////// */

div#aboutimage
{
	float: left;
	margin: 0 5% 3em 1em;
	border-style: none;
}

div#aboutimage img
{
	margin: 0;
}

div#abouttext
{
	width: 80%;
	margin: 0 auto 0 auto;
}

div#abouttext p
{
	margin: 0.5em 0 1em 5%;
}



/* ////////////////////////////////////// */

#footer
{
	margin: 0 5% 0 0;
	padding: 1em 0 1em 0;
	clear: both;
	color: white;
	background-color: black;
	border-style: none none none none;
	border-color: #620C01;
	border-width: 2px;
	font-style: normal;
	font-size: 80%;
	text-align: center;
	width: 100%;
	border-top: 2px solid #620C01;
}

#footer address
{
	background-color: black;
}


/* ////////////////////////////////////// */


table#imagezmodelguide
{
	margin-left: 5%;
}

table#imagezmodelguide tr > td
{
	padding-top: 5%;
	vertical-align: top;
	text-align: right;
}

table#imagezmodelguide tr > td + td
{
	vertical-align: top;
	text-align: center;
	padding: 0 2% 10% 2%;
}

table#imagezmodelguide tr > td + td + td
{
	vertical-align: middle;
	text-align: left;
}

