/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

h1 {
	font-size: 1.2em;
	text-align: left;
	font-style: italic;
	letter-spacing: 3px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
}
p.pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	color: #0066CC;
}


p.footer {
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;

}

a:link {
	color: #0000FF;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #9c0031;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #0000FF;
}

a:active {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #0000FF;
}

#header {
	background-color: #FFFFFF;
	border-bottom-color: #9c0031;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	top: 10px;
	margin-top: 10px;
	width: 100%;
	left: 0%;
}

#content {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

#navbar {
	position: relative;
	top: 10px;
	left: 0px;
	width: auto;
	margin-left: 16%;
}

#main-text {
	background-color: #ddd;
	margin-left: 19%;
	width: 65%;
	padding-left: 10px;
	padding-right: 10px;
}

#outer-image {
	background-image: url(file:///C|/Local Sites/Copy of Rowan Gymnastics3/images/GymMark.jpg);
	height: 100px;
	background-repeat: no-repeat;
	width: 15%;
	margin-top: 0px;
	margin-left: 2%;
	position: relative;
	background-image: url(../images/GymMark.jpg);
}

#inner-image {
	background-image: url(file:///C|/Local Sites/Copy of Rowan Gymnastics3/images/clubmark_2col_large.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 101px;
	position: absolute;
	top: 0px;
	margin-top: 14px;
	margin-right: 2%;
	margin-left: 88%;
	background-image: url(../images/clubmark_2col_large.jpg);
}

#Mainhead {
	height: 89px;
	width: 480px;
	margin-left: 28%;

	background-image: url(file:///C|/Local Sites/Copy of Rowan Gymnastics3/images/weblogo.gif);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 14px;
	margin-top: 0px;
	background-image: url(../images/weblogo.gif);
}

li {
	font-size: 0.8em;
	line-height: 1.7em;
}

table {
	width: 100%;
}
td {
	color: #990000;
	;
	font-size: 0.8em;
}

