/* General Html/CSS
----------------------------------------------- */

body {
	margin: 0;
	padding-left: 30px;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
p {
	line-height: 135%;
	margin:0px;
	padding:0px;
}
h1, h2 {
	font-weight: normal;
}
a {
	color: #00AACC;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
}
li, ul {
	list-style-type: none;
}

/* Header Area
----------------------------------------------- */

#header {
	width: 954px;
	height: 150px;
	padding:0px;
}
#logo {
	float: left;
	padding: 15px 0 0 0px;
}
.gettylogo {
	padding: 20px 0px 30px 30px;
}


/* Page Container
----------------------------------------------- */

#page {
	width: 954px;
}

/* Main Content Area
----------------------------------------------- */

#content {
	float: right;
	width: 700px;
	padding: 0px;
	margin: 0px;
}

/* Sidebar Area
----------------------------------------------- */

#sidebar {
	float: left;
	width: 246px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Intro/Feature Area
----------------------------------------------- */

#greetings {
	background-color: #FFF;
	margin-bottom: 8px;
	height: auto;
	float: left;
	width: 246px;
}


#intro {
	background-color: #00AACC;
	padding-bottom: 15px;
	height: 260px;
}

*:first-child+html #intro{ 
	background-color: #00AACC;
	padding-bottom: 0px;
	height: auto;
}
#intro .btm {
	clear: both;
	background: url(images/cornerblue_top.gif) no-repeat left top;
	
}

#intro p {
	padding:10px;
	color:#FFF;
}
#intro a {	
	color:#FFF;
	font-weight: bold;
}

#featured {
	background: #00AACC url(images/featuredbackground.gif);
	margin-bottom:0px;
}
#featured p {
	padding:10px;
	color:#000;
}
#featured a {
	padding:10px;
	color:#FFF;
	font-weight: bold;
}

#featured .btm {
	clear: both;
	background: url(images/cornerblue_bottom.gif) no-repeat left bottom;
}




/* Sidebar Ads Area
----------------------------------------------- */
#advertisements {
	float: left;
	width: 246px;
}
.ads {
	margin-bottom: 8px;
}

*:first-child+html .ads{ 
     margin-bottom: 8px;
}

.adsLast {
	margin-bottom: 0px;
}


/* Main Flash Area
----------------------------------------------- */

.flash {
	padding-bottom: 8px;
}


/* Main Two Columns Area
----------------------------------------------- */

.two-columns {
	clear: both;
	background: url(images/twocol_background.gif) repeat-y;
	
}

.two-columnsone {
	clear: both;
	background: url(images/twocol_backgroundone.gif) repeat-y;
	width: 346px;
	
}
.two-columns .columnA, .two-columns .columnB {
	width: 346px;

}


.two-columns .columnA {
	float: left;
}

.two-columnsone .columnA {
	float: left;
}


.two-columns .columnB {
	float: right;
}

.two-columnsone .columnB {
	float: right;
}


.two-columns .btm {
	clear: both;
	background: url(images/twocol_bottom.gif) no-repeat left bottom;
}

.two-columnsone .btmone {
	clear: both;
	background: url(images/twocol_bottomone.gif) no-repeat left bottom;
}
.columncontent {
	padding: 10px 14px 10px 14px;

}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	height: 30px;
	margin-top: 10px;
	padding-top: 20px;
	background: url(images/footerline.gif) no-repeat;
	text-align: left;
}

