* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Helvetica, Arial, Verdana, sans-serif;
	line-height: 120%;
	padding-top: 35px;
}
html>body {font-size: 12px;}

a {
	color: #33037D;
	text-decoration: underline;
	border: none;
}
td {
	border-bottom: 1px #000000 solid;
	padding-bottom: 2px;
}

img {
	border-style: none;
}
h1 {
	margin: 0px;
	color: #000000;
	font-size: 140%;
	font-weight: normal;
	padding-left: 63px;
	padding-bottom: 20px;
	line-height: 120%
}

h2 {
	margin: 0px;
	color: #003b75;
	font-size: 115%;
	padding-top: 10px;
	padding-left: 63px;
}
#pagewrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#pagewrapper-home {
	background: url(images/home-background.jpg) no-repeat;
	width: 1002px;
	height: 723px;
	margin: 0px auto;
	position: relative;
}

#header {
	background: url(images/karuna-institute-header.jpg) no-repeat;
	height: 155px;
	margin: 0px auto;
}

#header-home h1 {
	color: #ffffff;
	font: 250% 'ACaslonPro', 'Adobe Caslon Pro', Georgia, Garamond,  Serif;
	padding-left: 163px;
	padding-top: 70px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}
#header-home h2 {
	color: #ffffff;
	font: 130% 'ACaslonPro', 'Adobe Caslon Pro', Georgia, Garamond,  Serif;
	padding-left: 165px;
	padding-top: 0px;
	letter-spacing: 1px;
}

#content-home {
	padding-top: 20px;
}
#content-home h2 {
	color: #ffffff;
	font: 140%  'ACaslonPro', 'Adobe Caslon Pro', Georgia, Garamond,  Serif;
	padding-left: 165px;
	padding-top: 0px;
	letter-spacing: 1px;
}
#content-home p {
	font-size: 110%;
	color: #ffffff;
	padding: 10px 165px 0px 165px;
	line-height: 140%
}
#homecontact {
	font-size: 110%;
	color: #ffffff;
	text-align: right;
	padding: 0px 75px 0px 65px;
	line-height: 140%
}
#homecontact a {
	color: #ffffff;
}



#container {
	background: url(images/middle.jpg) repeat-y;
	min-height: 685px;
}
#content {
	position: absolute;
	top: 200px;
	left: 250px;
	width: 500px;
}

#content p {
	padding-top: 10px;
}


/* ===== NAVIGATION ===== */

#navigation {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 200px;
	height: 600px;
}
#navigation p {
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
}




/* ===== NEWS ===== */

#news {
	float: right;
	width: 260px;
	padding-top: 14px;
}
#news .content {
	background: url(images/news-middle.jpg) no-repeat;
}
#news .content p {
	padding: 0px 20px;
}
#news .content a {
	color: #33037D;
	text-decoration: underline;
	border: none;
}

#news h2 {
	background: url(images/news-top.jpg) no-repeat;
}

/* ===== Menu ===== */

#header .menu {
	width: 755px;
	height: 31px;
	padding-top: 40px;
	padding-left: 235px;
}
#header .menu ul {
	height: 31px;
}
#header .menu li {
	float: left;
	list-style: none;
	width: 95px;
	height: 31px;
}
#header .menu li a {
	display: block;
	padding-top: 7px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#header .menu li a.current {
	color: #003b75;
	font-weight: bold;
	padding-bottom: 3px;
}
#header .menu li a:hover {
	color: #003b75;
	padding-bottom: 3px;
	height: 31px;
	width: 95px;
}	

/* ===== Footer ===== */

#footer {
	background: url(images/footer.gif) no-repeat;
	font: 80% Helvetica, Arial, Verdana, sans-serif;
	color: #5c779a;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: right;
	padding-right: 60px;
}
#footer a {
	color: #6a85a8;
}

#bottom {
	background: url(images/footer.jpg) no-repeat;
	height: 32px;
}

.clear {
	clear: both;
}

