.image {
	border: 10px solid white;	
	/*border-style:inset;*/
	/*border-color: white;*/
	/*border-color: #FDC526;*/
	/*border-width:3px;*/
	/*padding: 0px;*/
	/*background: url(../img/cork-bg.png);*/
}

.imagebg {
	background: url(../img/frame_v.jpg);
	padding: 30px;
	border: 3px solid #FDC526;
	float: left;
	/*margin: 10%;*/
}

body {
	font-family: monospace;
	color: white;
	background-color: black;
	/*background: url(../img/pagebg.png);*/
}

.bigtitle {
	font-size: 3em;
	font-weight: bold;
}

.biglink {
	font-size: 2em;
}

a {
	font-family: monospace, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1em;
	color: white; /*#CC9933;*/	
	text-decoration: none;

}

a:visited {
	font-family: monospace,Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1em;
	color: white;
	text-decoration: none;

}

a:hover {
	font-family: monospace,Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1em;
	color: white;
	text-decoration: underline;

}

a:active {
	font-family: monospace,Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1em;
	color: white;
	text-decoration: none;
}


.top {background: url(frame6/frame_h.jpg) 0 0 repeat-x;}
.btm{background: url(frame6/frame_h2.jpg) 0 100% repeat-x}
.lft {background: url(frame6/frame_v.jpg) 0 0 repeat-y}
.rgt {background: url(frame6/frame_v2.jpg) 100% 0 repeat-y}
.blft {background: url(frame6/frame_bl.png) 0 100% no-repeat}
.brgt {background: url(frame6/frame_br.png) 100% 100% no-repeat}
.tlft {background: url(frame6/frame_tl.png) 0 0 no-repeat}
.trgt {background: url(frame6/frame_tr.png) 100% 0 no-repeat; padding:48px} 


