/*---------------------
html tags
---------------------*/
body {
	color: #000;
	background: #eeece0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
	text-align: center;	
}
p, li {
	font-size: 10px;
}
h1 {
	font-weight: bold;
	font-size: 11px;
	color: #3e647e;
}
h2 {
	font-weight: bold;
	font-size: 10px;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #3e647e;
	text-decoration: none;
}
a:visited {
	color: #3e647e;
	text-decoration: none;
}
a:hover {
	color: #cecab2;
	text-decoration: none;
}

/*---------------------
main table
---------------------*/
#maintable {
	background: #ffffff;
	width: 760px;
	height: 400px;
	margin-top: 150px;
}

/*------------------------------
navigation
------------------------------*/
#navmenu ul {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
#navmenu a {
	color: #3e647e;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#navmenu a:visited {
	color: #3e647e;
	text-decoration: none;
}
#navmenu a:hover {
	color: #cecab2;
	text-decoration: none;
}

/*------------------------------
general/dynamic content
------------------------------*/
#logoholder {
	height: 155px;
	text-align: left;
}
#navholder {
	width: 120px;
	text-align: left;
	vertical-align: top;
}
#containerholder {
	width: 320px;
	height: 220px;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
#container {
	position:relative;
	width:300px;
	height:200px;
	border:1px solid #3e647e;
	overflow:hidden;
	background:#eeece0;
}
#photoholder {
	width: 320px;
	height: 200px;
	padding-left: 5px;
	vertical-align: top;
}

/*------------------------------
miscellaneous items
------------------------------*/
#toplinks{
	padding: 10px 10px 10px 0px;	
	vertical-align: bottom;
	text-align: right;
}
#toplinks a {
	color: #3e647e;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}
#toplinks a:visited {
	color: #3e647e;
	text-decoration: none;
}
#toplinks a:hover {
	color: #cecab2;
	text-decoration: none;
}
#toplinks img{
	vertical-align: middle;
}
#footerright{	
	padding: 0px 10px 0px 0px;
	width: 320px;
	height: 30px;
	margin-top: 0px;
	vertical-align: top;
	text-align: right;
}
#footerright a {
	color: #3e647e;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}
#footerright a:visited {
	color: #3e647e;
	text-decoration: none;
}
#footerright a:hover {
	color: #cecab2;
	text-decoration: none;
}
#footerright img{
	vertical-align: middle;
}

/*-------------------------------------------------
lists
-------------------------------------------------*/
ul
{
	margin-left: 1em;
}
li
{
  	margin-bottom: 1em;
	list-style: none;
	padding: 0;
}
/*---------------------
lower table
---------------------*/
#lowertable {
	width: 760px;
	height: 15px;
	padding-left: 10px;
	vertical-align: top;
}
