﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body
{ 
font-size:14px;
font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
color:#000;
background-image:url('../imgs/img01.jpg')
}
a
{
color:#000;
text-decoration:underline;
}
a:hover
{
color:#000;
text-decoration:none;
}
p
{
margin:0;
padding:10px 0;
font-size:14px;
font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
color:#000;
}
h1
{
margin:10px 0 5px 0;
padding:0;
font-weight:normal;
}
img
{
border:0;
}
h2
{
font-size:16px;
font-weight:bold;
font-family:"Trebuchet MS", arial, sans-serif;
margin: 0 0 12px;
padding:0;
}
#wrapper
{
width:990px;
margin:5px auto 5px auto;
padding:0;
background:#fff;
border:4px double #ccc;
}
/* Header */
#header
{
height:220px;
margin:2px 0 0px 0;
padding:0;
background-image:url('../imgs/template-3-image-1.jpg')
}
#header h1
{
margin:0;
padding:5px 0 0 15px;
color:#790301;
font-size:38px;
}
#header h1 a
{
color:#790301;
text-decoration:none;
}
#header h1 a:hover
{
color:#790301;
text-decoration:none;
}
#header h2
{
margin:0;
padding:0 0 0 60px;
color:white;
font-size:22px;
font-weight:normal;
}
#header-navigation
{
height:30px;
line-height:30px;
margin:0 auto;
padding:1px 0;
border:1px solid #ddd;
background:#eee;
}
#header-navigation ul
{
margin:0;
padding:1px;
display:inline;
list-style-type:none;
width:100%;
background:#eee;
}
#header-navigation ul li
{
float:left;
margin:0;
padding:0;
border-right:2px solid #fff;
background:#eee;
}
#header-navigation ul li a
{
color:#790301;
font-weight:bold;
display:block;
text-decoration:none;
padding:0 10px;
margin:0;
}
#header-navigation ul li a:hover
{
background:#790301;
color:#fff;
}

/* Content */
#container
{
width:100%;
margin:0 0 10px 0;
padding:0;
}
* html #container
{
height:1%;
}
#content
{
float:left;
width:540px;
margin:0;
padding:0 10px 20px 0;
}
#content h1
{
margin:10px 5px 10px 5px;
padding:0;
color:#790301;
font-size:32px;
font-family:"Trebuchet MS", arial, sans-serif;
font-weight:normal;
}
#content h2
{
margin:10px 5px 5px 5px;
padding:0;
color:#282844;
font-size:22px;
font-family:"Trebuchet MS", arial, sans-serif;
font-weight:normal;
}
#content p
{
margin:10px 5px 10px 5px;
padding:0;
color:#000;
font-size:16px;
font-family:"Trebuchet MS", arial, sans-serif;
}
#content .img-float-left
{
float:left;
margin:5px 15px 5px 0px;
padding:0;
border:1px solid #444;
width:150px;
height:150px;
}
#content .img-float-right
{
float:right;
margin:5px 0px 5px 15px;
padding:0;
border:1px solid #444;
width:150px;
height:150px;
}
/* center and right columns */
#navigation-columns
{
float:left;
width:440px;
}
* html #navigation-columns
{
height:1%;
}
#center-column
{
float:left;
width:230px;
margin:0;
padding:0 10px;
}
#center-column h1
{
margin:0;
padding:0 0 5px 5px;
color:#282844;
font-size:22px;
font-weight:normal;
font-family:"Trebuchet MS", arial, sans-serif;
}
#center-column p
{
margin:5px 0;
padding:5px;
color:#000;
font-size:14px;
font-family:"Trebuchet MS", arial, sans-serif;
border:1px dotted #444;
}
#center-column ul
{
margin:5px 0;
padding:0;
text-align:left;
border:1px dotted #444;
}
#center-column ul li
{
display:block;
margin:0;
padding:3px 2px;
list-style-type:none;
font-size:14px;
border-bottom:1px dotted #444;
}
#center-column ul li a
{
font-size:14px;
color:#000;
text-decoration:underline;
}
#center-column ul li a span
{
color:#000;
font-size:14px;
font-family:arial, tahoma, sans-serif;
font-weight:normal;
text-decoration:underline;
}
#center-column ul li a:hover
{
border:none;
text-decoration:none;
}
#right-column
{
float:left;
width:190px;
padding:0;
}
#right-column p
{
margin:5px 0;
padding:5px;
color:#000;
font-size:14px;
font-family:"Trebuchet MS", arial, sans-serif;
border:1px dotted #444;
}
#right-column h1
{
margin:0;
padding:0 0 5px 5px;
color:#282844;
font-size:22px;
font-weight:normal;
font-family:"Trebuchet MS", arial, sans-serif;
}
#right-column ul
{
margin:0;
padding:0;
border:1px dotted #444;
}
#right-column ul li
{
display:block;
margin:0;
padding:3px 2px;
list-style-type:none;
font-size:14px;
font-family:arial, tahoma, sans-serif;
}
#right-column ul li a
{
font-size:14px;
color:#000;
text-decoration:underline;
}
#right-column ul li a:hover
{
text-decoration:none;
}
/* footer */
#footer
{
clear:both;
margin:0 auto;
padding:0;
font-size:11px;
line-height:16px;
color:#808080;
background:#eee;
text-align:center;
}
#footer p
{
margin:0;
padding:5px 2px;
color:#444;
font-size:14px;
font-family:arial, tahoma, sans-serif;
}
#footer a
{
font-size:14px;
color:#000;
text-decoration:underline;
}
#footer a:hover
{
font-size:14px;
color:#000;
text-decoration:none;
}
#footer a.credit
{
font-size:11px;
font-family:arial, tahoma, sans-serif;
color:#444;
text-decoration:none;
}
#footer a.credit:hover
{
font-size:11px;
font-family:arial, tahoma, sans-serif;
color:#444;
text-decoration:none;
}

.img-left	{
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		}

.img-right	{
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
		}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

