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

html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Apple Chancery", "American Typewriter", Courier, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/wallpaper_2.jpg);
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}
body,td,th {
	vertical-align: top;
}
body a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
	color: #333333;
}
p{
	margin: 10px;
	padding: 0;
}
h1 {
	font-family: Zapfino, Cochin, "Brush Script MT", sans-serif;
	font-size: 18px;
	line-height: 35px;
}
h2 {
	font-family: Zapfino, Cochin, "Brush Script MT", sans-serif;
	font-size: 12px;
	line-height: 3px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: "Apple Chancery", "American Typewriter", Courier, serif;
	color: #000000;
	line-height: 14px;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	/*background: url(bullet.gif) left center no-repeat;*/
	padding-left: 7px;
	margin-bottom: 5px;
}
acronym {
	border-bottom: none;
}
.bold {
	font-weight: bold;
}
/* content div's */
/* ------------- */

#container {
	margin: auto;
	width: 640px;
	position: relative;
	border: 2px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
}
#header{
	height: 100p%
	padding: 0px;
	margin: 0px;
}
#logo{
	height: 90px;
	background-image: url(/wedding/images/header_background.jpg);
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#topnav{
	height: 100%;
	text-align: center;
}
#topnav a:link, a:visited, a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#smallcontainer{
	height: 480px;
	background-color: #FFFFFF;
	border: thick double #333333;
}
#subnav {
	height: 100%;
	width: 115px;
	font-family: "Apple Chancery", "American Typewriter", Courier, serif;
	font-size: 12px;
	line-height:20px;
	color: #000000;
	position:relative;
	z-index:5;
	float: left;
}	
#subnav a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
#subnav a:hover {
	color: #333333;
	text-decoration: none;
}
#content {
	height: 460px;
	width: 480px;
	font-family: "Apple Chancery", "American Typewriter", Courier, serif;
	font-size: 12px;
	line-height:20px;
	color: #000000;
	position:relative;
	z-index:4;
	float: right;
	overflow: auto;
	margin: 10px;
	border: thin dotted #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#pictures {
	height:100%;
	width: 100%;
	padding: 10px;
	margin: 10px;	
	float: right;
}
#footer{
	margin: 0px;
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
}
#bottomnav a:link, a:visited, a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#bottomnav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
