
/* **************************** /*
** green lush css based layout  **
** author: Yamazaki             **
** this layout is free for      **
** download, however you can't  **
** redistribute it and put the  **
** zip / rar file in your web   **
** without any permissions from **
** the author. thank you        **
** have fun with the layout     **
/* **************************** */

body
{
	font-size:       10px; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('../img/bg.png') top left repeat;
	font-family:     arial, tahoma, sans-serif;
}

a{
 color:#000;
}

#main
{

}

#container
{
	position:        relative;
	background:      transparent url('../img/containerbg.png') top center repeat-y;
  margin:          0 auto;
  width:           100%; 
}

#header
{
	margin:          0 auto;
	height:          96px;
	background:      transparent url('../img/header.jpg') top center no-repeat;
}

.headtitle
{
	position:        relative;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            42px;
}

#menu
{
	margin-left:     25px;
	margin-right:	 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
  width:           883px;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('../img/menuoff.png') top left repeat-x;
	height:          29px;
  width:           864px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
  width:           820px;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('../img/menuoff.png') center repeat-x;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('../img/menuon.png') center repeat-x;
	color:           #FDFDFD;
}

#roundedheader
{
	height:          18px;
	margin:          0 auto;
	background:      transparent url('../img/belowheader.png') top center no-repeat;
}

#content
{
	height:          840px;
  position:        relative;
  width:           830px;
  margin:          0 auto;
  
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-size:       1.2em;
	line-height:     170%;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-size:       1em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../img/abovefooter.png') top center no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       3.2em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #94c258;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #94C258;
}

.box
{
	width:100px;
	height:52px;
  border:1px solid #000;
  overflow: hidden;
  white-space: nowrap;
  text-align:center;
  background: #FFF;
}

.box_title a
{
  font-weight:bold;
  text-decoration:none;
  font-size:10px;
 /*  border-bottom:1px solid #c0c0c0; */
}

.box_content a
{
  font-weight:normal;
  text-decoration:none;
  font-size:9px;
}

.text_beneath
{
  font-size:9px;
  text-decoration:none;
  color: #000;
}

.text_beneath a
{
  font-size:9px;
  text-decoration:none;
  color: #000;
  border:0px;
}
.row {
}

#footer
{
	margin:          0 auto;
	padding-left:    20px;
	height:          39px;
	background:      transparent url('../img/footer.png') top center no-repeat;
}

#footer span
{
	display:         block;
	position:        relative;
	font-size:       1.2em;
	padding:         10px;
	color:           #565656;
}


.admin {
	width: 830px;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: 100px;
}

.admin td{
 background-color: #FFF;
 font-size:10px;
 text-align:center;
}
.admin th{
 background-color: #c0c0c0;
 font-size:10px;
 text-align:center;
}

#content2
{
  width:           830px;
  height: 100%;
  margin:          0 auto;
  
}

#container2
{
	background:      transparent url('../img/containerbg.png') top center repeat-y;
  margin:          0 auto;
  width:           100%; 
}

.preview
{
padding:100px;
visibility:hidden;
}