html, body{
	margin: 0;
	padding: 0;
}
body{
	background: transparent url(img/body_bg_color.png);
	color: #2a2a2a;
	font: 12px georgia,"bitstream vera serif","times new roman",serif;
}
#bg{
	background: transparent url(img/body_bg_center.png) no-repeat top center;
	height: 100%;
	text-align: center;
}
#content{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding-top: 90px;
}
#topText{
	margin: 40px 0 60px 0;
	font-size: 18px;
	margin-left: 100px;
}
a:link.box,a:visited.box,a:hover.box{
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 230px;
	height: 140px;
	padding: 5px 10px;
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
	background: transparent url(img/box_bg.png) repeat-x bottom;
}
a:hover.box{
	border: 1px solid #4b4b4b;
	background: transparent url(img/box_bg_hover.png) repeat-x bottom;
}
a.box img{
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: none;
}
h1, h2, h3, h4{
	font-family: georgia, times new roman, helvetica;	
}
h1{
	font-size: 60px;
	font-weight: normal;
	margin: 25px 0 4px 0;
}
h2{
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 25px 0 4px 0;
}
h3{
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 25px 0 4px 0;
}
a.box h3{
	margin: 5px 0 4px 5px;	
}
a.box h3.subText{
	postition: relative;
	z-index: -1;
	margin: -5px 0 -10px 100px;
	font-size: 20px;
	color: #bdbdbd;
}
h4{
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 25px 0 4px 0;
}
p{
	width: 500px;
}
a.box p{
	width: auto;
	padding-right: 35px;
}
a:link, a:visited{
	color: #2a2a2a;
	text-decoration: none;
}
a:hover{
	color: black;
}
li{
	line-height: 170%;
}