/* St. Thomas Knanaya Church CSS Sheet */
/* Created By: Ajish Abraham 4/8/2006 */
*{

}



body {
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #020B29;
	padding: 0px;
}

#heading {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 151px;
	background-color: #336699;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 764px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
}

html>body #main {
width: 760px;
}

#nav {
	background-color: #003162;
	height: 100%;
	width: 160px;
	float: left;

}

#nav ul{
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	font-size: 80%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #fff;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}


#nav ul li a:hover, #nav ul li a:focus {
	background-color: #006699;
}

#content {
	width: 600px;
	float: right;
	padding: 5px 15px 10px 15px;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(images/crest_bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 760px;
}

body#index #content {
	background-image:none;
}

html>body #content {
width: 570px;
}

#content h1{
	color: #003399;
	display: block;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.7em;
	margin-top: 0px;
	border-bottom: #003399 1px solid;
}

#content h2{
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 4px;
	color:#003399;
}

#content h3{
	font-size: 1.0em;
	padding-bottom: 0px;
	margin-bottom: 3px;
	color: #003399;
}

#content p, #content ul, #content ol{
	margin-top: 2px;
	font-size: 0.8em;
	line-height: 1.3em;
}


p.intro{
	text-align: center;
	text-indent: 0px;
	padding: 10px;
}

h4.intro{
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000000;
}

h5.intro{
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	padding-top: 2px;
	color: #000000;
	padding-bottom: 15px;
}

p.news{
	margin-left: 25px;
	text-indent: 0px;
}

#content a{
	color: #003399;
}

#content a:hover{
	color: #666666;
}

#content a:visited{
	color: #003366;
}

.footer{
	display: block;
	text-indent: 0px;
	text-align: right;
	border-top: #003399 1px solid;
	margin-top: 25px;
}

a.footer {
	padding-top: 5px;
	text-decoration: none;
	font-size: 0.9em;
}

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

a.footer:visited {
	color: #666666;
}

#copyright {
	width: 760px;
	clear: both;
	color: #fff;
	background-color:#000066;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

#copyright p{
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
}

.picborder{
	border: thin solid #000000;
}

