body {
	background-color: #988B1A;
	background-image: url(../images/background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 752px;
}

#header {
	width: 752px;
	height: 96px;
	background-image: url(../images/header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header img {
	float: left;
	margin-top: 15px;
}

#navTop {
	float: right;
	position: relative;
	top: 65px;
	left: -10px;
}

#navTop a {
	font-size: 13px;
	color: #F0D04C;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 20px;
}

#navTop a:hover {
	text-decoration: underline;
}

#left {
	float: left;
	margin-right: 5px;
	width: 129px;
	height: 371px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#navLeft {
	width: 120px;
	height: 242px;
	padding: 5px;
	padding-right: 4px;
	overflow: hidden;
}

#navLeft ul {
	margin: 0px;
	padding: 0px;
}

#navLeft li {
	list-style-type: none;
}

#navLeft a {
	display: block;
	padding: 7px 0px 7px 15px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

#navLeft a:hover {
	background-color: #C4B520;
}

#center {
	float: left;
	width: 473px;
	background-image: url(../images/center.jpg);
	background-repeat: repeat-y;
}

#centerTop {
	width: 473px;
	height: 25px;
	background-image: url(../images/centerTop.jpg);
	background-repeat: no-repeat;
}

#centerMid {
	padding: 0px 20px 0px 20px;
	width: 433px;
	font-size: 12px;
	color: #FFFFFF;
}
div#centerMid h2.abouttitle {
width:189px;
height:49px;
text-indent:-5000em;
background:url(../images/about_title.png) no-repeat;
}
div#centerMid h3 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size:1.3em;
font-weight:normal;
margin-top:12px;
}
div#centerMid img.suitcaseimg {
float:right;
}
div#centerMid img.memeimg {
float:right;
margin:40px 0 0 14px;
}
#centerMid p {
line-height:1.4em;
margin-bottom:18px;
font-size:1em;
}
#centerBottom {
	width: 473px;
	height: 65px;
	background-image: url(../images/centerBottom.jpg);
	background-repeat: no-repeat;
}

#right {
	float: right;
	margin: 0px;
	padding: 0px 4px 0px 5px;
	width: 130px;
	height: 371px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

#rightTxt {
	padding: 5px;
	padding-top:15px;
	height: 222px;
	overflow: hidden;
}

#rightTxt p {
	margin: 0px;
	padding: 0px;
font-size:1.05em;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 752px;
	height: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.clear {
	clear: both;
}






















/*---------------content left area----------------------*/
#leftNav {
	width:124px;
	height:380px;
	margin:2px 0 0 0;
	padding:8px 0 0 5px;
	float:left;
	font:12px georgia, serif;
	background: url(../images/left_column.gif) no-repeat left top;
}

.leftBoxContainer {
	border:none;
	margin:0;
	padding:0;
}

div#nav-cat {
	width: 124px; margin: 2px 0 0 0;
	background-color: #CE318C; font-weight:normal;
}

div#nav-cat ul {
	margin: 0; padding: 0; width: 124px; background-color: #9E921C;
	/*  border: 1px solid #AAA;*/
}

div#nav-cat ul.level2 {background-color: #9E921C;}
div#nav-cat ul.level3 {background-color: #9E921C;}
div#nav-cat ul.level4 {background-color: #9E921C;}
div#nav-cat ul.level5 {background-color: #9E921C;}
div#nav-cat ul.level6 {background-color: #9E921C;}

div#nav-cat li {
	position: relative; list-style: none; margin: 0;
	margin-top: 0; /* change it to whatever space you want to put space between buttons*/
	border-right: 4px solid #414347;
	border-bottom: 1px solid #414347; /* <---this line may help or hinder IE menu shifting issues */
}

div#nav-cat ul li.navlinkno {border-top: 1px solid #414347;}
div#nav-cat li li {
	margin: 0; /* this overrides the margin-top in the declaration above */
} 

div#nav-cat li:hover {background-color: #C4B520;}
div#nav-cat li.submenu {background-color: #9E921C;}
div#nav-cat li.submenu:hover {background-color: #C4B520;}
div#nav-cat li a {display: block; padding:.4em 0 .6em 1em;
text-decoration: none; width: 100px; color: white;}
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/
div#nav-cat>ul a {width: auto;}

div#nav-cat ul ul {

	position: absolute; 
	top: 0; 
	left: 124px;
	display: none;
}

div#nav-cat ul.level1 li.submenu:hover ul.level2, 
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;}
div#nav-cat ul li.nobordertop {}

div#nav-cat ul li ul {
	border-top:1px solid #414347;
}
div#memelink {
position:absolute;
top:360px;
left:325px;
width:122px;
height:110px;
}
div#memelink img {
width:122px;
height:110px;
}
