*{margin: 0;padding: 0; border:none}

body 	{background: #fff url(images/bg.jpg) repeat-x top ;color: #333;font: 62.5% "Arial", "Tahoma", "MS Sans Serif", sans-serif;}

a			{ outline:none;}
a:visited	{}
a:hover		{}
a:active	{}

p	{}

ul			{list-style:none;}

/* STRUCTURE ----------------------------------*/

#wrapper { background:url(images/centerbg.gif) no-repeat; width:590px; margin:12px auto; padding:35px 10px 0 10px; }

/* main content */
	#wrapper h1 	{padding: 25px 0 50px 0; color:#92c049; text-align:center; 
					 font:bold italic 14px Georgia, "Times New Roman", Times, serif;}

	.content { background:url(images/contenttop.gif) no-repeat top right;  width:388px; margin:0 0 0 15px; padding:10px;  }
	
	.content a, .content a:visited {color:#069; padding:.2em;}
	.content a:hover{ color:#fff;background:#069; text-underline:none;}

	.content h2 	{margin: 12px 0 6px 0;font:bold 2em Georgia, "Times New Roman", Times, serif; color:#5fc2d2;
					background:url(images/dotline.gif) repeat-x bottom; padding-bottom:5px; }

	/*.content p 		{margin: 0 0 10px 0; color: #444; font-size:1.2em; line-height: 1.5em; text-align:justify;}*/
	
	.content p {margin: 0 0 10px 0; color: #444; font-size:1.2em; line-height: 1.5em; text-align:left;}


	.content ul 	{margin: 15px; font:1.5em/2em "Arial", "Tahoma", "MS Sans Serif", sans-serif;}	
	
	
	.contactbg { background:url(images/contactbg.jpg) no-repeat; width:363px; height:95px; color:#a999a2; 
	padding:15px; font-size:12px;}
	
	.fromtext { font:12px Arial, Helvetica, sans-serif; color:#a999a2; padding:6px;}
	
	.textfiedlds { border:1px solid #9e9e9e; background:#FFF; font:12px Arial, Helvetica, sans-serif; color:#000;
					width:180px; padding:2px;}
					
	.greyborder { border:1px solid #d6d6d6; padding:3px;}
	
	.orangeborder { border:1px solid #cbb881; margin:4px; }

/* sidebar */

	ul#nav-right 		{margin:0;list-style: none; background:url(images/dotline.gif) repeat-x bottom; }
	ul#nav-right li {}
	ul#nav-right li a {display: block; padding: 5px 5px;color: #a999a2;font-size:1.2em;
					   text-decoration: none; background:url(images/dotline.gif) repeat-x top;}
	ul#nav-right li a:hover {color: #648e20;}
	
	.photo { margin-bottom:10px; text-align:center;}
	
/* footer */

	.copyright{ font:12px Arial, Helvetica, sans-serif; color:#0fa4bc; text-align:left;
				background:url(images/dotline.gif) repeat-x top; padding:10px 0; }
	.text{ font:11px Arial, Helvetica, sans-serif; color:#333333; text-align:left;
				}
/*--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	