﻿#header {
	background-image: url(/todd_test/images/headerleft.jpg);
	height: 173px;
}

body {
	background-color:#465050;
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	text-align:center;
}
#content_area{
	float: left;
	background-image: url(/todd_test/images/background.jpg);
}

.box {
	border: 2px solid #000000;
	text-align: center;
	background-position: center;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 15px;
	color: #000000;
	width:130px;
	background-color: #00FFFF;
}
#navigation a:link  {
	text-decoration: none;
	color: #ffffff;
}
#navigation a:visited {
	text-decoration: none;
	color: #ffffff;
}

#navigation a:hover {
	text-decoration: overline underline;
	color: #ff0000;
	font-size:1.3em;
}


.style1 {font-size: large}
.style2 {font-size: x-large}

#column1 {
	width: 170px;
	float:left;
	background-image: url(/todd_test/images/background.jpg);
	height: 100%;
}


#column2 {
	width: 595px;
	float:left;
	padding:5px;
	background-color:#ffffff;
	height: 100%;
	
}
#column3 {
	width: 100px;
	float:left;
	background-color:#ffffff;
}
#bottom {
	clear:both;
	height:17px;
	background-image: url(/todd_test/images/bottom.jpg);

}


#content_area {
	width:775px;
	height: 100%;
	background-image: url(/todd_test/images/background.jpg);
}

.center {
	text-align:center;
}
