body{
	background-color: transparent;
	background-image: url(images/background.gif);
}

font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6495ed;
}

#center-column{
	width: 800px;
	background-color: transparent;
	margin-right: 0px;
	float: right;
	height: auto;
}

#header{
	width: 800px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}

#header2{
	text-align: left;
	width: 800px;
	height: 49px;
	margin-left: 1px;
	margin-right: auto;
	margin-top: 20px;
	background-color: transparent;
	background-image: url(images/menu-back.jpg);
	background-repeat: no-repeat;
}

#left-border{
	width: 10px;
	height: 800px;
	background-color: transparent;
	float: left;
	margin-top: -100px;
}

#left-column{
	width: 200px;
	height: 600px;
	background-color: transparent;
	background-image: url(images/dogtags.png);
	float: left;
}

#right-border{
	width: 10px;
	height: 800px;
	background-color: transparent;
	float: right;
	margin-top: -100px;
}

#right-column{
	width: 560px;
	background-color: transparent;
	margin-right: 30px;
	float: right;
	height: auto;
	text-align: justify;
	padding: 5px;
}

#wrapper{
	background-color: transparent;
	width: 802px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	text-align: left;
	width: 800px;
	height: 49px;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 20px;
	background-color: transparent;
	background-image: url(images/menu-back.jpg);
	background-repeat: no-repeat;
}
