@charset "utf-8";
/* CSS Document */

#page {
	width: 1024px;
	height: 768px;
	margin-left:auto;
	margin-right:auto;
	border:solid #CC6652 2px;
}

#navigation {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	width:1024px;
	height:150px;
}

.navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	padding-top:75px;
	color:#CCCCCC;
	}

#leftarea {
	position:absolute;
	margin-left:0px;
	top:150px;
	width:275px;
	height:518px;
	padding-top:50px;
}

#mainarea {
	position:absolute;
	margin-left:275px;
	top:250px;
	width:475px;
	height:425px;
	background-image:url(images/main_area.gif);
	background-repeat:no-repeat;
}

#picturearea {
	position:absolute;
	margin-left:275px;
	top:250px;
	width:475px;
	height:425px;
}
	
#textcontainer {
	position:absolute;
	width:400px;
	height:400px;
	font-family:Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: 1px;
	line-height: 20px;
	color:#ccc;
	padding:35px 18px 0px 40px;
}

#rightarea {
	position:absolute;
	margin-left:750px;
	top:150px;
	width:274px;
	height:518px;
	padding-top:50px;
}

#icdsoft {
	top:396px;
	margin-left: 45px;
}

#footer {
	position:absolute;
	top:743px;
	width:1024px;
	height:25px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-align: center;
}
