
/* CSS Document */

body {
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

#wraper {
	margin:auto;
	width:900px;
}

.modual-box {
	clear:both;
}

.header {
	width:894px;
	height:87px;
	background:url(../images/header.gif) no-repeat;
}
	
.navigation {
	margin-left:120px;
	width:auto;
	font-size:1px;
	padding-top:30px;
}

.navigation a {
	display:block;
	float:left;
	padding-top:5px;
	margin:0;
}

.navigation span {
	display:block;
	margin-top:-5px;
	width:auto;
	float:right;
	padding-right:130px;
}


		
.modual-box{
	margin:auto;
	width:683px;
	clear:both;
}

.box-top{
	margin-top:0px;
	padding:2px;
	background:url(../images/box_top.gif) no-repeat;
}
		
.box-body {
	padding:10px;
	background:url(../images/box_middle.gif) repeat-y;
}

.title-center {
	background:url(../images/title_center.gif) repeat-x;
	height:25px;
}

.title-left {
	background:url(../images/title_left.gif) 0 0 no-repeat;
}

.title-right {
	background:url(../images/title_right.gif) 100% 0 no-repeat;
	padding-left:20px;
}


.box-image{
	float:left;
	width:120px;
	padding-left:10px;
	margin-top:20px;
}

.box-bottom {
	clear:left;
	padding:3px;
	background:url(../images/box_bottom.gif)  no-repeat;
}

.footer-center {
	background:url(../images/footer_center.gif) repeat-x;
	height:25px;
	margin-top:25px;
}

.footer-left {
	background:url(../images/footer_left.gif) 0 0 no-repeat;
}

.footer-right {
	background:url(../images/footer_right.gif) 100% 0 no-repeat;
	padding-left:165px;
}


.tview:link, .tview:active, .tview:visited
{
	color: #3268d2;
	text-decoration: none;
}

