/* CSS Document */

#techys2u {
	COLOR: #3b3326;
	FONT-FAMILY: arial, helvetica, 'sans serif';
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
	margin-top: 10px;
	text-align:center;
}
body {
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	margin: 7px;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #f1e092;
}

img {
	border: none;
}

a, a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	color:#999999;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 15px;
}

img.left {
	float: left;
	margin-right: 12px;
}

img.right {
	float: right;
	margin-left: 12px;
}
p {
	margin-bottom: 1em;
}
