* { padding: 0; margin: 0; }

body 
{
    font-family:             "trebuchet ms", "arial", "helvetica", "sans-serif";
    font-size:               10pt;
}


#container 
{
	margin:                 1em 1em 1em 1em;

	border:			        2px solid #fff;
	background-image:		url(images/background.gif);
	background-color:		#000000;
	font-family:            "trebuchet ms", "arial", "helvetica", "sans-serif";
}



#header 
{
	color:                  #000;
	height:					70px;
	background-image:		url(images/background.gif);
	padding-bottom:	        5px;
	margin:					0px 0px 0px 158px;
}

#header a
{
	padding:				0px 40px 0px 30px;
	color:					#000;
	text-align:				left;
	font-family:            "palatino linotype", "trebuchet ms", "arial", "sans-serif";
	font-size:              37pt;
	vertical-align:			bottom;
	text-decoration:		none;

}

#header a:hover
{
	padding:				0px 40px 0px 30px;
	color:					#000;
	text-align:				left;
	font-family:            "palatino linotype", "trebuchet ms", "arial", "sans-serif";
	font-size:              37pt;
	vertical-align:			bottom;
	text-decoration:		none;
}


#header img
{
	margin-left:			32px;
	margin-top:				10px;
}


#navigation
{
	color:                  #666;
	background-image:		url(images/background.gif);
	margin:                 0px 0px 0px 0px;
	padding:                10px 2px 10px 2px;
	width:                  155px;
	float:                  left;
	line-height:            22pt;
	letter-spacing: 		1px;
	font-family:            "palatino linotype", "trebuchet ms", "arial", "sans-serif";
	font-size:				12pt;
	text-decoration:		none;
	text-align:				left;
	list-style-type:		circle;
}



#navigation li a
{
	font-weight:			800;
	color:					#000;
	padding:				0px 10px 0px 10px;
	text-decoration:		none;
	display:				list-item;
	text-align:				left;
}

#navigation li a:hover
{
	background-color:		#000;
	color:					#FFCC00;
	padding:				0px 10px 0px 10px;
	text-decoration:		none;
	list-style-type:		square;
	text-align:				left;
}

#navigation img a
{
	border:					none;
	color:					#FFF;
	background-color:		#FFFFFF;
	padding-bottom:			20px;
}

#navigation img a:hover
{
	border:					none;
	padding-bottom:			20px;
}



#content 
{ 
    color:					#FFF;
    margin:                 0px 20px 10px 158px;
    padding:                10px 30px 200px 30px;
    line-height:            14pt;
	background-color:		#000000;
	font-size:				10pt;
	text-align:				left;
	min-height:				400px;
}



#content h1
{
    text-align:             center;
    font-size:              20pt; 
    color:					#FFCC00;
    padding:                5px 0px 10px 0px;
	font-family:			"palatino linotype", "trebuchet ms", "arial", "sans-serif";
}



#content h2
{
    text-align:             center;
    font-size:              12pt; 
    color:                  #FFCC00;
}



#content h3
{
    text-align:             left;
    font-size:              20px; 
    color:                  #666666;
}


#content h4
{
    text-align:             left;
    font-size:              18px; 
    color:                  #666666;
}


#content a
{ 
    color:                  #0000FF;
	font-size:				10pt;
	font-weight:			bold;
	text-decoration:		none;
}



#content a:hover
{ 
    color:					#0000FF;
	font-weight:			bold;
	text-decoration:		underline;
}


#content h4
{ 
    color:                  #FFF;
	font-size:				9pt;
	font-family:			"trebuchet ms", "arial", "sans-serif";
	text-align:				center;
}


#content br
{
	line-height:			16pt;
}


#content img
{
  	margin:					5px 0px 2px 0px;
	text-align:				center;
	font-size:				8pt;
	font-family:			"trebuchet ms", "arial", "sans-serif";
	padding:				0px;
	display:				inline;
}



# content desc
{
	font-size:				8pt;
	font-family:			"trebuchet ms", "arial", "sans-serif";
	text-align:				center;
}




#footer 
{ 
    clear:					both;
    color:                  #000;
    padding:                2px 0px 2px 0px;
    text-align:		        center;
    line-height:            14pt;
	font-size:				8pt;
	border-top:				3px ridge #fff;
	font-family:			"trebuchet ms", "agency fb", "arial", "times", "serif";
	display:				block;
	background-color:		#FFF;
}


#footer a
{
    color: 			        #0000FF;
    font-size: 		       	9pt;
}


#footer a:hover
{
    color: 			        #0000FF;
    border-bottom: 	        1px solid #ddd;
    font-size: 		        9pt;
	font-weight:			bold;
}


/* CONTENT - CSS Properties for images and descriptions */

div.img
{
	 margin: 				2px 2px 2px 30px;
	 border: 				1px solid #000;
	 height: 				auto;
	 width: 				auto;
	 float: 				left;
	 text-align: 			center;
	 background-color:		#000;
}	



div.img img
{
	  display: 				block;
	  margin: 				3px;
	  border: 				4px solid #000;
}



div.img a:hover img 
{
	border: 				4px solid #000;
}



content desc
{
	  text-align: 			center;
	  font-size:			9pt;
	  font-weight: 			normal;
	  width: 				150px;
	  margin: 				4px;
}










