/* general definitions */

html{
	min-height: 101%;
}

body{
	font-size: 9pt;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-sarif;
	background: #ffffff url(images/background.png) repeat-x;
}

h1, h2, h3, p {
	margin: 0px;
}

#container{
	width:	934px;
	margin: 10px auto;
	padding: 0px;
	background: #ffffff;
}

#container-inner{
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	border: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

#top{
	width: 922px;
	height: 206px;
	padding-top: 6px;
	margin: 0px 6px;
	background: #ffffff;
	float: left;
}

#logo{
	width: 226px;
	height: 52px;
	margin-top: 60px;
	margin-right: 6px;
	background: #ffffff url(images/parkpod_logo.jpg) no-repeat;
	float: left;
}

#heading{
	width: 684px;
	height: 206px;
	float: left;
}

#heading h1, #heading h2{
	color: #404040;
	text-align: center;
	font-size: 32pt;
	font-weight: normal;
	padding-top: 50px;
}

#heading h2{
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	padding: 15px;
}

#center{
	width: 922px;
	height: 600px;
	margin: 0px 6px;
	padding: 0px;
	float: left;
	background: #ffffff;
}

#picture{
	width: 585px;
	height: 600px;
	background: #ffffff url(images/frontpicture.jpg) no-repeat;
	float: left;
}

#navcontainer {
	width: 280px;
	height: 150px;
	float: left;
	font-size: 14pt;
	padding-top: 180px;
	padding-left: 50px;
}


#navcontainer h2{
	font-size: 11pt;
	font-weight: normal;
	padding: 20px 0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
	display: block;
	color: #FFF;
	width: 12em;
	padding: .2em .8em;
	text-decoration: none;
}

#navcontainer a:visited, #navcontainer a:active, #navcontainer a:link{	
}
#navcontainer a:hover
{
	color: #ff8000;
}

.box{
	background-color: #306CB9;
	border: solid 1px #306CB9;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

#footer_left{
	font-size: 9pt;
	float: left;
	color: #505050;
	margin-left: 5px;
}

#footer{
	font-size: 9pt;
	float: right;
}

#footer a, #footer a:visited, #footer a:active, #footer a:link{
	padding: 5px 5px;
	color: #505050;
	text-decoration: none;
}
#footer a:hover
{
	color: #ff8000;
}

