/* CSS Document */
/* Stylesheet by jason [at] in10sity [dot] net */
/* © In10sity Interactive 2006 C.C.L */

body	{
		background:url(../images/emory_bg.jpg) repeat;
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		}
#top	{
		width:735px;
		height:301px;
		background:url(../images/top.jpg) no-repeat;
		position:absolute;
		left: 5px;
		top: 5px;
		}
#logo	{
		width:334px;
		height:165px;
		position:absolute;
		left: 194px;
		top: 16px;
		}

#undertop	{
		width:735px;
		height:232px;
		position:absolute;
		left: 5px;
		top: 5px;
		}
h1		{
		font-size:14px;
		color:#C93;
		margin:0;
		}
a, a:visited, a:active {
		color:#CC9900;
		text-decoration:none;
		}		
		
		
		
		
/* DEFINES POSITION AND STYLE FOR CONTENT BOX IN INDEX PAGE */		
		.content	{
					margin-left:175px;
					margin-top:300px;
					z-index:250;
					position:relative;
					width:515px;
					min-height:300px;
					height:auto !important;
					height:300px;
					}
			
/* DEFINES POSITION AND STYLE FOR CONTENT BOX IN UNDERPAGES */		
		.ucontent	{
					margin-left:175px;
					margin-top:220px;
					z-index:250;
					position:relative;
					width:515px;
					min-height:300px;
					height:auto !important;
					height:300px;
					}		
		
/* STYLES FOR THE MENU */

		#menu	{
				height:223px;
				width:130px;
				position:absolute;
				left: 39px;
				top: 300px;
				z-index: 100;
				}
		#menu a {
				display:block;
				width:128px;
				text-align:right;
				background:none;
				}
		#menu a:hover {
				background:url(../images/leaf.jpg) left no-repeat;
				}
		#menu a:active {
				background:url(../images/leaf.jpg) left no-repeat;
				}	
		#menu a:visited {
				}
				
				
/* STYLES FOR THE UNDERPAGE MENU */

		#undermenu	{
				height:223px;
				width:130px;
				position:absolute;
				left: 39px;
				top: 300px;
				z-index: 100;
				}
		#undermenu a {
				display:block;
				width:128px;
				text-align:right;
				background:none;
				}
		#undermenu a:hover {
				background:url(../images/leaf.jpg) left no-repeat;
				}
		#undermenu a:active {
				background:url(../images/leaf.jpg) left no-repeat;
				}	
		#undermenu a:visited {
				}
				
/* STYLES FOR HEADER AND FOOTER IMAGES OF CONTENT AREA AS WELL AS THE CONTENT AREA AND THE BODY FRAME */
		#maintop	{
				position:relative;
				}
		#mainbottom	{
				position:relative;
				}
		#main	{
				height:100%;
				width:100%;
				}
		#area	{
				background:url(../images/front.jpg) top left repeat-y;
				width:718px;
				position:absolute;
				top: 5px;
				left:12px;
				}
/* Image margin for pictures in picture gallery */

.thumb			{
				margin:5px;
				}
