/*  Layout Styles */
body {
	background-color:#eef0ef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page-wrapper {
height:100%;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:100%;
z-index:70;
}

body#home, .bg, .bg table, .bg td {
	height:100%;
	overflow:hidden;
	width:100%;
}

.bg .wrapper {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}

.bg td {
	text-align:center;
	vertical-align:middle;
}

.bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}

#background-images .bg {
	left:100%;
	position:absolute;
	top:0;
}

#background-images .bg-before {
	left:-100%;
	position:absolute;
	top:0;
}

#background-images .active {
	left:0;
	position:static;
}

.ign {
	background-image: url(images/ign.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:110;
}

.nav {
	height:53px;
	vertical-align:top;
}

.sidebar {
	width:250px;
	margin-right:20px;
	float:left;
}

.sidebarMessage {
	width:150px;
	margin-right:20px;
	float:left;
}

.content {
	float:right;
	width:630px;
	min-height:450px;
	}
	
.contentMessage{
	float:left;
	width:630px;
	min-height:450px;
	}

.postercontent {
	float: right;
	width: 750px;
	min-height: 450px;
}

.printcontent {
	min-height: 450px;
	width: 450px;
	float: right;
}
.printcontent2 {
	float: left;
	width: 900px;
	min-height: 450px;
}




/*  Text Styles */

p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	line-height:20px;
	color: #4D4F59;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 26px;
	font-weight:normal;
	color: #686749;
	margin-top:0px;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #686749;
	font-weight:normal;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #000000;
}

.smallSans {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #4D4F59;
}

.paintingZoom {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #4D4F59;
	text-align:right;
	font-weight:normal;
}

.paintingZoomLeft {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #4D4F59;
	font-weight:normal;
	line-height:0px;
}

.paintingCaption {
	text-align:center;
}

.sidebarMenu {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	line-height:15px;
	color: #4D4F59;
	margin-left:25px;
}

.copyright {
	color: #707070;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	letter-spacing:1px;
}

.text_small {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #686749;
}

.text {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #686749;
}

.text_large {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #686749;
}

.text_larger {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #686749;
}

.new {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #C60000;
}

.text_header {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #990000;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.photoTitle {
	margin-left:10px;
	}


/*  Link Styles */

a:link {
	color: #505050;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #505050;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*  Top Navigation Styles */
	
.navMain {
	color: #707070;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-weight:normal;
	letter-spacing:1px;
}

a.navMain:link {
	color: #707070;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	text-decoration: none;
	font-weight:normal;
}

a.navMain:visited {
	color: #707070;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	text-decoration: none;
	font-weight:normal;
}

a.navMain:hover {
	color: #484d5a;
	text-decoration: none;
	font-weight:normal;
}

a.navMain:active {
	color: #707070;
	text-decoration: none;
	font-weight:normal;
}


