* {
	margin:0;
	padding:0;
}


body {
	background-color:#000; background-image:url(images/body_bg.gif); background-repeat:repeat-x;
}

h1 {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#fff; }
p {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; }
p.large {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:14px; color:#fff; line-height:22px; }
a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:underline; }
a:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999; text-decoration:underline; }

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	height:1200px;
}

#banner {
	position:absolute;
	width:1200px;
	height:950px;
	background-image:url(images/bannerIMG_01.jpg);
	background-repeat:no-repeat;
	top:144px;
}


#wrapper {
	position:relative;
	width:960px;
	height:990px;
	margin:auto;
}


#header {
	position:absolute;
	width:960px;
	height:144px;
	top:0;
	left:0;
}

#contactInfo {
	position:absolute;
	width:330px;
	height:23px;
	padding:7px 0 0 0;
	top:0;
	left:630px;
}

#nav {
	position:absolute;
	width:711px;
	height:30px;
	top:69px;
	left:250px;
}

#nav ul li {
	display:inline;
	float:left;
	list-style-type: none;
	width:160px;
	height:30px;
	}
	
#nav a.home {
	display:block;
	width:160px;
	height:28px;
	color:#fff;
	font-family:Tahoma, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #000;
	text-align:center;
	}

#nav a.home:hover {
	display:block;
	width:160px;
	height:28px;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #000;
	text-align:center;
	}


#bannerBut {
	position:absolute;
	width:323px;
	height:42px;
	top:439px;
	left:0;
}


#bannerBut ul li {
	display:inline;
	float:left;
	list-style-type: none;
	width:150px;
	height:42px;
	}
	
#bannerBut a.but {
	display:block;
	width:165px;
	height:32px;
	color:#fff;
	padding:10px 0 0 0;
	background-image:url(images/but_01.png);
	font-family:Tahoma, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}

#bannerBut a.but:hover {
	display:block;
	width:165px;
	height:32px;
	color:#000;
	padding:10px 0 0 0;
	background-image:url(images/BUTHOVER.png);
	font-family:Tahoma, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
#bannerBut a.but2 {
	display:block;
	width:165px;
	height:32px;
	color:#fff;
	padding:10px 0 0 0;
	margin-left:10px;
	background-image:url(images/but_01.png);
	font-family:Tahoma, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}

#bannerBut a.but2:hover {
	display:block;
	width:165px;
	height:32px;
	color:#000;
	padding:10px 0 0 0;
	margin-left:10px;
	background-image:url(images/BUTHOVER.png);
	font-family:Tahoma, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}

#column01 {
	position:absolute;
	width:410px;
	height:430px;
	top:515px;
	left:0;
}

#column02 {
	position:absolute;
	width:490px;
	height:220px;
	top:515px;
	left:469px;
}

#column03 {
	position:absolute;
	width:490px;
	height:184px;
	padding: 8px 0 0 0;
	top:752px;
	left:469px;
	border:1px solid #666; 
}


#footer {
	position:absolute;
	width:480px;
	height:52px;
	top:946px;
	padding:10px 0 0 0;
	left:0;
}

#footer02 {
	position:absolute;
	width:480px;
	height:52px;
	top:0;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
	left:480px;
	text-align:right;
}
























