/* basic elements ************************************************************/

body{
width: 100%;
background: #ccd6b8;
margin: 0;
padding: 0;
border: 0;
color: #444444;
font: 12px/16px arial;
}

#wrapper {
display: block;
background: #ccd6b8 url(images/background.gif) no-repeat 15px 0;
height: 550px; 
width: 800px;
margin: 15px auto;
overflow: hidden;
}

#framecontent{
position: relative; 
display: block;
top: 0; 
left: 0; 
width: 800px; 
height: 100px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: transparent;
color: black;
margin: 0px auto;
}

#home, #ourstory, #ceremonyandreception, #accomodations, #transportation, #thingstodo, #gifts, #honeymoon {
 	display: inline-block;
 	height: 30px;
	position: relative;
	top: 25px;
	left: 35px;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}
#home { 
margin-top: 10px;
height: 30px;
width: 180px;
	top: 15px;
}

#ourstory {
	width: 47px;
}

#ceremonyandreception {
	width: 169px;
}

#accomodations {
	width: 122px;
}

#transportation {
	width: 121px;
}

#thingstodo {
	width: 107px;
}

#gifts {
	width: 46px;
}

#honeymoon {
	width: 99px;
}


#maincontent{ display: block; position: relative; top: 0px; /*Set top value to HeightOfFrameDiv*/ left: 25px; width: 735px;
padding: 20px; background: transparent; height: 400px; overflow: scroll; clip: rect(auto auto 435px auto); overflow-x: hidden; overflow-y: scroll; max-height: 450px; scrollbar-face-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #ccd6b8; scrollbar-arrow-color:  #ccd6b8; scrollbar-track-color: white; scrollbar-3dlight-color: #ccd6b8; scrollbar-darkshadow-color: #ccd6b8; }

/*#photos { padding-right: 105px; }*/

#footer { font-size: 10px; font-style: oblique; position: relative; top: 15px; }

p#footer { font-size: 8pt; font-style: oblique; }

#mtp-logo {
  display: block;
  height: 25px;
	width: 38px;
	display: inline;
	border: 0;
	padding-left: 1px;
}
.float-right {
  float: right;
	clear: left;
	border-width: 0px 0px 0px 10px;
	display: inline;
}

#photos {
	width: 420px;
	height: 330px;
	position: relative;
	top: 0px;
	left: 0px;
}

#ceremony {
	display: inline-block;
	width: 250px;
	height: 150px;
	position: relative;
	top: 25px;
	left: 0px;
}

p.ceremony { 
	width: 300px;
}

#reception {
	display: inline-block;
	width: 250px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 100px;
}

p.reception {
	width: 300 px;
}

#maps-locations {
	display: inline-block;
	position: relative;
	top: 35px;
	left: 0px;
}



#map-hotels {
	display: inline-block;
	width: 350px;
	position: relative;
	top: 0px;
	left: 25px;
	padding-right: 200px;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}



* html body{ /*IE6 hack*/
padding: 115px 0px 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
left: 20px; right: 0; bottom: 0; padding: 20px 0px 0px 38px; background: transparent; height: 450px; width: 815px; overflow: scroll; clip: rect(auto auto 435px auto); overflow-x: hidden; overflow-y: scroll; max-height: 450px; scrollbar-face-color: white; scrollbar-highlight-color: white; scrollbar-shadow-color: #ccd6b8; scrollbar-arrow-color:  #ccd6b8; scrollbar-track-color: white; scrollbar-3dlight-color: #ccd6b8; scrollbar-darkshadow-color: #ccd6b8; display: inline;
}

a:active {
	color: #78a22f;
	text-decoration: none;
}

a:link {	
  color: #78a22f;
	text-decoration: none; 
	}

a:visited {	
  color: #537D00;
	text-decoration: none; 
	}
	
a:hover {
  color: #537D00;
	text-decoration: none;
}

a.menu:active {
	background-color: #78a22f;
	text-decoration: none;
}

a.menu:link {	
  background-color: transparent;
	text-decoration: none; 
	}
	
a.menu:visited {	
  background-color: transparent;
	text-decoration: none; 
	}

a.menu:hover {
  background-color: #78a22f;
	text-decoration: none;
}

a#home:active {
background-color: transparent;
	text-decoration: none;
}

a#home:link {
background-color: transparent;
	text-decoration: none;
}

a#home:visited {
background-color: transparent;
	text-decoration: none;
}

a#home:active {
background-color: #78a22f;
	text-decoration: none;
}

img {
border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	color: #666666;
	text-decoration: none;
}

h1 { size: 19px; }
h2 { size: 18px; }
h3 { size: 17px; }
h4 { size: 16px; }
h5 { size: 15px; }
h6 { size: 14px; }

p { width: 700px; }





