body {
	background-image: url(images/background.jpg);
	margin: 0px;
}



/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:665px;
	z-index: 1;
	margin:0px auto;
}


/* HEADER */

.top {
	width: 978px;
	height : 65px;
	background-image: url(images/header-top.jpg);
	background-repeat: no-repeat;
}

.flash {
	width: 978px;
	height : 239px;
	background-image: url(images/header-flash_background.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.logo-back {
	width: 978px;
	height: 69px;
	background-image: url(images/logo-background.jpg);
	background-repeat: no-repeat;
}


/* SIDES */

.left-side {
	background-image: url(images/side-left.gif);
	height: 100%;
	width: 12px;
}
.right-side {
	background-image: url(images/side-right.gif);
	height: 100%;
	width: 12px;
}

/* MENU */

.menu-background {
	background-image: url(images/menu-background.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 490px;
}

.menu {
	height: 33px;
	width: 500px;
	color: #E0AF5F;
	font-weight: bold;
	position: absolute;
	z-index: 1000000;
	left: 483px;
	top: 378px;
	font-size: 10px;
}

.menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0E4AA;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D6BA56;
	text-decoration: none;
	font-weight: bold;
}

/* CONTENT */

.content {
	width:958px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/content-background.jpg);
	text-align: left;
	padding-right: 20px;
	padding-bottom: 40px;
}

.content a{
	color: #9B7222;
	font-weight: bold;
	text-decoration: none;
}

.bride {
	height: 500px;
	width: 264px;
	position: absolute;
	z-index: 10000;
	top: 14px;
	left: 11px
}

.logo {
	height: 279px;
	width: 507px;
	position: absolute;
	z-index: 10000;
	top: 148px;
	left: 320px
}

.capital {
	float: left;
	margin-bottom: 200px;
	margin-left: 28px;
}
.title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.picture {
	float: right;
	margin-left: 20px;
}

.iframe {
	width: 800px;
	height: 350px;
}


/* FOOTER */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3E7B3;
	background-image: url(images/footer-background.gif);
	height: 32px;
	width: 978px;
	text-align: center;
	padding-top:15px;
}
.footer a{
	color: #F0E4AA;
	text-decoration: none;
	font-weight: bold;
	}
.footer a:hover{
	color: #D6BA56;
	text-decoration: none;
	font-weight: bold;
	}


/* CONTACT FORM ITEMS */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #530859;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #890D93;
	width: 100%;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DCF6;
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #530859;
	text-align: center;
}