@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4eefa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/backtop.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}
a {
	text-decoration:none;
	color:#C30;
	font-weight:900;
}
a:hover{
	color:#960;
}
.oneColElsCtr #container {
	
	width: 50em;
	background: #e4eefa;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.riarnne{
	background-image: url(images/riarnne.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 193px;
	width: 165px;
	margin-left: -48px;
	margin-top: 30px;
	
}
#tophead{
	background-image: url(images/wedding.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 750px;
	margin-left:22px;
	margin-top: -15px;	
}
h1{
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #660000;
}
.littltext{
	font-size:10px;
	color:#300;
	}
.adbox{
	height:auto;
	width:auto;
	margin:2 0 0 2;
}
#searchbox{
	float:right;
	margin-top:-30px;
}
img{
	border:0px;
}
.divai{
	background-image:url(images/divai.jpg);
	background-repeat:repeat-x;
	height:63px;
}
.logodiv{
	float:left;
	padding:20px;
}
#footer{
	font-size:10px;
	color:#630;
	font-weight:900;
}
#bot{text-align:center; font-size:10px; width:800px; margin-left:auto; margin-right:auto; margin-top:60px;}
#divjoke{
	float:right;
	width:530px;
	color:#900;
	font-size:12px;
		}
.divjo{
	text-align:center;
	color:#060;
	font-weight:900;
	font-size:14px;
		}
.divjoke{
	float:left;
	width:auto;
	color:#900;
	font-size:12px;
		}
#menu{
	height: auto;
	width: 750px;
	margin: 2px;
}
.horizontalcssmenu ul{
margin: 0 0 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position:relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 115px;
	margin: 0px 1px 0px 2px;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
	background-color: #CFE9E9;
	color: black;
	font: 900 13px Tahoma;
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
	text-indent: 3px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
font-weight: 900;
padding: 1px;
background: #e3f1bd;

background-color: #CFE9E9;
}

.horizontalcssmenu ul li a:hover{
	background-color: #0000FF;
	font-weight: 900;
	color: #FFFFCC;
	border: 1px solid #FF0000;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
background-color: #0000FF;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: transparent;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/*<style type="text/css">"/
/*<![CDATA[*/
#showimage {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	MIN-WIDTH: 300px; CURSOR: pointer; BACKGROUND-COLOR: #efefef
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 5px
}
/*]]>*/
/*</style>*/