﻿/* CSS layout */
body{
	font-family: Trebuchet MS,sans-serif;
	font-size: 15px;
	color: #FDDC9A;
	margin:0px 0px 0px 0px;
	background-color:#361F15;

}

p{
	margin:20px 0px 0px 60px;
}

#topnav {
	font-size: 0.9em;
	color: #000;
	margin: 0px 0px 0px 60px;
}


a {
	color: #FDDC9A;
}

a:hover {
  color:#C80B0B; 
  text-decoration:underline;
}

.td{
	margin-left:180px;
}
h1{
font-family:Trebuchet MS,sans-serif;
font-size:14px;
font-weight:400;
text-align:left;
margin:20px 0px 20px 0px;
color: #000;
}

h2{
font-family: Arial,sans-serif;
font-size:18px;
font-weight:400;
text-align:left;
color: #C80B0B;
}

h3{
font-family:Arial, Helvetica,sans-serif;
font-size:14px;
font-weight:400;
text-align:left;
color: #000;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #000000;
	margin:10px 0px 0px 0px;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight:700;
	color: #000000;
	margin:0px 0px 0px 0px;
}

#main {

	width: 1000px;
}

#masthead {
	height:230px;
	width:100%;
	background-color: #000;
	background: url("../jumpinparty.com/images/jumpin-bkg.gif") repeat-x 0px 185px;
}

#masthead p {
	text-indent: 160px;
	font-size: 14px;
	color:#000; 
}

/* Wrapper */

#wrapper{
	background-color:#34B3D1;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}
#sidebarR {
	float: right;
	width: 200px;
	margin-left: 190px;
	background: url(images/img05.jpg) repeat-y 200px 0;
}

#columnleft {
	width:100%;
	height:100%;
	background-color: #000;
	background: url("../jumpinparty.com/images/jumpin-bkg-left.gif") repeat-y 0px 0px;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}


#phone{
	position: absolute;
	margin: 30px 0px 0px 150px;
}
#flash {
	margin:0px 0px 0px 100px;
}

#top_nav {
  	color:FFCC00;
}

#container {
	position: relative;
	width: 1000px;
}

/* Content */

#content {
	margin-left: 160px;
	padding: 30px;
}

image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}


/* Styles for Footer */
#footer {
	width: 100%;
	height:100px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top:0px solid #361F15;

}

#footer p {
	font-size: 0.9em;
	color: #FDDC9A;
	margin: 20px 0px 0px 60px;
	padding: 2px;
}
#footer a {
	color: #FDDC9A;
	text-decoration: underline;
}
#footer a:hover {
	color: #C80B0B;
	text-decoration: underline;
}








