@import url("index4.html.css");
/* CSS Document */
p{
margin: 2px;
pading;
}
body{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
margin-bottom: 2px;
overflow: hidden;
}
#logo{
background: url(images/illusion.gif) top left no-repeat ;
height: 150px;
width: 100%;
margin-top: 60px;

}

#container{
width: 800px;
margin: 30px auto;
margin-top: 50px;
height: 700px;
}
#left{
width: 35%;
float: left;
font-family: Helvetica, Arial, sans-serif;
}
#left p{ 
margin-bottom: 0px; 
}
#left ul{
list-style: none;
}
#left ul li{
font-weight: bold;
margin-bottom: -2px;
font-size: 17px;
}

#left ul li a{
color: #000;
text-decoration: none;
text-transform: uppercase;
}

#openme1 a.links {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 2px;
	text-transform: none;
}
#openme2 a.links {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 2px;
	text-transform: none;
}


#right{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 0;
	color: #999;
	height:600px;
	font-style: normal;
	width: 65%;
	float: right;
	overflow: auto;

}
#right p, #right h2{
	margin-left: 8px;	
}
#right h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #000;
}
#right img{
	margin-top: 15px;
	margin-left: 0;
}
#footer {
clear: both;
border-top: #000 solid 1px;
position: relative;
top: 10px;
}
#footer p{
font-size: 10px;
}
#openme1, #openme2, #openme3{
margin-bottom: 10px;
font-weight: 400;
display: none;
font-size: 11px;
color: #999;
text-transform: inherit;
}

