html, body {
	padding: 0px;
	margin: 0px;
	background: #5b0000 url(images/backBot.gif) repeat-x bottom left;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #870000;
	margin-left: 28px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #424242;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #870000;
}

h3 small {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #870000;
	text-decoration: none;
}

a:hover {
	color: #BF0404;
	text-decoration: underline;
}

a:visited {
	/* */
}

a:active {
	/* */
}

#header {
	background: url(images/backTop.gif) repeat-x top left;
	height: 137px;
}

#headerCenter {
	width: 866px;
	height: 137px;
	background: url(images/backTopCenter.gif) no-repeat top left;
	margin: auto;
}

#content {
	background-color: #FFFFFF;
}

#contentFootBack {
	width: 866px;
	background: url(images/backCenterFoot.gif) no-repeat bottom left;
	padding-bottom: 20px;
}

#contentCenter {
	width: 866px;
	background: url(images/backCenter.gif) repeat-y top left;
	margin: auto;
	padding: 20px 0px 0px 0px;
}

#contentBodyHome {
	margin-left: 28px;
	width: 396px;
	float: left;
	text-align: justify;
}

.firstH2 {
	margin-top: 30px;
}

#contentBodyRight {
	margin-left: 20px;
	width: 394px;
	float: left;
	text-align: justify;
}

#sidebarHome {
	width: 434px;
	float: left;
	background: url(images/backSidebarHome.gif) no-repeat top left;
}

#contentBodyBlog {
	margin-left: 28px;
	width: 546px;
	float: left;
	text-align: justify;
}

#sidebarBlog {
	width: 284px;
	float: left;
	background: url(images/backSidebar.gif) no-repeat top left;
}

/*
.sidebar ul {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	padding-left: 0px;
}

.sidebar li {
	padding: 3px 0px 3px 0px;
	border-top: #870000 dotted 1px; 
}

.blogLink {
	padding: 0px 29px 0px 29px;
	background: url(images/iconBlog.gif) no-repeat 10px 0px;
	display: block;
}
*/

#sidebarBlog ul {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	padding-left: 0px;
}

#sidebarBlog li {
	padding: 0px;
}

#sidebarBlog h2 {
	padding-left: 10px;
}

#sidebarBlog ul li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebarBlog li ul li {
	padding: 3px 10px 3px 10px;
	border-top: #870000 dotted 1px; 
}

#sidebarHome h2 {
	margin-left: 30px;
}

#footer {
	background: none;
	border-top: #000000 solid 1px;
}

#footerCenter {
	width: 866px;
	margin: auto;
}

#footerNav {
	padding: 5px 0px 5px 28px;
	color: #c09494;
	font-size: 10px;
}

#footerNav a {
	color: #FFFFFF;
}

#topNav {
	height: 26px;
}

#topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 28px;
}

#topNav li {
	float: left;
	height: 26px;
	padding: 0px 5px 0px 0px;
}

#topNav a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 26px;
	float: left;
	padding: 0px;
}

#topNav a span {
	text-decoration: none;
	display: block;
	height: 26px;
	padding: 8px 6px 0px 6px;
}

#topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav .selected a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/tabLeft_a.gif) no-repeat top left;
	display: block;
	height: 26px;
	float: left;
	padding: 0px;
}

#topNav .selected a span {
	text-decoration: none;
	background: url(images/tabRight_a.gif) no-repeat top right;
	display: block;
	height: 26px;
	padding: 8px 6px 0px 6px;
}

#topNav .selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nothingButLogo {
	margin-left: 28px;
	margin-top: 19px;
}

.clear {
	clear: both;
}

.sidebar ul {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	padding-left: 0px;
}

.sidebar li {
	padding: 3px 0px 3px 0px;
	border-top: #870000 dotted 1px; 
}

.blogLink {
	padding: 0px 29px 0px 29px;
	background: url(images/iconBlog.gif) no-repeat 10px 0px;
	display: block;
}

.twitterLink {
	padding: 0px 29px 0px 29px;
	background: url(images/iconTwitter.gif) no-repeat 10px 0px;
	display: block;
}

.linkedInLink {
	padding: 0px 29px 0px 29px;
	background: url(images/iconLinkedIn.gif) no-repeat 10px 0px;
	display: block;
}

.facebookLink {
	padding: 0px 29px 0px 29px;
	background: url(images/iconFacebook.gif) no-repeat 10px 0px;
	display: block;
}

.input {
	padding: 3px;
	border: #333333 solid 1px;
	margin-bottom: 10px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.projectLeft {
	width: 396px;
	float: left;
	margin-right: 20px;
}

.projectRight {
	width: 394px;
	float: left;
}

.projectRight h2 {
	margin-top: 0px;
}

.project {
	padding-bottom: 30px;
}

#fadeBack {
	background-color: #FFFFFF;
	z-index: 50;
	width: 100%;
	height: 100%;
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px;
}

#rolloverThumb {
	z-index: 20;
	width: 1px;
	height: 1px;
	background: #FFFFFF url(images/loading.gif) center no-repeat;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	border: #870000 solid 1px;
}

#theThumbLabel {
	background-color: #870000;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	padding: 3px;
}

#enlargedImage {
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

#enlargedImageLabel {
	background-color: #870000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
}

.smallFeature {
	float: left;
	width: 99px;
	height: 125px;
}

#headerMovie {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: block;
	
	/*background-color: #FF9900;*/
}
