body {
	margin: 0px;
	padding: 0px;
	background-color: #e3ab7a;
	background-image: url(/images/global/7_symbols_bg_glow.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	text-align: center;
	font-family: georgia, serif;
}

/******* GLOBAL *******/

.containerDiv {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	
	background-color: #ffffff;
	text-align: left;
}


/* HEADER */

#banner {
	z-index: 2;
	height: 150px;
	width: 960px;
/*	padding-top: 83px;*/
	background-image: url(/images/header/Rinpoche_banner_wide_plain.jpg);
	font-size: 14px;

}

#banner a:link, #banner a:visited  {
	color: white;
}

#headerGlow {
	position: absolute;
	top: 0px;
	width: 1074px;
	height: 100px;
	z-index: 1;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/header/header_bg.gif);
	background-position: center center;
}

#mainNav {
	padding-top: 128px;
/*	float: left;*/
}

#mainNav ul {
	padding-left: 3px;
}

#mainNav li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

#langChoice ul {
	padding-right: 20px;
}

#langChoice {
	padding-top: 92px;
	float: right;
}

#langChoice li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}


/* FOOTER */

#footer {
	width: 940px;
	height: 20px;
	padding: 10px 10px 5px 10px;
}

.contactFooter {
	font-size: 14px;
	font-family: georgia, serif;
	background-color: #9B0707;
	color: white;
}

#footerLinks {
	float: left;
}

#footerEmail {
	float:right;
}


/* Links */

a:link {
	color: #069;
	border: 0px;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.whiteLink:link {
	color: #ffffff;
	border: 0px;
	text-decoration: none;
}

a.whiteLink:visited {
	color: #ffffff;
	border: 0px;
	text-decoration: none;
}

a.whiteLink:hover {
	text-decoration: underline;
}


/* ELEMENTS */

img {
	border-width: 0px;
}

img.visBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

