@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0; 
	padding: 0;
}

body {  
	background-image:  url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #9cf;
	font-family: Arial;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 16px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;
}

h2 {
	font-family: Arial, Sans-Serif;
	color: #333;
	margin-bottom: -10px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 20px;
}

h3 {
	font-family: Arial, Sans-Serif;
	color: #333;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}

#container {
	width: 760px;
	margin: auto;
	background-image: url(images/bg_container.png);
	background-repeat: repeat-none;
	padding: 0px;
	
}

#container li{
	list-style-image: url(images/li.png);
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-right: 30px;
}


#container a {
	color: #39c;
	text-decoration: none;
}

#container a:hover{
	color: #9cf;
}


.nav {
	float: right;
	margin-top: 50px;
	margin-right: 25px;
	width: 160px;
	height: 195px;
}

.photos {
	width: 690px;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}


.left {
	width: 500px;
	float: left;
	margin-left: 50px;
	margin-top: 280px;
}

.left h1 {
	color: #fff;
	font-size: 18px;
	margin-bottom: -5px;
}

.right {
	width: 170px;
	float: right;
	padding: 10px;
	background-color: #39c;
	color: #fff;
	margin-top: 40px;
	margin-right: 16px;
}

.right h1 {
	font-size: 18px;
}

.clearer {clear: both;}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 100px;
	margin: auto;
	padding-top: 30px;
}

#footer a {
	color: #39c;
	text-decoration: none;
}

#footer a:hover{
	color: #9cf;
}
	


/* Table Design */

table {
  border-collapse: collapse;
  border: 2px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
}

td, th {
  border: 1px solid #cc9;
  padding: .3em;
  }

thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
  

tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }


tfoot td {
  border: 1px solid #996;
  }

.odd {
  color: #333;
  background: #f7f5dc;
  }

	