* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bodyBkgd.gif);
	background-repeat: repeat-x;
}
a {
 color:#54ADC1;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left:-400px;
	border: 1px solid #000000;
	background-image:url(/images/filigreeBottom.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#header {
	width:800px;
	height:245px;
	display:block;
}
#home #header {
	background-image:url(/images/banners/headerHome.jpg);
	background-repeat:no-repeat;
}
#packages #header {
	background-image:url(/images/banners/headerPackages.jpg);
	background-repeat:no-repeat;
}
#navigation {
	width:200px;
	padding-left:19px;
	background-image:url(/images/smallPhoto.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
p {
	padding-bottom:12px;
	padding-top:3px;
}
#contact {
	padding-bottom:390px;
	display:block;
}
.headlines {
	padding-top: 15px;
	display:block;
}
#text {
	display:block;
	float:right;
}
.clear {
	clear:both;
}
#home #text .padding,
#packages #text .padding {
	padding-right:19px;
}
td.mission {
	width:200px;
	vertical-align:top;
	text-align:right;
	line-height:18px;
}
td.spacer {
	width:19px;
}
td.demo {
	width:320px;
	vertical-align:top;
}
#work {
	width:370px;
	margin-top:25px;
	margin-bottom:25px;
}
#work a {
	width:144px;
	height:96px;
	margin-right:30px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:0px;
	border: 1px solid #000000;
	padding:0px;
	overflow:hidden;
	display:inline;
	float:left;
}
#demoReel {
	border: 1px solid #000000;
	width:320px;
	height:240px;
	margin-top:10px;
}
.col { 
	width:260px; 
	vertical-align:top;
}
.col ul {
	margin-left:25px;
}
.col li {
	padding-top: 2px;
	padding-bottom:2px;
}
.col p {
	line-height:16px;
	padding-left:25px;
}
.price {
	font-size:16px;
	text-align:right;
}
.savings {
	text-align:right;
	padding-top:5px;
}
#home #navigation a.home,
#packages #navigation a.packages {
	cursor:default;
}