/* Shelley School 'Crushed Rose Theme' by Shelly Hathaway */

html {		
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
}

body {
	background: transparent url(images/background.gif) repeat-y top center;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
	color: #555555;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align: center;
}

#container { 
	width: 1002px;
	margin: 0 auto;
	position: relative;
	text-align: left;	
}

#title {
	position: absolute;
	width: 223px;
	height: 29px;
	top: 207px;
	left: 129px;
	padding: 0px;
}

#top_side {
	background: transparent url(images/top_side.gif) no-repeat top center;
	position: absolute;
	width: 149px;
	height: 250px;
	top: 0px;
	left: -149px;
	padding: 0px;
}

#top_photo {
	position: absolute;
	width: 755px;
	height: 250px;
	top: 0px;
	left: 0px;
	padding: 0px;
}

#top_logo {
	background: transparent url(images/top_logo.gif) no-repeat top left; 
	position: absolute;
	width: 396px;
	height: 250px;
	top: 0px;
	left: 606px;
	padding: 0px;
}

#side_leaves {
	background: transparent url(images/side_leaves.gif) no-repeat top left; 
	position: absolute;
	width: 173px;
	height: 120px;
	top: 250px;
	left: -71px;
	padding: 0px;
}

#menu_top {
	background: transparent url(images/menu_top.gif) no-repeat top left;
	position: absolute;
	width: 189px;
	height: 83px;
	top: 250px;
	left: 762px;
	padding: 0px;
}

#menu_bottom {
	background: transparent url(images/menu_bottom.gif) no-repeat top left;
	position: absolute;
	width: 189px;
	height: 24px;
	top: 663px;
	left: 762px;
	padding: 0px;
}

#side_menu {
	background: transparent url(images/side_menu.gif) no-repeat top left;
	position: absolute;
	width: 51px;
	height: 415px;
	top: 250px;
	left: 951px;
	padding: 0px;
}

#menu {
	position: absolute;
	width: 189px;
	height: 309px;
	top: 333px;
	left: 762px;
	padding: 0px;
}

#content {
	position: absolute;
	width: 722px;
	height: 650px;
	top: 255px;
	left: 51px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

#menu_content {
	position: absolute;
	width: 164px;
	height: 290px;
	top: 680px;
	left: 774px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

#side_leaves_footer {
	background: transparent url(images/side_leaves_footer.gif) no-repeat top left; 
	position: relative;
	width: 138px;
	height: 210px;
	top: 650px;
	left: 956px;
	padding: 0px;
}

/* Change height of page here */

#footer {
	background: transparent url(images/footer.gif) no-repeat bottom center;
	position: relative;
	width: 1002px;
	height: 263px;
	padding: 0px;
	top: 1150px;
	left: 0px;
	over-flow: wrap;
}

ul {
	background: transparent url(images/arrow_li.gif) no-repeat top left;
	color: #444444;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
}

td {
	font-size: 11;
	color: #444444;
	text-align: left;
	over-flow: wrap;
	margin: 0px;
}

td.box {
	font-size: 11;
	color: #444444;
	text-align: left;
	over-flow: wrap;
	margin: 0px;
	border: 1px #EEEEEE solid;
	padding: 10px;
}

h1 {

	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-style: bold;
	text-align: left;
	padding: 0px;
	margin: 0;
	margin-top: 3px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin: 0px;
	padding: 0px;
}

hr {
	background: transparent url(images/hr_line.gif) no-repeat top left;
	border-width: 0px;
	width: 722px;
	height: 40px;
	margin: 0px;
	padding: 0px;	
}

img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

img:hover {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

img.content {
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
	padding: 3px;
	align: left;
	margin: 0px;
}

img.content:hover {
	border-style: groove;
	border-width: 1px;
	border-color: #FF0000;
	padding: 3px;
	align: left;
	margin: 0px;

}

img.content_2 {
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 10px;
	align: left;
	margin: 7px;
}

img.content_2:hover {
	border-style: groove;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 10px;
	align: left;
	margin: 7px;

}

a {
	text-decoration: none;
}

a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:active {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}