* {
        padding: 0;
        margin:0;
	overflow: none;
	font-family: sans-serif;
	/* font-family: serif, "Latin Modern Roman", serif; */
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
        }

.ux-menu a {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #e3dad1;
	}

.ux-menu-sub {
	z-index: 100;
	}

#lefthalf120 {
	float: left;
	clear: right;
	width: 130px;
	max-width: 50%;
	padding-right: 10px;
	}

#lefthalf240 {
	float: left;
	clear: right;
	width: 250px;
	max-width: 50%;
	padding-right: 10px;
	}

#lefthalf120 img {
	width: 100%;
	height: auto;
	}

#lefthalf240 img {
	width: 100%;
	height: auto;
	}

#righthalf240 img {
	width: 100%;
	height: auto;
	}

#righthalf240 {
	float: right;
	clear: left;
	width: 250px;
	max-width: 50%;
	padding-left: 10px;
	}

#lefthalftext {
	clear: left;
	}

#righthalftext {
	clear: right;
	}

#prevnext a:link {
	color: black;
	}

#prevnext a:visited {
	color: black;
}

#prevnext a:hover {
	color: #886633;
}

#prevnext > #prev {
	float:left;
	padding-bottom: 1em;
	}

#prevnext > #next {
	float:right;
	padding-bottom: 1em;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	}

#level0 {
	height: 36px;
	background-color:black;
	clear: both;
	}

#social {
	float: right;
	margin-right: 5%;
	}

#google img {
	width: 32px;
	height: 32px;
	padding: 2px;
	}

#facebook img {
	width: 32px;
	height: 32px;
	padding: 2px;
	}

#twitter img {
	width: 16px;
	height: 16px;
	padding: 10px;
	}

#youtube img {
	width: 32px;
	height: 24px;
	padding: 6px 2px;
	}

#level1 {
	background: #8888FF;
	background: url("../images/logotile2.png"), linear-gradient(#CCCCFF, #6666FF);
	}

#middle {
	margin-left: 5%;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 90%;
	}

#menu {
        background-color:#DDBB66;
	box-shadow: 0 0 0 7px rgba(0,0,0,0.2);
	width: 100%;
        }

#content {
	padding: 1em;
	margin-top: 14px;
	clear: both;
	background-color:#DDCCCC;
	box-shadow: 0 0 0 7px rgba(0,0,0,0.2);
	overflow-y: hidden;
	overflow-x: hidden;
        }

#level2 {
	height: 2em;
	background-color:black;
	clear: both;
	}

#copyright {
	padding-top: 0.5em;
	color: white;
	padding-left: 0.5em;
	float: left;
	}

#privacy {
	padding-top: 0.5em;
	color: white;
	padding-left: 2.0em;
	float: left;
	}

#con1, #con2 {
	padding-top: 0.5em;
	float: right;
	color: white;
	}

#con3 {
	padding-top: 0.5em;
	float: right;
	padding-right: 0.5em;
	color: white;
	}

