/* CSS Layout/Design Document for IU Hillel's Campus Superstar */
a:link {color:#993399; text-decoration: none} 
a:visited {color: #993399; text-decoration: none}
a:hover {color:#FF9933}
a:active {
	color:#FF9933;
	text-align: center;
}
body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	
	
}
.mastertable_bg {
background-image:url(graphics/ulcurve.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.nav_table {
background-image: url(graphics/star2.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left: 20pt;
font-weight:bold;
height:45px;
padding-top: 10px;
}

.nav_table_fbg {
background-image: url(graphics/fbook2.jpg);
background-repeat:no-repeat;
background-position:left center;
font-weight:bold;
padding-top: 10px;
}

.bottom-left {
background-image: url(graphics/lrcurve.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(graphics/lrcurve.jpg) no-repeat;
	background-position: bottom right;	
	width: 825px;
	height: 900px;
}
.header {

	color: #993399;
	font-size: 27px;
}
#nav_menu {
	position: absolute;
	top: 220px;
	left: 51px;
	height: 498px;
	width: 83px;
}
.nav {
	position: relative;
	top: 3px;
	left: 0px;
	background-image:  url(graphics/star2.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	height: 60px;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
.nav a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
}
.nav img {
	width: 50px;
	height: 50px;
	border: 0
}
.nav a:link {
	color: #000000;
}
.nav a:visited {
	color: #000000;
}
* html a:hover {
	visibility:visible
}
.nav a:hover img {
	visibility:hidden
}
.nav span {
	position: absolute;
	left: -21px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	width: 92px;
	height: 50px;
	cursor: pointer;
	text-align: center;
}
#content {
	position: relative;
	top: 212px;
	left: 167px;
	height: 600px;
	width: 500px;
}
.headline {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
.title1 {
	font-size: 120%;
	font-weight: bold;
	color: #FF9933;
}
.title2 {
	font-size: 100%;
	font-weight: bold;
	color: #993399;
	text-align: center;
}
#footer {
	position: absolute;
	top: 847px;
	left: 33px;
	height: 99px;
	width: 782px;
	color: #993399;
	text-align: right;
	font-size: 100%;
	font-weight:bold;
}
#footer a:hover {
	color: #330000;
}

#links {
	float: right;
	width: absolute;
	padding-top: 15px;
}

#links img {
  border: 0px;
}
.mastertable_bg tr td table tr td table {
	text-align: center;
}
