@charset "utf-8";
/* CSS Document */
#bkgrnd {
border:12px solid #FFFFFF;
background-image:url(graphics/main.png);
width:900px;
height:925px;
margin:0 auto;
padding:20px;
}
b{
color:#B18A90;
font-weight:400;
}
.swf {
	border:2px solid #666;
}
#bkgrndL {
border:12px solid #FFFFFF;
background-image:url(graphics/main.png);
width:900px;
height:1700px;
margin:0 auto;
padding:20px;
}
#flsh {
border-top:3px solid #020123;
border-left:3px solid #020123;
border-right:3px solid #020123;
border-bottom:1px solid #020123;
text-align:center;
width:894px;
height:232px;
margin:0 auto;
}
img {
	float:left;
	border:2px solid #666;
}
.imgnobdr {	
	float:left;
	border:0;
}
#lft {
	background-image:url(graphics/leftStrip.png);
	background-repeat:no-repeat;
	border-right:2px solid #CCC;
    float:left;
	width:233px;
	height:1474px;
	margin-top:5px;
}
#lftShort {
	background-image:url(graphics/leftStrip.png);
	background-repeat:no-repeat;
	border-right:2px solid #CCC;
	float:left;
	width:233px;
	height:699px;
	margin-top:5px;
}
#right {
    float:right;
	width:650px;
	height:auto;
	margin-top:20px
}
#main {
float:none;
width:894px;
height:auto;
margin:0 auto;
}
p {
font-size:12px;
color:#333333;
line-height:20px;
padding:0 25px 0 25px;
}
.lfthdng {
	font-size:26px;
	color:#CCC;
	font-weight:600;
	font-variant:small-caps;
	line-height:25px;
}
.lfthdng2 {
	font-size:16px;
	color:#666;
	font-weight:600;
	font-variant:small-caps;
	line-height:25px;
}
.nav {
color:#999999;
float:left;
width:600px;
font-size:16px;
font-weight:600;
text-indent:5px;
}
.ttl {
display:block;
font-size:12px;
font-weight:600;
font-variant:small-caps;
padding:0 0 5px 0;
}
.ttl2 {
font-size:12px;
font-weight:600;
}
#footer {
	width:894px;
	height:auto;
	margin:0 auto;
	border:3px solid #020123;
	background-image:url(graphics/main.png);
}
body {
	background-image: url(graphics/insignificant3dimage.jpg);
	background-repeat:no-repeat;
	text-align:justify;
	font-family: "Times New Roman", Times, serif;
}
a:link, a:visited, a:hover, a:active {
	color:#666666;
	text-decoration:none;
}
/*Popup1*/
#scrnsht1,#scrnsht2 {
	background-image:url(graphics/popupBckgrnd.png);
	float:none;	
	visibility:hidden;
	position:absolute;
	background-color:#ccc;
	border:3px solid #020123;
	width:454px;
	height:397px;
	left:50px;
	top:300px;
	padding:10px;
}
#exit,#exit2 {
	float:right;
    text-align:justify;
	font-weight:bold;
	font-variant:small-caps;
}
