/* Main page setting */
body {
 background-color: olive;
 font-family: arial, verdana, tahoma, sans-serif;
 /**/
 text-align: center;
 min-width: 1000px;

}

#main-holder {
 overflow: hidden;
 padding: 10px 15px 5px 10px;
 width: 1000px;
 background-color: #ffffff;
 margin: 0 auto;
 text-align: left;
}

p
{
 margin-top: 0px;
 margin-bottom: 1px
}
/* END - Main page setting */

/* Top menu system */
#nav {
 width: 100%;
 float: left;
 margin: -6px 0 8px 0;
 padding: 0;
 list-style: none;
 background-color: #cccccc;
 border-bottom: 2px solid #cccccc; 
border-top: 2px solid #cccccc; }

#nav li {
float: left; }

#nav li a {
 display: block;
 padding: 5px 5px;
 text-decoration: none;
 font-weight: bold;
 color: #002809;
border-right: 4px solid #acacac; }

#nav li a:link {
 color: #002809;
background-color: #d4e782; }

#nav li a:visited {
 color: #002809;
background-color: #d4e782; }

#nav li a:hover {
 color: #ececec;
background-color: #002809; }
/* END Top menu system */

#headerelements  
{
 background: #ffffff;
 width: 100%;
}

#banner  
{
 background: #ffffff;
 width: 1000px;
 padding-left: 10px;
}

img
{  border-style: none;
}

#likeplus
{
 margin: 4px 0 4px 0;
 border-top: 3px #d4e782 solid;
 border-bottom: 3px #d4e782 solid;
 background-color: #ffffff;
 width:100%;
 overflow: hidden;
}

#bookmarkbox
{
 margin: 0;
 padding: 4px 0 0 0;
 width: 450px;
 float: left;
}

#googlebox
{
 width:450px;
 height:28px;
 float:right;
 /*
 margin-top:-130px;
 */
}

#googlesearch
{
 padding-top: 2px;;
 float:right;
 width: 300px;
}

#topmenu
{
 float: left; 
 /*width: 81%;*/
 width: 1000px;
 background-color: #ffffff;
 color: #000000;
 padding-right: 0px;
 padding-left: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin-top: 5px;
}

#topnav
{
 letter-spacing: 1px;
 font-weight: bold;	
 color: #000000;
 float: left; 
 width: 990px;
 padding: 1px 0 3px 10px;
 background-color: #ffffff;
 /*     background-color: #ccccff;
 border-top: 1px solid #002809;*/
 border-bottom: 3px solid #d4e782;
}

#topnav a:link
{ 
 font-weight:bold;
 color:#0000ff;
 text-decoration:underline;
 background-color: #ffffff;
}

#topnav a:visited
{
 font-weight:bold;
 color:#ff0000;
 text-decoration:underline;
 background-color: #ffffff;
}

#topnav a:hover
{
 font-weight:bold;
 color:#800000;
 text-decoration:underline;
 background-color: #ffffff;
}

/*Start Actorvator styles*/
.overlay{
 background:transparent url(images1/overlay.png) repeat top left;
 position:fixed;
 top:0px;
 bottom:0px;
 left:0px;
 right:0px;
 z-index:2000;
}
.box{
 position:fixed;
 top:-1500px;
 left:20%;
 right:20%;
 background-color:#ffffff;
 color:#0F0F0F;
 padding:20px;
 border:2px solid #cccccc;
 -moz-border-radius: 20px;
 -webkit-border-radius:20px;
 -khtml-border-radius:20px;
 -moz-box-shadow: 0 1px 5px #333333;
 -webkit-box-shadow: 0 1px 5px #333333;
 z-index:2001;
}

.box h1{
 margin:-20px -20px 0px -20px;
 padding:10px;
 color:#EF7777;
}

a.boxclose{
 float:right;
 width:26px;
 height:26px;
 background:transparent url(images1/cancel.png) repeat top left;
 margin-top:-30px;
 margin-right:-30px;
 cursor:pointer;
}
/*End - Actorvator styles*/

#footer
{
 background-color:#ffffff;
}
