/* **************************** /*
** 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:       62.5%; /* reset 1EM to 10px */-->
	margin:         0;
	padding:        0;
	background: 	transparent url('./figures/bg.png') top left repeat;
	text-align: 	justify;
	font-family:	Arial;
	font-size: 	12px;

	
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('./figures/containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto;
	width:           643px;
	height:          80px;
	background:      #EDEDED; <!--transparent url('./figures/MISC.jpg') top left no-repeat;-->
}

.headtitle
{     
	position:        center;
	padding:     	 20px 10px 15px 20px;
	font-family:     Arial;
	font-size:       12px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          35px;
	background:      #bbd75a !important;
	background:      transparent url('./figures/containerbg.png') top left repeat-y; <!--#b3d24e; -->
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('./figures/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #7F7F7F;	
	position:        center;
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('./figures/menuoff.png') center left repeat-x;
	font-family:     Arial;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('./figures/menuon.png') center left repeat-x;
	color:           #FFFFFF;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('./figures/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      520px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('./figures/contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           340px;
}

#insidecontent p
{
	margin:          0;
	color:           #000000;
	font-family:	 Arial;
	font-size:       12px;
	line-height:     130%;
}

#sidebar
{	margin:          0.5px 20px ;
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
        height:          relative; 
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     Arial;
	font-size:       1em;
	line-height:     130%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('./figures/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       2.5em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.6em;
	font-weight:     normal;
	color:           #94c258;
}

h3
{
	margin:          0;
	font-size:       1.2em;
	font-weight:     normal;
	color:           #94C258;
}

h4
{
	margin:          0;
	font-size:       1.2em;
	font-weight:     normal;
	color:	         #333366
		
}

h5
{
	margin:          0;
	font-weight:     strong;
	color:           #d8f7af;
	font-size:       1.4em;
}

h6
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -0.6em;
	left:            3em;
	font-size:       1em;
	font-weight:     strong;
	color:           #94c258;
}

h7
{
	margin:          0px 10px  50px  280px;
	font-size:       1.5em;
	font-weight:     STRONG;
	color:           #94C258;
}

#footer
{
	margin:          0 auto;
	width:           640px;
	height:          35px;
	background:      transparent url('./figures/footer.png') top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     Arial;
	font-size:       0.9em;
	padding:         10px;
	color:           #7F7F7F;
}
