/* Generic */
html, body {
	margin:0px;
	padding:0px;
}

body {
	background:url(../images/background.gif) repeat-x left top #8E449D;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

a { color:#496788; text-decoration:underline; }
a:hover { text-decoration:none; }

h1 {
	font-family:Georgia;
	font-weight:100;
	font-size:2em;
}

h1.subtitle {
	border-bottom:dashed 2px #333333;
	padding-bottom:3px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

.clear_height {
	clear:both;
	height:30px;
}


/* Wrapper */
#main_holder {
	background:url(../images/back_waves.png) no-repeat top;
	width:1000px;
	margin:0 auto;
}

#wrapper_holder {
	width:890px;
	margin:40px auto;
}

#wrapper {
	width:855px;
	background:url(../images/wrapper_back.png) repeat-y left;
	margin:0px;
	padding:0px 13px 0px 13px;
}

#wrapper_top {
	background:url(../images/wrapper_top1.png) no-repeat right top;
	width:893px;
	height:48px;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	behavior:url(iepngfix.htc);
	position:relative;
}

#wrapper_top h1 {
	margin-left:222px;
	padding:20px 0px 4px 0px;
}

#wrapper_foot {
	background:url(../images/wrapper_bot.png) no-repeat right bottom;
	margin:0px;
	padding:65px 0px 0px 0px;
	width:877px;
	behavior:url(iepngfix.htc);
	color:#ffffff;
}

#wrapper_foot a {
	color:#ffffff;
}

#foot_content {
	padding:0px 0px 0px 0px;
	font-size:0.9em;
}

#foot_content table {
	margin:0 auto;
	padding-bottom:13px;
}

#foot_content p {
	line-height:2px;
}

/* Logo */ 
#logo {
	width:225px;
	height:140px;
	margin:0 auto;
	position:absolute;
	top:10px;
	z-index:100;
	cursor:pointer;
}

#logo_inner {
	background:url(../images/logo.png) no-repeat left top;
	width:225px;
	height:140px;
	margin:0px;
	padding:0px;
	position:relative;
	left:-30px;
	behavior:url(iepngfix.htc);
}

/* IOV Logo */
#iov {
	width:225px;
	height:140px;
	margin:0 auto;
	position:absolute;
	top:10px;
	z-index:10;
	cursor:pointer;
}

#iov_inner {
	background:url(../images/iov.jpg) no-repeat left top;
	width:225px;
	height:140px;
	margin:0px;
	padding:0px;
	position:relative;
	left:810px;
	top:50px;
	behavior:url(iepngfix.htc);
}
/*#iov {
	background:url(../images/iov.jpg) no-repeat right top;
	width:53px;
	height:54px;
	position:absolute;
	right:290px;
	top:63px;
	cursor:pointer;
	z-index:100;
}*/

/* Menu */
#menu {
	width:860px;
	border-bottom:solid 2px #047A20;
	margin:0px;
	padding:0px;
	color:#333333;
}

#menu a { color:#333333; text-decoration:none; }

#menu_inner {
	width:100%;
	border-bottom:solid 2px #DEB3E1;
	height:34px;
	background:url(../images/menu_back2.png) repeat-x top left;
	margin:0px;
	padding:0px;
	padding-top:1px;
	behavior:url(iepngfix.htc);
}

#menu ul {
	list-style:none;
	margin: 10px 0px 0px 175px;
}

#menu ul li {
	display:inline;
	margin:3px;
	border-right:solid 2px #B3BEB5;
	padding-right:10px;
}

#menu ul li.lastOne {
	border-right:none;
}

#menu ul li a {
	width:auto;
	height:auto;
	color:#fff;
}

/* 404 Page */
#fourohfour {
	margin:60px auto;
	width:400px;
	text-align:center;
	height:120px;
}
