body {
	color: #585858;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	background-image: url(background.png);
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}
b {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	margin-left: 20px;
	color: #474747;
	margin-top: 14px;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	color: #474747;
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
dl {
}
dt {
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
}
dd {
	margin-left: 0px;
}
#header {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 30px;
	height: 102px;
	width: 802px;
	background-repeat: no-repeat;
	background-image: url(header.png);
}

#nav ul {
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-top-width: 0px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #515151;
	height: 45px;
	width: 800px;
}
#nav ul li {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #515151;
	border-left-color: #515151;
	border-right-width: 1px;
	font-size: 15px;
	border-left-width: 1px;
	color: #585858;
	list-style-type: none;
	float: left;
	padding-top: 15px;
	text-transform: uppercase;
	text-align: center;
	height: 30px;
	width: 198px;
	background-repeat: repeat-x;
	background-image: url(normalTab.png);
}
#nav ul li:hover {
	background-image: url(hoverTab.png);
}
#nav ul li.navActive {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #515151;
	border-left-color: #515151;
	border-right-width: 1px;
	font-size: 15px;
	border-left-width: 1px;
	color: #f4f4f4;
	list-style-type: none;
	float: left;
	padding-top: 15px;
	text-transform: uppercase;
	text-align: center;
	height: 30px;
	width: 198px;
	background-repeat: repeat-x;
	background-image: url(activeTab.png);
}

#scrollHolder {
	padding: 0;
	margin: auto;
	width: 802px;
}

#pageContentHolder {
	min-height: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-top: 15px;
	margin: 0;
	color: #444444;
	border-right-color: #515151;
	border-left-color: #515151;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	background-repeat: repeat-x;
	background-color: #ebebeb;
	background-image: url(contentbg.png);
}

#footer {
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-top: auto;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-image: url(footer.png);
	height: 22px;
	width: 802px;
}
.galleryTitle {
	margin-bottom: 5px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.gallery {
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-width: 0px;
}
.iPhoneThumbnailIcon {
	border-width: 0px;
	margin-left: 0px;
	padding: 2px;
	margin-right: 0px;
	height: 120px;
	width: 120px;
}
.iPhoneThumbnail {
	margin-left: 10px;
	margin-right: 0px;
	height: 120px;
	width: 120px;
	border-color: #2b2b2b;
	border-style: solid;
	border-width: 2px;
	background-color: #9e9e9e;
}
.webThumbnail {
	margin-right: 10px;
	width: 176px;
	height: 120px;
	border-color: #585858;
	border-style: solid;
	border-width: 2px;
	background-color: #9e9e9e;
}
.flickrThumbnail {
	height: 120px;
	width: 120px;
	border-color: #585858;
	border-style: solid;
	border-width: 2px;
	background-color: #9e9e9e;
}
.developmentDL {
	margin-left: 40px;
}
#browserWarning {
	background-color: #aa0101;
	padding: 10px;
	min-height: 30px;
	font-size: 12px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #515151;
	color: white;
	border-right-color: #515151;
	border-left-color: #515151;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
}
table {
	background-color: #333333;
	border-width: 0px;
}
thead {
	font-weight: bold;
	margin: 0px;
	background-color: #aaaaaa;
	border-width: 0px;
}
thead td {
	font-weight: bold;
	margin: 0px;
	background-color: #aaaaaa;
	border-width: 0px;
}
tr {
	background-color: #dddddd;
	border-width: 0px;
}
tr:hover {
	margin: 0px;
	background-color: #cccccc;
	border-width: 0px;
}
td {
	margin-right: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.code {
	border-color: #aaaaaa;
	border-style: groove;
	border-width: 3px;
	color: #333333;
	margin-top: 30px;
	width: 710px;
	background-color: white;
	padding: 15px;
}
