body {

	background-image: url(images/background.png);

	background-repeat: repeat-x;



}



body,td,th {

	font-family: Tahoma, Verdana;

	font-size: 12px;

	color: #333333;



}



a:link {

		

}



a:visited {

	text-decoration: none;

}



a:hover {

	text-decoration: none;

}



a:active {

	text-decoration: none;

}



.navbar a:link {

	text-decoration: none;

}



#midsection {

	position: absolute;

	background-image: url(borders/back.png);

	width:100%;

	margin: 0px;

	padding: 0px;

	top: 0px;

}





/************* BORDERS *************/

#base {

	width: 70%;

	margin: 0px auto 0px auto;

	padding: 0px;

	top: 0px;

	position: relative;

	min-width: 300px;

}



#midsection {

	position: absolute;

	background-image: url(borders/back.png);

	width:100%;

	margin: 0px;

	padding: 0px;

	top: 0px;

}



#brtop {

        position: relative;

        height: 50px;

        background-image: url(borders/top.png);

        background-repeat: repeat-x;

        top: -50px;

}



#brbot {

	position: relative;

	background-image: url(borders/bottom.png);

	background-repeat: repeat-x;

	height: 50px;

	top: -50px;

	

}



#brright {

	position: absolute;

	width: 50px; height: 100%;

	top: 0px; right: -50px;

	background-image: url(borders/right.png);

	background-repeat: repeat-y;

}



#brleft {

	position: absolute;

	width: 50px; height: 100%;

	left: -50px;

	background-image: url(borders/left.png);

	background-repeat: repeat-y;

}



#brtopleft {

        position: absolute;

        width: 50px; height: 50px;

	left: -50px;

        background-image: url(borders/topleft.png)

}



#brtopright {

        position: absolute;

        right: -50px;

        width: 50px; height: 50px;

        background-image: url(borders/topright.png)

}



#brbotleft {

        position: absolute;

        width: 50px; height: 50px;

        left: -50px;

        background-image: url(borders/botleft.png);

}



#brbotright {

        position: absolute;

        width: 50px; height: 50px;

        right: -50px;

        background-image: url(borders/botright.png);

}


