@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-image: url(../images/background1slice.jpg);
	background-repeat: repeat-x;
}

#mainContainer {
margin-left: auto;
margin-right: auto;
text-align:left;
width:960px;
height:1200px;
position:relative;
background-image: url(../images/background1.jpg);
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #594738;
	font-size:190%;
}

.textbox {
	margin: 15px;
	padding: 0px;
}


/* Row 1 - Header */

#r1c1 {
	height: 55px;
	width: 222px;
	position: absolute;
	left: 28px;
	top: 28px;
	background-image: url(../images/r1c1-logo.jpg);
}

#r1c2 {
	height: 55px;
	width: 676px;
	background-color: #E7E7E7;
	position: absolute;
	left: 255px;
	top: 28px;
}

/* Row 2 */

#r2c1 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 28px;
	top: 88px;
}

#r2c2 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 255px;
	top: 88px;
}

#r2c3 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 482px;
	top: 88px;
}

#r2c4 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 709px;
	top: 88px;
}

/* Row 3 */

#r3c1 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 28px;
	top: 315px;
}

#r3c2 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 255px;
	top: 315px;
}

#r3c3 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 482px;
	top: 315px;
}

#r3c4 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 709px;
	top: 315px;
}

/* Row 4 */

#r4c1 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 28px;
	top: 542px;
}

#r4c2 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 255px;
	top: 542px;
}

#r4c3 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 482px;
	top: 542px;
}

#r4c4 {
	height: 222px;
	width: 222px;
	background-color: #FFFFFF;
	position: absolute;
	left: 709px;
	top: 542px;
}

/* Row 5 - Footer */

#r5c1 {
	height: 60px;
	width: 903px;
	position: absolute;
	left: 28px;
	top: 769px;
}

#footercontainer {
	height: 37px;
	width: 903px;
	background-color: #DEDAD7;
}


/* Primary navigation */

#r1c2 ul {
	margin: 34px 0px 0px 20px;
	padding: 0px;
}

#r1c2 li {
	display: inline;
	margin: 0px 10px 0px 0px;
}

#r1c2 a:link {
	text-decoration: none;
	color: #000000;
}

#r1c2 a:visited {
	text-decoration: none;
	color: #000000;
}

#r1c2 a:active {
	text-decoration: none;
	color: #000000;
}

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

#r1c2 .listdivider {
	color: #594738;
}

#r1c2 #currentnav {
	text-decoration: underline;
	color: #594738;
}


/* Footer text */

#r5c1 #footerleft {
	margin: 10px 0px 0px 15px;
	float:left;
	font-size: 90%;	
}

#r5c1 #footerright {
	margin: 10px 15px 0px 0px;
	float:right;
	font-size: 90%;	
}

/* Footer links */

#r5c1 a:link {
	text-decoration: underline;
	color: #000000;
}

#r5c1 a:visited {
	text-decoration: underline;
	color: #000000;
}

#r5c1 a:active {
	text-decoration: underline;
	color: #000000;
}

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

#icon_admadwedding {
	position: absolute;
	left: 681px;
	top: 0px;
}

#footerright img {
border:none;
}

