body, p, h1, h2, h3, h4, img, form, fieldset, a {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	background: #145D87 url(images/bg.jpg) repeat-x;
}

a img {
	border: 0px;
}

#container{
	width: 777px;
	margin: 0 auto;
	height: auto;
}

#left {
	width: 13px;
	height: 820px;
	float: left;
	background: url(images/left.jpg) no-repeat;
}

#center {
	width: 701px;
	height: auto;
	float: left;
}

#right {
	width: 14px;
	height: 820px;
	float: right;
	background: url(images/right.jpg) no-repeat;
}

#header {
	width: 750px;
	float: left;
	height: 258px;
	background: #EBD0B2 url(images/header.jpg) no-repeat;
}

#header #image1 {
	float: left;
	margin: 110px 0 0 10px;
}

#header #image2 {
	width: 347px;
	height: 258px;
	float: right;
	background: url(images/header_parties.jpg) no-repeat;
}

#header #image3 {
	width: 347px;
	height: 258px;
	float: right;
	background: url(images/header_parties.jpg) no-repeat;
}

#header #image4 {
	width: 347px;
	height: 258px;
	float: right;
	background: url(images/header_contact.jpg) no-repeat;
}

#navigation {
	width: 750px;
	height: 25px;
	background-color: #E8D7B0;
	float: left;
}

#navigation a:link, #navigation a:visited {
	font: bold italic 11px Georgia, "Times New Roman", serif;
	color: #5B240D;
	float: right;
	margin: 5px 20px 0 0;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}

#content {
	width: 750px;
	height: auto;
	float: left;
	background: #F5F2E0;
}

#content #left_content {
	width: 270px;
	height: auto;
	float: left;
	background: #F5F2E0;
}

#left_content img {
	margin: 15px 0 0 35px;
	border: 5px solid #ffffff;
}

#left_content p {
	font: 12px Verdana, "Times New Roman", serif;
	padding: 0 0 0 40px;
}

#content #right_content {
	width: 450px;
	height: auto;
	float: left;
	padding: 0 25px 0 5px;
}

#right_content .title {
	font: 20px "Trebuchet MS", "Times New Roman", serif;
	color: #55200B;
	margin: 20px 0 0 0;
}

#right_content p { 
	font: 11px Verdana, "Times New Roman", serif; 
	color: #5F471D;
	line-height: 17px;
	margin: 20px 0 0 0;
}

#right_content a:link, #right_content a:visited {
     float: right;
     margin:5px 0;
     text-align: right;
     font: bold italic 10px Georgia, "Times New Roman", serif;
     color: #8F5323;
     text-decoration: none;
}

#right_content a:hover, #right_content a:active {
    color:#5F172E;
    text-decoration: underline;
}

#right_content #space {
	width: 100%;
	height: 350px;
}

#contact a:link, #contact a:visited{
	font: italic 11px Verdana, "Times New Roman", serif; 
	color: #8F5323;
	text-decoration: none;
	float: left;
	margin: 2px 0 0 0;
}

#contact a:hover, #contact a:active{
	text-decoration: underline;
}

#contact_container {
	width: 355px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}

#divider {
	background: url(images/divider.jpg) no-repeat;
	float: left;
	width: 430px;
	height: 30px;
	margin: 20px 0 0 0;
}

#footer {
	float: left;
	width: 750px;	
	height: 78px;
	background: url(images/footer.jpg) no-repeat;
}

#footer #copyright {
	font: 10px Verdana, "Times New Roman", serif;
	color: #B19A79;
	float: left;
	margin: 50px 0 0 5px;
}

#footer #name {
	color: #DFCDB3;
	font-weight: bold;
}

#footer #stampede {
	font: 10px Verdana, "Times New Roman", serif;
	color: #DABD93;
	float: right;
	margin: 50px 5px 0 0;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #DABD93;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#contact_container .label {
	width: 140px;
	height: 15px;
	font: 10px Verdana, "Times New Roman", serif;
	color: #5F471D;
	float: left;
	text-align: right;
	margin: 3px 0 0 0;
}

.fieldcell input {
    width: 200px;
    height: 15px;
    color: #666666;
    border: 1px solid #8f887d;
    margin: 5px 0 0 5px;
}

.fieldcell2 input {
    width: 100px;
    height: 15px;
    color: #666666;   
    border: 1px solid #8f887d;
    margin: 5px 0 0 5px;
}

.fieldcell textarea {
    width: 200px;
    background: #fff;
    color: #666666;
    border: 1px solid #8f887d;
    height: 80px;
    margin: 5px 0 0 5px;
}

.button {
	float: right;
	margin: 0 8px 0 0;
}