/*DEFAULT CSS*/
*
{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Verdana";
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	text-decoration: none
}

h1{font-size:24pt}
h2{font-size:22pt}
h3{font-size:20pt}
h4{font-size:18pt}
h5{font-size:16pt}
h6{font-size:14pt}

a
{
	text-decoration: underline;
	color: #3333CC
}

img
{
	border: 0
}

hr
{
	border: none;
	color: #666;
	background-color: #666;
	height: 1px
}

ul, ol
{
	list-style-type: none
}

input[type=text], input[type=password]
{
	padding: 3px
}

input[type=button], input[type=submit], input[type=reset], button
{
	cursor: pointer;
	padding: 3px
}

.b{font-weight:bold}/*bold class*/ 
.i{font-style:italic}/*italic class*/
.u{text-decoration:underline}/*underline class*/
.s{text-decoration:line-through}/*strike class*/
.wide{letter-spacing:2pt}/*wide class*/
.big{font-size:16pt}/*big class*/
.small{font-size:8pt}/*small class*/
.red{color:#FF3333}/*red class*/
.green{color:#33CC33}/*green class*/
.inline{display:inline}/*inline class*/

/*SITE CSS*/

html, body
{
	background-color: #9a9897;
	height: 100%;
	min-height: 1500px;
	min-width: 1200px;
}

#background1
{
	background-image: url('../images/background_bottom.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%
}

#background2
{
	background-image: url('../images/background_top.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%
}

#left
{
	float: left;
	width: 280px
}

#photo
{
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	float: left;
	height: 800px;
	margin-top: 50px;
	position: relative;
	width: 800px;
	z-index: 10
	
}

#photo #close
{
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 6px;
	position: absolute;
	right: 10px;
	top: 10px
}

#logo
{
	color: #ffffff;
	font-size: 16pt;
	left: 20px;
	position: absolute;
	top: 10px;
}

#logo p
{
	color: #ffffff;
	display: inline;
	font-size: 12pt
}

#designedBy
{
	bottom: 10px;
	color: #cccccc;
	font-size: 10pt;
	line-height: 20pt;
	position: fixed;
	right: 20px;
	text-align: right;
	z-index: 9
}

.thumbList
{
	font-size: 0;
	line-height: 25px;
	text-align: center
}

.thumbList table
{
	margin-left: 10px
}

.thumbList table td
{
	padding: 3px
}

#thumbList1
{
	margin-top: 50px
}

#thumbList2, #thumbList3
{
	margin-top: 20px
}

#info
{
	margin-top: 10px
}

#info p
{
	line-height: 8px;
	margin-left: 12px
}

#info p img
{
	margin-right: 6px
}

.preview
{
	cursor: pointer;
}