/* **************************** /*
** 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:       72%; /* reset 1EM to 10px */
	margin:          50;
	padding:         0;
	background:      url('images/bg2.gif') top left repeat;
	font-family:     trebuchet MS, sans-serif;
}

#logos
{
	padding: 20px 10px 0px 0px;
	text-align:left;
	
}

#photocred
{
	padding: 5px 0px 10px 0px;
	text-align:center;
	color: #666;
	
}


a {text-decoration:underline; font-family: trebuchet MS, sans-serif; font-size: 1em; color:#333}
a:link {text-decoration:underline; font-family: trebuchet MS, sans-serif; font-size: 1em; color:#333}
a:visited {text-decoration:underline; font-family: trebuchet MS, sans-serif; font-size: 1em; color:#333}
a:hover {text-decoration:none; font-family: trebuchet MS, sans-serif; font-size: 1em; color:#990000}

#container
{
	margin:          0 auto;
	width:           780px;
	position:        relative;
	background:      url('images/containerbg.jpg') bottom no-repeat;
	background-color:#f9eabf;
	border: 1px solid #000;
}

#head
{
	height:          60px;
	background:      #e4ce89 !important;
	width: 780px;
}

#header
{
	margin:          0 auto;
	width:           780px;
	height:          220px;
	background:      transparent url('images/header.jpg') top left no-repeat;
}

#menu
{
	height:          25px;
	background:      #3a3e3c !important;
	text-align: right;
	color:ffe699;
	letter-spacing: .04em;
	font-family:     trebuchet MS, sans-serif;
}

#menu ul
{
	margin:          0;
	padding-top:     5px;
	
}

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

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #ffe699;	
	padding:         17px;
	font-size:       12px;
	font-family:     trebuchet MS, sans-serif ;
	font-weight:     normal;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('images/menuon2.png') center left repeat-x;
	color:           #ffe699;
	height:          25px;
}

#menu2
{
	height:          25px;
	background:      #3a3e3c !important;
	text-align: center;
	letter-spacing: .1em;
	font-family:     trebuchet MS, sans-serif;
}

#menu2 ul
{
	margin:          0;
	padding-top:   4px;
	
}

#menu2 ul li
{
	list-style:      none;
	display:         inline;
}

#menu2 ul li a:link, #menu2 ul li a:active, #menu2 ul li a:visited
{
	color:           #ffe699;	
	padding:         11px;
	font-size:       10px;
	font-family:     tahoma, arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu2 ul li a:hover
{
	background:      transparent url('images/menuon2.png') center left repeat-x;
	color:           #ffe699;
	height:          25px;
}


#insidecontent
{
	float:           right;
	width:           545px;
}

#insidecontent p
{
	margin:          0;
	color:           #000;
	font-family:     trebuchet MS, sans-serif ;
	font-size:       1.2em;
	line-height:     150%;
	padding:         10px 25px 0px 0px;
}


#sidebar
{
	padding:         0px 10px 10px 10px;
	float:           left;
	width:           190px;
	background:      #e4ce89;
	
	
}

#sidebar p
{
	margin:          0;
	color:           #333;
	font-family:     trebuchet MS, sans-serif ;
	font-size:       1.15em;
	line-height:     170%;
	padding:         10px 10px 6px 10px;
	
}

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

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

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #900;
	padding:25px 0px 0px 0px;
}


#footer
{
	margin:          0 auto;
	width:           780px;
	height:          45px;
	background:      transparent url('images/footer.png') top left repeat-x;
}

#footer span 
{
	display:         block;
	position:        relative;
	font-family:     trebuchet MS, sans-serif ;
	font-size:       12px;
	padding:         13px;
	color:           #ccc;
	text-align:center;
}

