body {
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size: small;
	color:#555;
	background-color:#FFF;
	text-align:left;
	width: 768px;   
}

* html body {
font-size: x-small;
f\ont-size: small;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

.img_link img {
    display:  block;
    padding-top: 5px;
    padding-bottom: 20px;
    border: none;
    margin:0 auto;
}

li {
	list-style-image:url(../i/li.gif);
	line-height:160%;
}

#header {
  padding-top:20px;
	width:100%;
	margin:0 auto 20px;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:240%;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 10px;
	padding:5px 0 0;
	color:#736451;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:120%;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000;
	border-bottom:2px solid #eee;
}

h3 {
color:#444;
}

#content {
	width:750px;
	margin:0 auto;
}

#intro {
	line-height:160%;
	text-indent:25px;
	padding:0 220px 0 0;
	
}
.clearer {
	clear:both;
}

.bold {
    font-weight:bold;
		color:#444;
}

#rightside {
	width:170px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#rightside h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:165%;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#728c40;
	text-align:right;
}
.sidemenu {
}

#rightside p {
    padding: 5px;
    padding-right: 0;
}
.sidemenu a {
	display:block;
	width:100%;
	background-image:url(../i/arrow_green.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.sidemenu a:hover {
	background-color:#eee;
	background-image:url(../i/arrow_red.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#main {
	margin-right:200px;
	padding-right:35px;
}

#main h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:200%;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#728c40;
}

#main p {
	padding: 5px 20px 5px 20px;
	line-height:160%;
}

#main .rightarticleimg {
	float:right;
	padding:5px;
	border:1px solid #eee;
	margin:5px 0 5px 20px;
}

#main .leftarticleimg {
	float:left;
	padding:5px;
	border:1px solid #eee;
	margin:5px 0 5px 20px;
}

#main .standalone_img {
    display:  block;
    margin: 0 auto 40px;
}

#footer {
	width:768px;
	border-top:2px solid #eee;
	margin-top:50px;
	padding:5px 0;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}
