/* Main Style Sheet for Lena Tchakmakian */

/* General Styles */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: center;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-size: 10pt;
	background: #003e31;
}

#wrapper {
	width: 766px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	text-align:left;
}

/* Styling the Banner */

#banner {
	position: relative;
	width: 766;
	height: 135px;
	position: relative;
	background-image: url(../images/basket_bg2.jpg);
}

h1 {
	width: 459px;
	height: 94px;
	position: absolute;
	top: 32px;
	left: 26px;
	border: none;
}

#phone {
	color: #ffcc65;
	font-size: 16pt;
	position: absolute;
	top: 95px;
	right: 50px;
}

#main {
	width: 766px;
	height: 377px;
	background-image: url(../images/background_main.jpg); 
	padding-top: 55px;
}

#butterfly {
	position: absolute;
	right: 40px;
	top: 300px;
}

/* Styling the Menu */

#menu {
	width: 766px;
	height: 34px;
	background-image: url(../images/menu_bg2.jpg); 
	background-repeat:no-repeat;
	list-style: none;
	position: relative;
}

#menu li {
	display: inline;
	position: absolute;
	top: 2px;
}

#menu li a {
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #ffcc65;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	padding-right: 2px;
}

#menu li a:hover {
	background-image: url(../images/menu_sparkle.gif); 
	background-repeat: no-repeat;
}

#item1 {
	left: 58px;
	width: 45px;
}


#item2 {
	left: 128px;
	width: 65px;
}

#item3 {
	left: 221px;
}

#item4 {
	left: 345px;
	width: 58px;
}

#item5 {
	left: 436px;
	width: 47px;
}

#menu li a:hover {

}

/* Styling the Content */

#content {
	padding-left: 40px;
	width: 358px;
	height: 338px;
	padding-bottom: 4px;
	overflow:auto;
	padding-right: 10px;
}

h2 {
	color: #006666;
	font-family: Academy, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-transform:uppercase;
}


h3 {
	font-color: black;
	font-weight: bold;
	font-size: 100%;
	margin-top: 20px;
}

#content p  {
	margin-top: 20px;
}

#content ul {
	margin-top: 20px;
	margin-left: 30px;
	list-style:circle;
}

.space_this {
	margin-top: 40px;
}

#fee_schedule {
	text-align: right;
	margin-top: 30px;
	width: 240px;
}

#fee_schedule .left {
	text-align: left;
}


/* Styling the Footer */

#footer {
	padding-top: 20px;
	padding-left: 40px;
	width: 726;
	height: 80px;
	background-image: url(../images/basket_bg2.jpg);
	color: #58cfc3;
}