h2 {
	font-size:13px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 83px; /* Width of Menu Items */
	border-bottom: 1px solid #000;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 82px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; display: block;
	text-decoration: none;
	color: #777;
	background: #000; /* IE6 Bug */
	padding: 5px;
	/* IE6 Bug */
	border-bottom: 0px none;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: none;
	font-size:11px;
	}
a:hover {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	}

a:visited {
	text-decoration: none;
	}

a.nav:link, a.nav:visited {
	font-size:10pt;
	font-weight: bold;
	color: #999999;
	}

a.nav:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	}
	
img {
	border: none;
	}

.nav {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	}

#container2 {
	width: 680px;
	height:500px;
	border: 1px solid #ABAF9B;
	margin-top:0;
	overflow:hidden;
	}
	
#main_container 
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	top: 37px;
	left: 143px;
	width: 800px;
	border: none;
	height:550px;
	}
	
#inside_nav
	{
	margin-top:15px;
	margin-bottom:20px;
	border-bottom: 1px dashed;
	width:100%;
	height:150px;
	}
	
#inside
	{
	width:178px;
	height:500px;
	border-right: 1px solid;
	border-color:#CCC;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	background-color:#000;
	}

#inside2
	{
	width:178px;
	height:500px;
	border-right: 1px solid;
	border-color:#CCC;
	float:left;
	background-color:#000000;
	background-image:url(images/02a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#inside3
	{
	width:178px;
	height:500px;
	border-right: 1px solid;
	border-color:#CCC;
	float:left;
	background-color:#000000;
	background-image:url(images/01a.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}



#inside p
	{
	margin: 10px 10px;
	}

#nav
	{
	margin: 0 12px;
	}
	
#inside h2
	{
	margin: 0 12px;
	}	
#outside
	{
	height: 10px;
	width:680px;
	float:left;
	text-align: right;
	padding-right: 20px;
	color:#999;
	margin-top:10px;
	font-size:9px;
	}

#content3
	{
	float:right;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#content4
	{
	width:450px;
	margin: 70px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	overflow:hidden;
	}

#content4 p
	{
	margin: 15px 0 0 25px;
	}

#Nav_container
	{
	font-family: Arial;
	font-size: 12px;
	color:#999;
	float: right;
	width: 200px;
	border: 1px solid #ABAF9B;
	padding: 2px;
	}

#container {
	margin-top: 200px;
	margin-left: 350px;
	}
