* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #ffffff;
	text-align: center;
}

.container {
	
	text-align: left;
	position: relative;
}

.pushing {
	width: 785px;
	margin: 0 auto 0 auto;
	position: relative;
}


/* Header Begin **********************************************************/
#banner {
	background: #C41200;
	height: 70px;
	position: relative;
	top: 0;
	left: 0;
}

#vag_logo a, #emily_carr_logo a, #vmc_logo a {
	text-indent: -9999px;
	overflow: hidden;
}

#vag_logo a {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/layout/vancouver_art_gallery.gif) no-repeat;
	height: 70px;
	width: 170px;
	display: block;
}

#emily_carr_logo a {
	position: absolute;
	top: 0;
	left: 171px;
	background: url(../images/layout/emily_carr.gif) no-repeat;
	height: 70px;
	width: 230px;
	display: block;
}

#vmc_logo a {
	position: absolute;
	top: 30px;
	right: 0;
	width: 125px;
	height: 40px;
	display: block;
}

#carr-en #vmc_logo a {
	background: url(../images/layout/vmc_logo_en.gif) no-repeat;
}

#carr-fr #vmc_logo a {
	background: url(../images/layout/vmc_logo_fr.gif) no-repeat;
}

#carr-en #top_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 142px;
	height: 20px;
}

#carr-fr #top_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 164px;
	height: 20px;
}

#top_nav ul {
	list-style: none;
	height: 24px;
}

#top_nav ul li {
	position: relative;
	float: left;
	padding: 0 0 0 6px;
	border-left: 1px solid #FFFFFF;
}

#top_nav #tlink_credits {
	border: none;
}
/* Header End ************************************************************/


/* Main Nav Begin ********************************************************/
#main_nav {
	border-bottom: 1px solid #C41200;
	height: 24px;
	position: relative;
	background: #ffffff;
	top: 0;
	left: 0;
}

#main_nav ul {
	position: relative;
	list-style: none;
	height: 24px;
	float: right;
}

#main_nav ul li {
	position: relative;
	float: right;
	padding-top: 4px;
	padding-left: 68px;
}

/* Main Nav End **********************************************************/


/* Main Section Begin ****************************************************/
#main {
	position: relative;
	top: 0;
	left: 0;
}

#column1 {
	position: relative;
	float: left;
	width: 171px;
	background: url(../images/layout/dotted.gif) repeat-y 170px 0px;
}

#column2 {
	position: relative;
	float: left;
	margin: 0 0 0 -1px;
	width: 615px;
	background: url(../images/layout/dotted.gif) repeat-y 0px 0px;
}

/* Main Section End ******************************************************/



/* Sidebar Begin *********************************************************/
#sidebar {
	width: 150px;
	margin: 42px 0 0 0;
	padding: 0 0 15px 0;
}

/* Sidebar End ***********************************************************/


/* Content Begin *********************************************************/
#content {
	padding: 40px 0px 15px 20px;
}

#print {
	position: absolute;
	top: 10px;
	right: 0;
	height: 16px;
	width: 43px;
}

#print a {
	background: url(../images/printer_icon.gif) no-repeat;
	width: 43px;
	height: 14px;
	display: block;
}

#print a span {
	padding: 0 0 0 20px;
	position: relative;
}

#pdf {
	position: absolute;
	top: 10px;
	right: 0;
	height: 16px;
	width: 280px;
	text-align: right;
}

#pdf a {
	position: absolute;
	top: 0;
	right: 0;
	height: 14px;
	display: block;
}

#pdf a span {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding: 0 0 0 20px;
	position: relative;
}

a#backButton {
	width: 180px;
	height: 15px;
	background: url(../images/layout/enlarged_version_arrow.gif) no-repeat 0px 1px;
	padding: 0 0 0 23px;
	display: block;
	text-decoration: none;
	color: #C41200;
}

#img_col {
	position: relative;
	float: left;
	width: 210px;
}

#text_col {
	position: relative;
	float: left;
	width: 380px;
}

#text_col_large {
	position: relative;
	width: 494px;
}

#blockout {
	position: relative;
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #000000;
	z-index: 100;
}
/* Content End ***********************************************************/


/* Footer Begin **********************************************************/
#footer {
	clear: both;
	background: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	height: 29px;
	border-top: 1px solid #C41200;
}

#footer ul {
	position: absolute;
	top: 7px;
	left: 165px;
	list-style: none;
	list-style-position: outside;
}

#footer ul li {
	float: left;	
	height: 13px;
	padding: 0 7px 8px 0;
}

#footer #l-siteMap {
	margin: 0 0 0 5px;
}

#footer #l-terms {
	background: url(../images/layout/foot_pipe_bl.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
}

#footer p {
	position: absolute;
	top: 7px;
	left: 380px;
}

#carr-en #footer ul { left: 165px; }
#carr-en #footer p { left: 380px; }
#carr-fr #footer ul { left: 157px; }
#carr-fr #footer p { left: 388px; }

/* Footer End ************************************************************/