/** Headings **/

h1#welcome {
	background-image:url(../../includes/images/welcome_header.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 65px;
	margin-left: -15px;
}

h2#tour {
	background-image:url(../../includes/images/title_take_tour.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 21px;
	margin-left:-5px;
	margin-top:35px;
}

h2#events {
	background-image:url(../../includes/images/upcoming_events.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 28px;
	margin-left:-5px;
	margin-top:24px;
}

h2#gift-cards {
	background-image:url(../../includes/images/title_gift_cards.png);
	background-repeat: no-repeat;
	width: 146px;
	height: 42px;
	margin-right:95px;
	margin-top:35px;
}

h2#comments {
	background-image:url(../../includes/images/title_comments_short.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
	margin-right:95px;
	margin-top:30px;
}

h2#tell-comments {
	background-image:url(../../includes/images/title_comments.png);
	background-repeat: no-repeat;
	width: 331px;
	height: 35px;
	margin-right:95px;
	margin-top:30px;
}

h2#podcast {
	background-image:url(../../includes/images/title_take_tour.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 40px;
	margin-right:95px;
	margin-top:30px;
}

/** Images **/

img.two-buttons {
	margin-right:15px;
	margin-top:11px;
}

img#tour-image {
	margin-top: 9px;
	margin-left:-8px
}

img#gift-cards-img {
	margin-left:-3px;
	margin-top:10px;
}

/** Paragraphs and divs **/

p#welcome-text {
	/*font-family:"helvetica";*/
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
}

div.event {
	margin-left:-5px;
	margin-top:14px;
}

div#upcoming-events {
	width:600px;
}

div#right-div {
	margin-left:704px;
	position:absolute;
	/*right:20px;*/
	top:500px;
	width: 250px;
}

div.comment {
	margin-left:-5px;
	margin-top:14px;
	word-wrap: break-word;
}

div#bottom {
	background-color:white;
	background-image:url(../../includes/images/big_building_footer.png);
	background-repeat:no-repeat;
	height:800px; /*1023px;*/
	margin-left:-40px;
	width:1024px;
	background-position:0px 50px;
}

div#bottom > div {
	margin-left:423px;
}

div.pod {
	margin-top:14px;	
}

div#index-footer {
	height:72px;
	margin-left:-40px;
	margin-top:-72px;
	margin-bottom: -30px;
	position:relative;
	width:1024px;	
}

div#index-footer p {
	color:white;
	padding:7px 7px 0;
}

div#index-footer p.right {
	float: right;
	margin-top:-58px;
	width:230px;
}

div#index-footer p.right img {
	float: right;
}

/** Form Elements **/

label {
	display: block;
}

textarea, input[type="text"] {
	background-color:white;
	border:1px solid black;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
	width:244px;
}

input#submit {
	width: 78px;
	height: 20px;
	background-image:url(../../includes/images/submit_bt.png);
	background-repeat:no-repeat;
	display: block;
}

textarea {
	height:80px;
	width:544px;
}

/** size of page **/
div#myPage {
	height: 2000px;
}

div#tour-photos {
	margin-top: 9px;
	margin-left:-8px;
	height: 275px;
	width: 630px;
	background-color: #000000;
}

div#tour-photos img {
	margin-left: auto;
	margin-right: auto;
}

span#prost {
	display:block;
	font-size:36px;
	font-weight:bold;
}

ul {
	list-style-position: inside; 
	margin-top: 10px;	
}