body{
	background-image: url(/web-dev/template-images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1E1E1;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EDCC6A;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1DA92;
}

.borderImageLeft{
	background-color: #000000;
	background-image: url(/web-dev/template-images/5-55.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.borderImageRight{
	background-color: #000000;
	background-image: url(/web-dev/template-images/7-77.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

a:link{
	text-decoration: none;
	color: #ECCB6A;
}
a:visited{
	text-decoration: none;
	color: #ECCB6A;
}
a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
a:active{
	text-decoration: none;
}
#link a:link{
	text-decoration: none;
	color: #EBE0C5;
}
#link a:visited{
	text-decoration: none;
	color: #EBE0C5;
}
#link a:hover{
	color: #FFFFFF;
}
#link a:active{
	text-decoration: none;
}

