body {	
	background-color:	#ffffff;
	background-image:	url("../../images/body-bg.jpg");
	background-repeat: 	repeat-x;
	background-attachment:	fixed;

	
	font-family:			arial;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			1.6em;
	text-align:				left;
	color: 					#070552;

	text-align:				center;
	
	padding:			0;
	margin-right:		auto;
	margin-left:		auto;
}

#container-outermost {
	background-color:	#ffffff;
	width:				1000px;
	
	margin-top:			-8px;
	margin-left: 		auto;
	margin-right:		auto;
	color:				#000000;
	
	text-align:			center;

	border:				0;
	border-bottom:		8px;
	border-color:		#B92530;
	border-style:		solid;	
}

#header-container {
	text-align:			left;
	width:				1000px;
	
	color:				#000;
	
	background-image:	url("../../images/potala-header.jpg");
	background-repeat: 	no-repeat;
	background-position: top left;

	
	border:				0;
	border-bottom:		2px;
	border-color:		#B92530;
	border-style:		solid;		
}

#header {
	text-align:			left;
	width:				1000px;
	color:				#000000;
}

#nav {
	text-align:			left;

	width:				980px;
	background-color:	#003366;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-right:			10px;
	padding-left:			10px;
}

#nav img { 
  vertical-align:	middle;
  padding:			5px;
}

a:link {
	text-decoration: none;
	color:			#B8C6D4;
	font: 			normal 100% 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
}
a:visited {
	text-decoration: none;
	color:			#B8C6D4;	
}
a:hover {
	text-decoration: none;
	color:			#1C75E4;		
}
a:active {
	text-decoration: none;
}

h1{
	font-size:	130%;
	font-style: strong;	
}

h2{
	font-size:	110%;
	font-style: strong;	
}

h3{
	font-size:	100%;
	font-style: strong;	
}

#container-main {

	width:				1000px;
	
	margin-left: 		auto;
	margin-right:		auto;

	padding-top:		20px;
	color:				#000000;
	
	text-align:			center;
	
	border:				0;
	border-top:			4px;
	border-color:		#B92530;
	border-style:		solid;		

}

#container-index-small-box {
	width:				1000px;
	text-align:			center;
	background:			#ffffff;
	padding-top:		20px;
}

#index-small-box {
	width:				230px;
	height:				250px;
	text-align:			justify;
	background:			#dddddd;
	margin-left:		5px;
	margin-right:		5px;
	padding:			5px;
	float:				left;
	color:			#000000;
	font: 			normal 100% 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;	
}

#index-small-box a:link {
	text-decoration: none;
	color:			#1C75E4;
	font: 			normal 100% 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
}
#index-small-box a:visited {
	text-decoration: none;
	color:			#1C75E4;	
}
#index-small-box a:hover {
	text-decoration: none;
	color:			#000000;		
}
#index-small-box a:active {
	text-decoration: none;
}

#index-donation-container {

	width:				460px;
	
	float:				left;

	margin-left: 		auto;
	margin-right:		auto;

	padding:			20px;
	color:				#000000;
	
	letter-spacing: 	0.1em;	
	text-align:			left;
	background:			#ffffff;
}

#index-thank-container {

	width:				460px;
	float:				right;	

	margin-left: 		auto;
	margin-right:		auto;

	padding:			20px;
	color:				#000000;
	
	letter-spacing: 	0.1em;	
	text-align:			left;
	background:			#ffffff;
}

#sub-container-left {
	width:				610px;
	float:				left;
	text-align:			justify;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-right:		20px;
	padding-left:		20px;
}


#sub-container-caption {
	width:			200px;
	border:			1px;
	border-color:	#B92530;
	border-style:	solid;	
	float:			left;
	margin-right:	5px;
	padding:		5px;
	font-size: 		90%;
	text-align:		left;
	line-height:	115%;
}
#sub-container-left img { 
	float:			left;
}

#sub-container-right {

	width:				320px;
	margin-left: 		auto;
	margin-right:		10px;
	float:				right;
	padding:			10px;
	text-align:			left;
	background-color:	#FAE6E6;	
}

#footer-contact{
	float:		left;
	color:		#eeeeee;
	width:		300px;	
	text-align:	left;
	font-size:	90%;
}

#footer{
	text-align:			left;
	color:				#eeeeee;
	width:				960px;	
	padding:			20px;
	clear:				both;
	background:			#333333;
	border:				0;
	border-top:			4px;
	border-color:		#B92530;
	border-style:		solid;	
	height:				100px;
	}