* {
     padding: 0;
     margin: 0;
}

#main {
	width:960px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    font-size: 11pt;
	color:#303030;
}
.componentheading {
	display:none;
}

#menu {
	float:left;
	width:295px;
	height:380px;
	background-image:url('img/menu_bg.jpg');
}
#menu ul {
	list-style-type:none;
	position:relative;
	top:100px;
	left:71px;
	width:200px;
}
#menu li {
	margin-top:15px;
}
#menu a {
	font-size:15pt;
	color:#303030;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}

#top {
	float:right;
	width:665px;
	height:194px;
	background-image:url('img/top_bg.jpg');
}
#submenu {
	float:left;
	width:295px;
	height:340px;
	background-image:url('img/submenu_bg.jpg');
}
#submenu ul {
	position:relative;
	list-style-type:none;
	left:140px;
	top:5px;
	width:145px;
}
#submenu li {
	margin-bottom:8px;
}
#submenu a {
	color:#303030;
}
.submenu_highlight {
	font-weight:bold;
}

#content {
	float:right;
	width:665px;
	min-height:526px;
	height:auto !important;
	height:526px;
	background-image:url('img/content_bg.jpg');
	background-repeat:no-repeat;
}
#contentcontainer {
	margin:30px 0 0 6px;
}
#content h2 {
	font-size:24pt;
	padding-bottom:12px;
	font-weight:normal;
}
#content h3 {
	font-size:18pt;
	padding-bottom:8px;
	font-weight:normal;
}
#content a {
	text-decoration:underline;
	color:#333377;
}
#content a:hover {
	text-decoration:none;
}
.contentheading {
	font-size:24pt;
	padding-bottom:12px;
}
#content ul {
	list-style-type:none;
	margin-left:30px;
}
#content ol {
	margin-left:30px;
}
#content li {
	margin-top:4px;
}
#content p {
  max-width: 625px;
}

#recommend {
	top:225px;
	left: 945px;
	position:absolute;
	width:210px;
	height:210px;
	/*border:1px solid gray;*/
}
#recommend img {
	width:210px;
}
#recommend a {
	color:blue;
}

#content_menu {
	margin-bottom:10px;
	margin-top:-16px;
}
#content_menu ul {
	margin-left:2px;
	list-style-type:none;
}
#content_menu li {
	display:inline;
}
#content_menu a {
	font-weight:bold;
	margin-right:15px;
	font-size:12pt;
	text-decoration:none;
}
#content_menu a:hover {
	text-decoration:underline;
}
