/* 

Coded by Mitch Satchwell

For use with the image and HTML files it is supplied with only. 

© Madkid.org, 2006, all rights reserved. 

*/

body {
background-color: #FFFFFF;
background-image: url('imgsite/01.jpg');
background-repeat: repeat-x;
font-family: Arial;
font-size: 12px;
color: #FFDFBB;
text-align: center; 
margin: 61px 0px 0px 0px; 
}

a:link { 
text-decoration: none; 
font-weight: normal; 
color: #265A5B; 
}

a:visited { 
text-decoration: none; 
font-weight: normal; 
color: #255758; 
}

a:active { 
text-decoration: none; 
font-weight: bold; 
color: #000000; 
}

a:hover { 
text-decoration: none; 
font-weight: bold; 
color: #000000; 
}

#left a:link { 
text-decoration: none; 
font-weight: normal; 
color: #000000; 
}

#left a:visited { 
text-decoration: none; 
font-weight: normal; 
color: #000000; 
}

#left a:active { 
text-decoration: none; 
font-weight: normal; 
color: #FF9900; 
}

#left a:hover { 
text-decoration: none; 
font-weight: bold; 
color: #FF9900; 
}

h1 {
font-family: Arial; 
font-weight: bold; 
color: #449FA7; 
text-transform: uppercase; 
font-size: 13px; 
margin: 0px 0px 0px 0px; 
}

h1:first-letter {
font-family: Arial; 
font-weight: bold; 
color: #449FA7; 
text-transform: uppercase; 
font-size: 16px; 
margin: 0px 0px 0px 0px; 
}

h2 {
font-family: Arial; 
font-weight: bold; 
color: #449FA7; 
text-transform: none; 
font-size: 13px; 
margin: 0px 0px 0px 15px; 
}

h2:first-letter {
font-family: Arial; 
font-weight: bold; 
color: #449FA7; 
text-transform: none; 
font-size: 16px; 
margin: 0px 0px 0px 0px; 
}

hr {
border: none; 
background-color: #CFEAEB; 
color: #CFEAEB; 
height: 1px; 
width: 160px;
margin: 2px 0px 4px 0px;  
}

p.side {
font-family: Arial;
font-size: 13px;
color: #000000;
margin: 0px 0px 0px 13px;
text-align: left; 
}

p {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin: 4px 0px 0px 0px;
	padding: 3px;
}

#container { 
background-color: #FFF9F2; 
background-image: url('imgsite/03.jpg');
background-repeat: repeat-y;
margin: auto;
position:relative;
padding: 0px; 
width: 800px;
text-align: justify; 
} 

#top {
background-image: url('imgsite/02.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
width: 800px; 
height: 182px; 
}

#left {
position: relative;
margin: 0px 0px 0px 15px;
width: 170px;
background-color: #FFF9F2; 
float: left;
}

#main {
position: relative;
width: 545px;
background-color: #FFFFFF; 
margin: 0px 0px 2px 210px;  
min-height: 0px; 
}

.clear {
width: 450px;
height: 14px; 
background-color: #FFFFFF; 
}

#footer {
background-image: url('imgsite/04.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
width: 800px; 
height: 25px; 
}

#footer2 {
background-image: url('imgsite/05.jpg');
background-repeat: no-repeat; 
background-position: center top; 
background-color: #FFFFFF; 
width: 800px; 
height: 28px;  
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 3px;
}
img.float-right {
  margin: 5px 0px 10px 10px; 
  	float: right; 
}
img.float-left {
	margin: 5px 20px 10px 10px;
	float: left;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 3px;	
}
th strong {
	color: #fff;
}
th {
	height: 2px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #B6D59A;
	background-color: #A4C4DD;
}
tr {
	height: 20px;
}
td {
	padding-left: 9px;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
