/* Basic Body */

	body {
		margin: 0;
	}
	
	#container {
		width: 840px;
		margin: 0 auto 0 auto;
		background: #fff url("/images/background.gif") 95% 0 no-repeat;
	}


/* Header */

	#header {
		padding-top: 24px;
		position: relative;
	}
	
	#header h1 {
		position: relative;
		font-size: 6px;
	}
	
	#header h1 a {
		display: block;
		width: 173px;
		height: 114px;
		background: transparent url("/images/logo.gif") no-repeat;
		text-indent: -1000px;
		text-decoration: none;
	}
	
	#subnavigation {
		position: relative;
		height: 75px;
	}
	
	#subnavigation ul {
		position: absolute;
		bottom: 2px;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	
	#subnavigation ul li {
		padding: 2px 0 2px 0;
	}
	
	#subnavigation a {
		color: #1f4889;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
	}
	
	#subnavigation a.navactive {
		font-weight: bold;
	}
	
	#navigation {
		position: relative;
		height: 40px;
		border-top: #1f4889 2px solid;
	}
	
	#navigation ul {
		position: left;
		right: 15px;
		margin: 0;
		padding: 5px 0 0 0;
		list-style: none;
	}
	
	#navigation ul li {
		float: left;
		padding-left: 30px;
	}


/* Content */

	#content {
		clear: both;
		height: 350px;
		border: #1f4889 2px solid;
	}
	
	#contentimage {
		float: left;
		width: 475px;
		height: 350px;
	}
	#contentimage2 {
		float: left;
		width: 445px;
		height: 350px;
		overflow: auto;
		
	}
	#contenttext {
		float: right;
		width: 315px;
		height: 310px;
		padding: 20px;
		line-height: 180%;
		overflow: auto;
	}
	
	#contenttext h2 {
		font-size: 12px;
		color: #1F4889;
		margin: 0;
		padding: 10px 0 0 0;
	}


/* Download Box */

	#downloadbox {
		border: #cdcdcd 1px solid;
		background-color: #efefef;
		padding: 6px;
	}
	
	#downloadbox img {
		float: left;
		margin: 5px;
		width: 33px;
		height: 31px;
	}