﻿/* HTML */

body
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans" , Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	background: url(images/background.jpg) no-repeat top left #f1f1f1;
}


#headerCenterBox, #contentCenterBox, #footerCenterBox
{
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

/* HEADER */

#headerCenterBox
{
	width: 960px;
	margin-left: -480px;
	height: 310px;
}

#header
{
	position: relative;
	background: url(images/backgroundTop.png) repeat-x;
}

#header .logo
{
	position: absolute;
	width: 528px;
	height: 63px;
	text-indent: 528px;
	overflow: hidden;
	white-space: nowrap;
	top: 100px;
	left: 49px;
	background: url(images/headlineNameBlue.png) no-repeat;
}

#header .profilePicture
{
	position: absolute;
	width: 117px;
	height: 128px;
	top: 140px;
	right: 315px;
	background: url(images/profilePic.png) no-repeat;
}

#header .headlineText
{
	position: absolute;
	width: 455px;
	height: 70px;
	top: 208px;
	left: 50px;
	color: #666;
	line-height: 1.5em;
	text-shadow: #fff 0px 1px 0px;
}

#header #copy
{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 129px;
	white-space: nowrap;
	top: 30px;
	left: -50px;
	width: 129px;
	height: 86px;
	background: url(images/copy.png) no-repeat;
}

#header #ichatButton
{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 64px;
	white-space: nowrap;
	top: 90px;
	right: 190px;
	width: 64px;
	height: 58px;
	background: url(images/ichatButton.png) no-repeat;
}

#header .creatures
{
	position: absolute;
	width: 138px;
	height: 170px;
	bottom: 0;
	right: 110px;
	background: url(images/creatures.png) no-repeat;
}

/* CONTENT */

#contentCenterBox
{
	width: 960px;
	margin-left: -480px;
	height: 280px;
	background-color: #9fc5bb;
}

#content
{
	position: relative;
	overflow: hidden;
}

#content .threeColumns .column
{
	width: 239px;
	height: 258px;
	float: left;
	margin: 0 0 0 45px;
	padding-top: 50px;
	line-height: 1.4em;
	color: #fff;
	text-shadow: #4fb2e4 0px -1px 0px;
}

#content .threeColumns .columnFirst
{
	margin-left: 50px;
	background: url(images/dottedArrow-left.png) no-repeat 100% 28px;
}

* html #content .threeColumns .columnFirst
{
	margin-left: 25px;
	background: url(images/dottedArrow-left.png) no-repeat 100% 28px;
}

#content .threeColumns .columnSecond
{
	background: url(images/dottedArrow-right.png) no-repeat 100% 28px;
}

#content .threeColumns .columnLast
{
	width: 292px;
	margin-right: 50px;
	background: none;
}

#content #galleryButtonPrev
{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 43px;
	white-space: nowrap;
	top: 35px;
	right: 94px;
	width: 43px;
	height: 43px;
	background: url(images/buttonPrev.png) no-repeat;
}

#content #galleryButtonNext
{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 39px;
	white-space: nowrap;
	top: 34px;
	right: 50px;
	width: 39px;
	height: 43px;
	background: url(images/buttonNext.png) no-repeat;
}

#content #corner
{
	position: absolute;
	display: block;
	top: -1px;
	left: -12px;
	width: 96px;
	height: 111px;
	background: url(images/corner.png) no-repeat;
}

/* FOOTER */


.chetanaheadtext
{
	font-family: Verdana;
	font-size: 13px;
	color: White;
	font-weight: bold;
}
.chetanasmalltext
{
	font-family: Verdana;
	font-size: 13px;
	color: #86A59C;
}

.chetanasmalltext2
{
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
}
.chetanaLoginTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 2px #dbdbdb solid;
	width: 150px;
	height: 18px;
	background-color: Transparent;
}

.chetanaLoginbtn
{
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	height: 25px;
	border: 1px solid #a4a4a4;
	background-color: #cdcdcd;
	background-repeat: no-repeat;
	width: 60px;
}
.chetanloginbg
{
	background: url(Images/chetan_loginbg.png) no-repeat;
	height: 200px;
}
.chetanpewertext
{
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
