﻿
/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
 text-align: justify;
}
ul {
	list-style-type: disc;
	padding-left: 1em;
	list-style-position: inside;
	}


#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 900px;
 display: inline;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 75px;
 background: #fff;
 padding-bottom:5px;
}

#footer { 
 width: 900px;
 height: 25px;
 clear: both;
 color: #333;
 background: #BBBE30;
}

#menu {
	background: #F7FE00;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #FFD600 url("images/seperator.gif") bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #868A08 url("images/hover.bmp") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
