* {
  margin: 0;
  padding: 0;
}

html { 
height: 100%; 
}

body {	
	background-color: #000;
	color:#fff;
	text-align:left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 70%;
	background-image: url(images/img_background.gif);
}

#container {
	position:relative;
	width:845px;
	top:10px;
	left:0px;
	text-align:center;
	margin:0 auto 0 auto;
}

#container_2 {
	position:relative;
	width:370px;
	top:10px;
	left:0px;
	text-align:center;
	margin:0 auto 0 auto;
}

#pic_text {
	position:absolute;
	width:340px;
	height:70px;
	top:446px;
	left:9px;
	border:1px solid white;
	text-align:center;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	padding-right:5px;
}

.image_border{
	border:1px solid #fff;
}

#main {
	position:absolute;
	width:550px;
	height:600px;
	top:10px;
	left:135px;
	border: 10px solid #ffffff;
	background-color: #b5d9fd;
	z-index: 100;
}

#shadow {
	position:absolute;
	width:570px;
	height:620px;
	top:15px;
	left:140px;
	background-color: #1e1e1e;
	z-index:0;
}

#fbig_l {
	position:absolute;
	width:135px;
	height:132px;
	top:25px;
	left:0px;
	z-index:50;
}

#fbig_r {
	position:absolute;
	width:135px;
	height:132px;
	top:25px;
	left:705px;
	z-index:50;
}

#flourish_l {
	position:absolute;
	width:135px;
	height:132px;
	top:550px;
	left:14px;
	z-index:50;
}

#flourish_r {
	position:absolute;
	width:135px;
	height:132px;
	top:550px;
	left:630px;
	z-index:50;
}

#header {
	position: absolute;
	width:550px;
	height:105px;
	top:0px;
	left:0px;
	border-bottom:10px solid #fff;
	z-index:200;	
}

#header_title {
	position: absolute;
	width:112px;
	height:76px;
	top:15px;
	left:10px;
	z-index:300;	
}

#nav {
	position: absolute;
	width:550px;
	height:25px;
	top:115px;
	left:0px;
	border-bottom:10px solid #fff;
	background-color: #99ccff;
	z-index:200;	
}

#content {
	position: absolute;
	width:450px;
	height:300px;
	top:150px;
	left:0px;
	z-index:200;	
}

#copyright{
	position: absolute;
	width:250px;
	top:645px;
	left:289px;
	z-index:200;	
	font:9px verdana, sans-serif; 
	color:#fff; 
}



a:link,a:active,a:visited { 
	color: #336699; 
	text-decoration:none;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a.subnav:link,a.subnav:active,a.subnav:visited { 
	color: #336699; 
	text-decoration:none;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a:hover,a:visited:hover{
	color:#12416f;
	text-decoration: none;
}

a.subnav:hover,a.subnav:visited:hover{
	color:#112D48;
	text-decoration: none;
}

a.top:link,a.top:active,a.top:visited { 
	color: #ffffff; 
	text-decoration:none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

a.top:hover,a.top:visited:hover{
	color:#12416f;
	text-decoration: none;
}

