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

/* THIS STYLE SHEET IS FOR ALL TEXT PAGE ONLY */

/* navigation starts here */
.tell a {
	position: absolute;
	top: -44px;
	left:121px;
	height: 20px;
}
.tell a {
	background:url(../images/tell_right_w.gif) no-repeat right top;
}
.tell a:hover {
	background:url(../images/tell_right_g.gif) no-repeat right top;
}
.homepage a {
	position: absolute;
	top: -44px;
	left:281px;
	height: 20px;
}	
.homepage a {
	background:url(../images/home_right_w.gif) no-repeat right top;
}
.homepage a:hover {
	background:url(../images/home_right_o.gif) no-repeat right top;
}
.faqs a {
	position: absolute;
	top: -44px;
	left:502px;
	height: 20px;
}
.faqs a {
	background:url(../images/faqs_right_w.gif) no-repeat right top;
}
.faqs a:hover {
	background:url(../images/faqs_right_p.gif) no-repeat right top;
}
.contact a {
	position: absolute;
	top: -44px;
	left:596px;
	height: 20px;
}
.contact a {
	background:url(../images/contact_right_w.gif) no-repeat right top;
}
.contact a:hover {
	background:url(../images/contact_right_y.gif) no-repeat right top;
}
.tips a {
	position: absolute;
	top:-44px;
	left:736px;
	height: 20px;
}
.tips a {
	background:url(../images/tips_right_w.gif) no-repeat right top;
}
.tips a:hover {
	background:url(../images/tips_right_b.gif) no-repeat right top;
}
#nav {
	position: relative;
	width: 960px;
	
}
/* navigation ends here */

/* pages start here */
#container {
	margin: 0px auto;
	width: 960px;
	position: relative;
}
/* wrapper for left page */
#wrapper1 {
	background-image:url(../images/pageShad.gif); 
	background-repeat:repeat-y;
	background-position: top left;
	width: 960px;
	float:left;
}
/* wrapper for right page */
#pageLeftwrap {
	float:left;
	width: 480px;
}
#pageLeft {
	margin-left: 40px;
	margin-right: 40px;
	width: 390px;
	line-height: 120%;
	text-align: left;
	padding-bottom:30px;
	padding-top:30px;
}
#pageRightwrap {
	float:right;
	width: 480px;
}
#pageRight {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	width: 390px;
	margin-right:40px;
	line-height: 125%;
	text-align: left;
	padding-bottom:30px;
	padding-top:30px;
}
#pageRight strong, #pageLeft strong{
	color:#000000;
}
#pageRight a, #pageLeft a{
	color:#e66586;
	text-decoration:underline;
}
#pageRight a:hover, #pageLeft a:hover{
	color:#000000;
	text-decoration:none;
}
h1 {
	font-family:"Courier New", monospace;
	font-weight:normal;
	font-size: 165%;
	color:#8da025;
	padding: 20px 0px 0px 0px;
}
p {
	font-size: 80%;
	padding: 10px 0px 0px 0px;
	color: #606060;
}
#pageBottom {
	background-image:url(../images/pageBttmShad.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 960px;
	clear:both;
}
#footer {
	padding-top: 15px;
}
/* STYLE SHEET ENDS */
