/* CSS Document */

A:link { color: #0000FF }
A:visited { color: #0083B1 }
A:hover { color: #0000FF } 
td {font-family: Verdana; font-size: 12px; color: #000000} 

BODY { 
	background: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #DCDCDC;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */ 
}

.td-main {
	padding: 15px;
	vertical-align: top;
}

.td-side {
	padding: 15px;
	vertical-align: top;
	background: url(../images/side-back.gif);
	background-repeat: repeat-y;
}

.footer-text {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666;
} 
