body
{
	background-color: #000000;
	font-family: Sylfaen, Euclid, "Maiandra GD";
}

a:link
{
	color: #FFFF00;
	text-decoration: underline;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 18px;
}
a:visited
{
	color: #5B6471;
	text-decoration: underline;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 18px;
}
a:hover
{
	color: #0033FF;
	text-decoration: none;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 18px;
}
a:active
{
	color: #0000FF;
	text-decoration: none;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 18px;
}

.menubox {
	background-color: #FF3300;
	position: relative;
	width: 180px;
	/* padding-top: 8px;
	padding-left: 8px;
	border: 10px medium solid #FFFFFF;
	padding: 10px;
	border: medium solid #FFFFFF; */
}
.mainbox {
	background-color: #FFCC00;
	position: relative;
	width: 600px;
	/*border: medium solid #FFFFFF;*/
	/*padding: 10px;*/
	/*margin: 1em auto; */
}

.mainbox a:link
{
	color: #0000FF;
	text-decoration: underline;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 15px;
}
.mainbox a:visited
{
	color: #5B6471;
	text-decoration: underline;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 15px;
}
.mainbox a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 15px;
}
.mainbox a:active
{
	color: #0000FF;
	text-decoration: none;
	font-family: Sylfaen, Euclid, "Maiandra GD";
	font-size: 15px;
}
.makecentered {
	text-align: center;
	vertical-align: top;
	position: absolute;
	width: 100%;
}
.topbox {
	position: relative;
	height: 150px;
	width: 800px;
}





/* For Rounded Corners: */

/* set millions of background images */

/* for the main content pane */
.t {background: url(images/corners/dot.jpg) 0 0 repeat-x}
.b {background: url(images/corners/dot.jpg) 0 100% repeat-x}
.l {background: url(images/corners/dot.jpg) 0 0 repeat-y}
.r {background: url(images/corners/dot.jpg) 100% 0 repeat-y}
.bl {background: url(images/corners/bl.jpg) 0 100% no-repeat}
.br {background: url(images/corners/br.jpg) 100% 100% no-repeat}
.tl {background: url(images/corners/tl.jpg) 0 0 no-repeat}
.tr {background: url(images/corners/tr.jpg) 100% 0 no-repeat; padding:10px}

/*for the menu pane */
.mt {background: url(images/corners/dot.jpg) 0 0 repeat-x}
.mb {background: url(images/corners/dot.jpg) 0 100% repeat-x}
.ml {background: url(images/corners/dot.jpg) 0 0 repeat-y}
.mr {background: url(images/corners/dot.jpg) 100% 0 repeat-y}
.mbl {background: url(images/corners/blr.jpg) 0 100% no-repeat}
.mbr {background: url(images/corners/brr.jpg) 100% 100% no-repeat}
.mtl {background: url(images/corners/tlr.jpg) 0 0 no-repeat}
.mtr {background: url(images/corners/trr.jpg) 100% 0 no-repeat; padding:10px}
