body{
	background: #454740;
	margin: 0px;
}

.header{
	background: url('images/top_ext.jpg');
	background-repeat: repeat-x;
}

.tagline{
	align: right;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}

.box{
	background: #D2D2D1;
}

.boxTop{
	background: url('images/upper.jpg');
}

.boxBottom{
	background: url('images/bottom.jpg');
}

.boxLeft{
	background: url('images/left.jpg');
}

.boxRight{
	background: url('images/right.jpg');
}

.heading{
	font-family: verdana;
	font-size: 16px;
	text-decoration: italics;
	font-weight: bold;
	color: #262626;
}

.boxText{
	font-family: verdana;
	font-size: 12px;
	color: #262626;
}


.footText{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.image{
	border: 2px solid #393A35;
}