*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1F5111;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1F5111;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{

}

#back
{
width: 627px;

margin: 0 auto;

}

#header {
background: url(images/header.jpg) no-repeat;
width: 627px;
height: 160px;
	height: 170px;
	text-align: left;
    margin-bottom: 10px;
	
}


#menu
{
width: 622px;
height: 36px;
padding-left: 50px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}


#menu a {
	float: left;
	width: 92px;
	height: 21px;
   display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/button.gif) no-repeat;
	margin-left: 9px;
}

#menu a:hover {
	width: 92px;
    height: 21px;
	color: #F8FAF7;
	text-decoration: underline;
	background: url(images/button_r.gif) no-repeat;
}


#logo {

text-align: left;
padding-top: 110px;
padding-left: 20px;
margin-bottom: 10px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 28px;
	color: #000000;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 18px;
padding: 0px;
margin: 0px;
}

#main
{
padding-top: 10px;
border: 1px solid #505050;
background: #F9F9FB;
}





#right ol, #right ul
{
margin-left: 30px;
}


#right
{
float: right;
width: 583px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	height: 45px;
	padding-left: 20px;
	background: url(images/h2.gif) no-repeat;
}

#right H4 a
{
color: #FFFFFF
}

#right a
{
color: #666666;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1F5111;
}



#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}

@media screen and (max-width: 500px) {
 body {
    font-size:.9em;
	margin-left:1pc;
	margin-right:1pc;
 }
 a {
   line-height: 200%;
 }
 
 #menu {
	width: 300px;
}

#right {
  width: 300px;
}

#back {
  width: 300px;
}

#header {
  width: 300px;
}
}