@charset "utf-8";
/* CSS Document */


#wrap{
with: 900px;
margin: 0 auto;
}

table
{ 
margin-left: auto;
margin-right: auto;
}


body {
	background-image:url('images/wallpaper.png');
	margin: 0;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}

a:link {
	color: #666666;
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	border:none;
}
a:visited {
	text-decoration: none;
	color:#666666;
	border:none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CC99FF;
	
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
.style13 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0171BD;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: none;
	text-align: left;
	font-style: italic;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
	color:#333333;
	}
	
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color:#333333;
	}


	
DIV.imgfloat{
float:left;
}

img {
padding: 2px;
}

#header {
	margin: 0px 0px 0px 0px;
	width:759px;
	height:1300px;
	position:relative;
	top:100px;
	left:451px;
	display:block;
	}
	
#panelwidget .SlidingPanelsContentGroup #galleries img {
padding:2px 2px 2px 2px;
}

#panelwidget .SlidingPanelsContentGroup img{
border: solid 2px #7A1417;
}

#panelwidget .SlidingPanelsContentGroup {
margin:auto;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 0px;
	border: 16px solid white;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#formcontainer{
	text-align:left;
	width:400px;
	border:thin #CCCCCC solid;
	vertical-align: middle;
	display: block;
	padding: 10px;
}

