/*-----------------------------------------------------------------------------
Hollybush at Rowan University

version:   1.0
author:    Joe Ferrarie
email:     ferrarie@rowan.edu
website:   http://www.hollybush.org
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Body color and center on page */
body {
	text-align:center;
	background-color:#eee;
	}

/* Main Wrapper, has the background image and centers on page */
#mainWrapper {
	width: 820px;
	height: 620px;
	margin:30px auto;
	text-align:left;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}

#guestBook{
	float:right;
	}

/* Class for clearing floats */
.clear {
	clear:both;
}

img {
	display:block;
	padding: 0px;
	margin: 0px;
	}


/* =Typography
-----------------------------------------------------------------------------*/




/* =Headings
-----------------------------------------------------------------------------*/



/* =Ad
-----------------------------------------------------------------------------*/
a#corner {
	position: absolute;
	right: -3px;
	top: 0;
	display: block;
	background: url(../images/suncatcherad_new.gif) top right no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
	background-image: url(../images/suncatcherad_new.gif);
	width: 200px;
	height: 201px;
}


/* =Branding
-----------------------------------------------------------------------------*/

#hollybushText {
	padding-top: 24px;
	padding-left: 48px;
	}


/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#contentWrapper{
	width:640px;
	height:379px;
	margin-left: 81px;
	margin-top: 2px;
	}

#quote{
	padding-top: 8px;
	padding-left: 60px;
	}

#links{
	position:absolute;
	float:left;
	margin-left:20px;
	margin-top: 5px;
	}

#flashWrapper{
	width:457px;
	height:324px;
	background-image:url(../images/flashBG.gif);
	background-repeat:no-repeat;
	background-position:center;
	float: right;
	margin-top: 4px;
	margin-right: -5px;
	}

#flashHolder{
	width:432px;
	height: 290px;
	margin-top:9px;
	margin-left: 25px;
	}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 820px;
	margin:5px auto;
	
	padding: 5px 0px;
	clear:both;
	}

#footerImage {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	}	

#footerText{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	margin-left: 210px;
	}


/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

