@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

dl, dt, dd {font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666;
}

ul, ol, li {font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666;
}

a {font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #00F;
	text-decoration: underline;
}

#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#col1 img {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col1 {
	position: absolute;
	width: 1200px;
	left: auto;
	top: auto;
	border: 1px solid #9A4353;
	background-color: #FFF;
}

body {
	background-color: #FCC;
	margin: 0px;
	padding: 0px;
}

#header {
	margin-top:0px;
	height:118px;
	position:relative;
	background:url(../images/sakyadhita.jpg) no-repeat 100% 100%;
	text-align: left;
	}
#logo {
	margin:10px;
	width:106px;
	height:108px;
	float:left;
	background:url(../images/logo_sakyadhita.jpg) no-repeat 0 0;
	}

	/*
 * Links    #0051a8 is a bright tone of a dark slate blue
 */
:link { text-decoration:none; color:#00f; }						/* for unvisited links */
a:active { text-decoration:none; color:#00f; }					/* when link is clicked */
a:hover { text-decoration:none; color:#000000; }				/* when mouse is over link */
:visited { text-decoration:none; color:#00f; }					/* for visited links */
:visited:hover { text-decoration:none; color:#000000; }		/* when mouse is over link */



#nav { background:#fcc; }
#nav ul {
	float:left;
	margin-left:10px;
	padding-left:10px;
	height:50px;
	background:#fcc;
	}
#nav ul li {
	float:left;
	margin-left:10px;
	padding-left:10px;
 }
#nav ul li a {
	float:left;
	height:44px;
	margin-right:10px;
	padding:10px;
	padding-top:16px;
	background:none;
	color:#c2dcea;
	font:bold 14px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
#nav ul li a:hover {
	color:#50749C;          /* slate blue*/
	text-decoration:none;
	}
#nav ul li.selected a {

	color:#054d74;                      /*  dark slate blue grey */
	}

#indent { margin:10px; padding 10px;}