html,body {
	background-color: #888888;
	text-align: center;
	font-family: Arial;
	font: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

#maincontainer {
	width: 780px;
	margin: 0 auto;
	background-color: #CCCCCC;
	background-image: url("img/mainbg.png");
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial;
	font: Arial;
	font-size: 12px;
	color: black;	
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}

#titlebox {
	clear: both;
	width: 780px;
	height: 75px;
	text-align: right;
}

#menubox {
	clear: both;
	width: 780px;
	height: 20px;
	text-align: left;
	background-color: #555555;
}

/* nav menu */

#nav {
	background-color: #555555;
	margin: 0 0 0 0;
	padding: 0 1px;
	height: 21px;
}

#nav ul {
	clear:both;
	height:20px;
	list-style-type: none;
	display: inline;
}

#nav li {
	height: 20px;
	clear: both;
	list-style-type: none;
	display: inline;
}

#nav a{
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #555555;
	font-family: Arial;
	font: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 6px;
	text-decoration: none;
}
#nav a:hover{
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #888888;
	font-family: Arial;
	font: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 6px;
	text-decoration: none;
}

/* maincontent styles */

#maincontent {
	clear: both;
	width: 780px;
	text-align: left;
	padding-left: 5px;
	margin-top: 80px;
	font-family: Arial;
	font: Arial;
	font-size: 12px;
}

#maincontent h1 {
	font-family: Arial;
	font: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #5F5F5F;
}

#maincontent h2 {
	font-family: Arial;
	font: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #5F5F5F;
}

#maincontent h3 {
	font-family: Arial;
	font: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #5F5F5F;
}

#maincontent a{
	font-weight: bold;
	color: #0116AF;
}
#maincontent a:hover{
	color: #001DF2;
}

/* foto albumstyles */
#albumbox {
	clear: both;
	width: 760px;
	height: 160px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #C1C1C1;
}
#albumimg {
	width: 200px;
	height: 150px;
	float: left;
}
#albumdes {
	width: 540px;
	height: 150px;
	float: right;
}

#thumbcontainer {
	clear: both;
	width: 760px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}
#thumbleft {
	float: left;
	width: 350px;
	height: 160px;
	text-align: center;
	background-color: #C1C1C1;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}
#thumbright {
	float: right;
	width: 350px;
	height: 160px;
	text-align: center;
	background-color: #C1C1C1;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}
#clear {
	clear: both;
}

img, div, input { behavior: url("iepngfix.htc") }

