/* CSS Document */
/* Global */
body {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

html {
	height:100%;
} 

#container {
	width:990px;
	height:420px;
	top:50%;
	left:50%;
	margin-left:-495px;
	margin-right:auto;
	margin-top:-210px;
	margin-bottom:auto;
	position:absolute;
} 

a, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#F26522;
}

.pdflink {
	background-image:url(images/pdf.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:30px;
	text-decoration: none;
}

.maillink {
	background-image:url(images/mail.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:30px;
	text-decoration: none;
}

/* Header */
#header {
	width:100%;
	height:150px;
	position:absolute;
}

#logo {
	width:340px;
	height:auto;
	float:right;
}

#sec_navi {
	width:440px;
	height:20px;
	margin-left:190px;
	margin-top:120px;
}

#title {
	width:340px;
	height:auto;
	margin-top:-20px;
	color:#F26522;
	font-weight:bold;
	float:right;
}

/* Content */
#content {
	width:100%;
	height:250px;
	padding-top:150px;
}

#left_box {
	width:174px;
	height:232px;
	float:left;
}

#middle_box {
	width:440px;
	height:232px;
	margin-left:192px;
}

#right_box {
	width:340px;
	height:232px;
	float:right;
}

#text_box {
	width:340px;
	height:173px;
	margin-top:-16px;
	position:absolute;
}

#image_box {
	width:340px;
	height:59px;
	padding-top:173px;
}

/* Footer */
#footer {
	width:100%;
	height:20px;
}

#design_prod {
	width:170px;
	height:20px;
	float:left;
}

#created {
	width:340px;
	font-size:11px;
	float:right;
	text-align:right;
	margin-top:7px;
}

