body{
	
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 75%;
	font-family: Arial;
	background-image: url('images/bg.jpg');
	background-color:#260e03;
	background-repeat: repeat-x;
}


#logo{
	position:absolute;
	top:31px;
	left:40px;
}

#menu{
	position:absolute;
	top:65px;
	left:213px;
}



/* ------------------------------- HOME  ------------------------------- */

#home{
	position:absolute;
	top:131px;
	left:40px;
}

#home #container{
	margin: 0 auto;
	background-color: #ffffff;
	width: 861px;
	height: 414px;
	position: absolute;
}

#home  #container #welcome{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 256px;
}

#home  #container #spHome{
	position:absolute;
	top: 0px;
	left: 256px;
}


#home  #container #picHome{
	position:absolute;
	left: 406px;
	top: 240px;
}

#home  #container #rsvp{
	position:absolute;
	left: 256px;
	top: 240px;
	width: 406px;
	height: 125px;
	color: #ffffff;
	background-color: #e4701e;
}


#home  #container #faqs{
	position:absolute;
	left: 256px;
	top: 365px;
	width: 605px;
	height: 49px;
	background-color: #d9d1c1;
}

/* ------------------------------- INSIDE ------------------------------- */

#inside{
	position:absolute;
	top:131px;
	left:213px;
}

#inside #container{
	position: absolute;
	margin: 0 auto;
	background-color: #ffffff;
	width: 686px;
	background-image: url('images/bgInside.gif');
	background-repeat: no-repeat;
}

#inside #container #content{
	position:relative;
	top: 30px;
	left: 214px;
	width: 420px;
	margin-bottom: 55px;
}

#inside #container #topBar{
	position: absolute;
	top: 33px;
	left: 0px;
	height:21px;
	width:180px;
	background-color: #e4701e;
}

#inside #container #sideMenu{
	position: absolute;
	top: 73px;
	left: 23px;
	color: #8d3906;
	font-size: 90%;
	font-weight: bold;
	width: 160px;
}

#inside #container #sideMenu a{
	color: #8d3906;
	text-decoration:none;
}


#inside #container #sideMenu a:hover{
	color: #8d3906;
	text-decoration:none;
}

/* ------------------------------- PARTS ------------------------------- */

.small{
	
	font-size: 80%;
	
}

.title{
	
	color: #8d3906;
	font-family: Arial;
	font-size: 175%;
	
}

.subtitle{
	
	color: #8d3906;
	font-family: Arial;
	font-size: 125%;
	
}

.titleWhite{
	
	color: #ffffff;
	font-family: Arial;
	font-size: 175%;
	
}


a{
	color: #e4701e;
}

a:hover{
	color: #956746;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

hr{
	
	height:1px;
	border:0px;
	border-bottom:1px dotted #000000;
	width:99%;
}


img{
	border:0px;	
}

input{
	font-family:Arial;
}

textarea{
	font-family:Arial;
	font-size:100%;
}

#meet td{
	font-size:90%;
}
