body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 12px;
	text-transform:uppercase;
	background-color: #E0A3B7;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px
}
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
h3 {
	font-size: 12px;
	padding: 2px 10px;
	}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
	width: 800px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
} 

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/top_mother.png);
	background-repeat: no-repeat;
	background-position: left;
}

#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #EBD3E0;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{
	margin:0px;
	width:100%;
} /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:200px;
	float:left;
	position:relative;
	margin-left:-200px;
	margin-right:1px;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; }

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 

#hidden {
	position: absolute;
	left: -9999px;
	top: 0px;
}

/*  -----------------qoutes for About Us page-------------- */
#quote1 {
	width: 400px;
	left: 100px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#quote2 {
	width: 500px;
	left: 50px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
