/*
=====================
    Universal
=====================
*/
*{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Comic Sans MS", "Tahoma", sans-serif;
    font-size: 12px;
    color: #fff;
}
body{
	background-color: #527d48;
	background-image: url("../images/header-repeat.png");
	background-repeat: repeat-x;
	background-position: 0 24px;
}

/*
=====================
    Containers
=====================
*/
#container{
    width: 770px;
    margin: auto;
}
#header{
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	clear: both;
	height: 148px;
}
#menuLeft{
	float: left;
	width: 140px;
}
#content{
	float: right;
	width: 620px;
}
#footer{
	width: 450px;
	margin: auto;
	text-align: center;
	clear: both;
	border-top: 1px solid #212121;
	padding-top: 10px;
}

/*
=====================
    HTML Tags
=====================
*/
h1, h2, h3, h4, h5, h6, h7, p, ul{
margin-bottom: 10px;
}
h1{
	font-size: 2.2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.4em;
}
p, th, td, li, a{
	font-family: "Tahoma", "Helvetica", "Bitstream Vera Sans", "Verdana", sans-serif; 
}
li{
	list-style-position: inside;
}

/* #menuLeft */
#menuLeft li{
	list-style-type: none;
}
#menuLeft li.pdf{
	padding-left: 20px;
	background: url("../images/icons/pdf.gif") no-repeat 0% 50%;
}
#menuLeft li.link{
	padding-left: 20px;
	background: url("../images/icons/web.gif") no-repeat 0% 50%;
}

/* #content */
#content ul{
	margin-left: 20px;
}
#content li{
	list-style-type: square;
}
#content ul#address{
	margin: 0;
}
#content ul#address li{
	text-align: center;
	list-style-type: none;
}
#content a, #menuLeft a,
#content a:link, #menuLeft a:link,
#content a:visited, #menuLeft a:visited,
#content a:active, #menuLeft a:active{
	color: #d8c703;
	text-decoration: underline;
}
#content a:hover, #menuLeft a:hover{
	color: #FE9D02;
}
#content table#contact{
	width: 350px;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
table th,
table td{
	padding: 2px;
}
table th{
	background-color: #434343;
	color: #fff;
	font-weight: bold;
}
table td.leftSide{
	text-align: right;
	padding-right: 5px;
}

/* #content table.photos */
#content table.photos{
	text-align: center;
	margin: auto;
}
#content table.photos td{
	height: 160px;
	width: 160px;
}
#content table.photos img{
	padding: 5px;
	border: 1px solid #d8c703;
}
#content table.photos img:hover{
	border: 1px solid #FE9D02;
}

/* #footer */
#footer *{
	font-size: 10px;
}
#footer p{
	color: #252722;
	margin: 0;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active{
	color: #222;
	text-decoration: underline;
}
#footer a:hover{
	color: #000;
}
