body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: sans, Verdana;
}
a
{
	font-size: 12px;
	font-family: sans, Verdana;
}
input, button
{
	font-family: sans, Verdana;
}
.template
{
	width: 1024px;
}
.template .templateTop
{
	height: 23px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}
.template .templateToolBar
{
	height: 127px;
	background-color: #FFF;
	background-image: url('images/toolbar.jpg');
	background-repeat: repeat-x;
}
.template .templateToolBar .logo
{
	height: 127px;
	width: 180px;
	text-align: center;
}
.template .templateToolBar .barSeparator
{
	height: 127px;
	width: 2px;
	background-color: #e3e3e3;
}
.template .templateToolBar .space
{
	width: 15px;
}
.btn1, .btn2, .btn3, .btn4, .btn5, .btn6
{
	background-repeat: no-repeat;
	background-position: 3px 20px;
	text-align: right;
	height: 127px;
	width: 138px;
}
.btn1 a, .btn2 a, .btn3 a, .btn4 a, .btn5 a, .btn6 a
{
	font-size: 10pt;
}
.btn1a, .btn1 a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.btn2a, .btn2 a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.btn3a, .btn3 a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.btn4a, .btn4 a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.btn5a, .btn5 a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.btn6a, .btn6 a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.template .templateToolBar .btn1 {background-image: url('images/toolbar/home.jpg');}
.template .templateToolBar .btn2 {background-image: url('images/toolbar/aboutUs.jpg');}
.template .templateToolBar .btn3 {background-image: url('images/toolbar/service.jpg');}
.template .templateToolBar .btn4 {background-image: url('images/toolbar/project.jpg');}
.template .templateToolBar .btn5 {background-image: url('images/toolbar/gallery.jpg');}
.template .templateToolBar .btn6 {background-image: url('images/toolbar/contact.jpg');}
.template .templateToolBar .btn1:hover {background-image: url('images/toolbar/homeH.jpg');color: #FFF;}
.template .templateToolBar .btn2:hover {background-image: url('images/toolbar/aboutUsH.jpg');color: #FFF;}
.template .templateToolBar .btn3:hover {background-image: url('images/toolbar/serviceH.jpg');color: #FFF;}
.template .templateToolBar .btn4:hover {background-image: url('images/toolbar/projectH.jpg');color: #FFF;}
.template .templateToolBar .btn5:hover {background-image: url('images/toolbar/galleryH.jpg');color: #FFF;}
.template .templateToolBar .btn6:hover {background-image: url('images/toolbar/contactH.jpg');color: #FFF;}
.template .templateMiddle
{
	height: 32px;
	background-image: url('images/middle.jpg');
	background-repeat: no-repeat;
	padding-top: 1px;
}
.template .templateBody .bodyClass
{
	width: 1024px;
	background-color: #fff;
}
.template .templateBody .bodyClass .bodyLeft
{
	width: 235px;
	height: 553px;
	background-image: url('images/left.jpg');
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}
.template .templateBody .bodyClass .bodyMidlle
{
	width: 756px;
	height: 553px;
	background-image: url('images/body_middle.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: 10px 0px;
	background-color: #FFF;
	padding: 10px;
}
#center
{
	width: 756px;
	height: 533px;
	overflow: auto;
}
.template .templateBody .bodyClass .bodyRight
{
	width: 41px;
	height: 553px;
	background-image: url('images/right.jpg');
	background-repeat: no-repeat;
	background-position: 0px -0px;
}
.template .templateBottom
{
	height: 34px;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	padding-top: 1px;
}

