html, body {
	background-image: url('images/bg.gif');
	margin: 0;
	padding: 0;
}
.container {
	width: 734px;
	height: 100%;
	margin: 0 auto;
	padding: 0 3px;
	background-image: url('images/bg_inner.gif');
	background-repeat: repeat-y;
}
#headerFlash {
	width: 728px;
	height: 90px;
}
#headerFlash h1 {
	font: bold 20px tahoma,sans-serif;
	color: #555;
	display: block;
	width: 390px;
	padding-top: 18px;
	margin: auto;
}
#navigationFlash {
	float: left;
	width: 200px;
	height: 493px;
	background-color: #97C835;
}
#navigationFlash ul li {
	font: bold 11px tahoma,sans-serif;
}
#navigationFlash ul li a {
	color: #eee;
	text-decoration: none;
	line-height: 19px;
}
#navigationFlash ul li a:hover {
	color: #36F;
	text-decoration: underline;
}
#contentRegion {
	float: left;
	width: 528px;
	height: 492px;
	border-top: 1px solid #80AA2A;
	background-color: #97C835;
}
#contentContainer {
	position: relative;
	margin-top: 17px;
	width: 512px;
	height: 470px;
	background-image: url('images/bg_content.png');
	background-repeat: no-repeat;
}
#sectionFlash {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 180px;
	height: 68px;
	background-image: url('images/section_flash.png');
	background-repeat: no-repeat;
}
#sectionContact {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 270px;
	height: 68px;
	background-image: url('images/section_contact.png');
	background-repeat: no-repeat;
}
#sectionResume {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 270px;
	height: 68px;
	background-image: url('images/section_resume.png');
	background-repeat: no-repeat;
}
#sectionWeb {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 253px;
	height: 68px;
	background-image: url('images/section_web_ui.png');
	background-repeat: no-repeat;
}
#sectionPhoto {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 207px;
	height: 68px;
	background-image: url('images/section_photo.png');
	background-repeat: no-repeat;
}
#sectionPrint {
	position: absolute;
	top: 344px;
	left: 168px;
	text-indent: -999em;
	width: 170px;
	height: 68px;
	background-image: url('images/section_print.png');
	background-repeat: no-repeat;
}
.section {
	font: bold 14px tahoma,sans-serif;
	color: #555;
	display: block;
	margin: 14px 0px;
	float: left;
	width: 100%;
}
.bulletList {
	float: left;
	width: 134px;
	background-image: url('images/bg_divider.png');
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
}
.bulletList dt {
	font: bold 11px tahoma,sans-serif;
	color: #333;
	margin-bottom: 11px;
}
.bulletList dd {
	margin: 0;
}
.bulletList dd ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: disc;
}
.bulletList dd ul li {
	font: bold 11px tahoma,sans-serif;
	color: #999;
	line-height: 14px;
}
.padDiv {
	padding: 0px 12px;
	padding-top: 12px;
}
.scrollContent {
	float: left;
	width: 340px;
	height: 330px;
	overflow: auto;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.scrollContent p {
	margin: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.print a {
	width: 156px;
}
.web a {
	width: 156px;
}
.photo a {
	width: 156px;
}
.flash a {
	margin-right: 20px;
}
#resume {
	padding-left: 14px;
	padding-top: 5px;
}
.scrollContent a {
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
}
.scrollContent a img {
	border: 3px solid #197FDC;
	padding: 5px;
	margin: 4px auto;
	z-index: 10;
	display: block;
}
.scrollContent a:hover img {
	border: 3px solid #DC1942;
}
#advertising {
	text-indent: -999em;
	background-image: url(samples/flash/advertising.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 29px;
}
#applications {
	text-indent: -999em;
	background-image: url(samples/flash/applications.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 31px;
}
#games {
	text-indent: -999em;
	background-image: url(samples/flash/games.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 25px;
}
#footer {
	width: 728px;
	padding-top: 11px;
	clear: both;
	border-top: 7px solid #698E20;
	background-color: #FFF;
}
.extraContainer {
	margin-left: 120px;
}
#iconsContainer {
	float: left;
	text-indent: -999em;
	margin-top: 5px;
	width: 180px;
	background-image: url('images/bg_icons.png');
	background-repeat: no-repeat;
}
#iconsContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemapContainer {
	float: left;
	height: 95px;
	width: 180px;
	background-image: url('images/bg_divider.png');
	background-repeat: repeat-y;
	padding-left: 18px;
}
.sitemapContainer strong {
	display: block;
	font: bold 11px tahoma,sans-serif;
	color: #333;
	margin-bottom: 11px;
}
.sitemapContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sitemapContainer ul li {
	padding-left: 0;
	font: bold 11px tahoma,sans-serif;
	line-height: 14px;
}
.sitemapContainer ul li a {
	color: #999;
	text-decoration: none;
}
.sitemapContainer ul li a:hover {
	color: #36F;
	text-decoration: underline;
}
.br10 {
	clear: both;
	font-size: 10px;
	height: 10px;
}
#copyright {
	clear: both;
	width: 706px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 1px solid #B5B5B5;
	height: 35px;
	font: normal 10px trebuchet,sans-serif;
	color: #494949;
	text-align: center;
}
.footerLine {
	border-bottom: 1px solid #B5B5B5;
	font: normal 10px trebuchet,sans-serif;
	color: #494949;
	text-align: center;
}
.copied {
	border: 1px solid #DC1942;
	padding: 2px;
}
.linksList {
	padding-top: 20px;
	padding-left: 30px;
	font: bold 26px trebuchet,sans-serif;
	color: #494949;
}
.linksList a {
	color: #197FDC;
	text-decoration: none;
}
.linksList a:hover {
	color: #DC1942;
	text-decoration: underline;
}
.homeImg {
	float: left;
	padding-top: 21px;
	height: 280px;
}
.homeNews {
	padding: 21px 0 0 17px;  
	width: 155px;
	margin-right: 11px;
	float: left;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #878787;
	height: 280px;
}
.homeNews strong {
	font-size: 16px;
}
.homeNews em {
	font-size: 10px;
}
.homeNews a {
	color: #2E6FF4;
	text-decoration: none;
}
.homeNews a:hover {
	text-decoration: underline;
}
.homePhoto {
	padding: 5px 0 0 8px;  
}
.homeTitle {
	padding: 10px 0 0 7px;
}
.popInfo {
	margin-left: 25px;
}
.popInfo h1 {
	font: bold 22px trebuchet,sans-serif;
	margin: 0;
	color: #000;
}
.popInfo h2 {
	font: bold 15px trebuchet,sans-serif;
	margin: 0;
	color: #666;
}
.popInfo ul {

}
.popInfo ul li {
	font: normal 13px trebuchet,sans-serif;
}
.popInfo ul li a {
	color: #36F;
	text-decoration: none;
}
.popInfo ul li a:hover {
	color: #DC1942;
	text-decoration: underline;
}
.popTitle b {
	font: bold 13px trebuchet,sans-serif;
	color: #000;
}
.popTitle a {
	font: bold 12px trebuchet,sans-serif;	
	color: #36F;
	text-decoration: none;
}
.popTitle a:hover {
	color: #DC1942;
	text-decoration: underline;
}
.hide {
	display: none;
}
.info {
	background-color: #fff;
	color: #666;
	border: 1px solid #999;
	padding: 3px;
	font: normal 11px trebuchet,sans-serif;
	position: absolute;
	bottom: 16px;
	left: 0px;
	z-index: 100;
	width: 95%;
	text-decoration: none;
	text-align: center;
}