/* Text formatting */
p, a, li, h1 {margin:0px; padding:0px;}
p, a, li, h1, input, textarea, select, th, td {
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	line-height:15px;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a.normal {font-size:13px;cursor:pointer;}

.big {font-size:13px; line-height:20px;}

img {
	border:none;
}

div.wrapper {
	min-width:850px;
	margin-left:50px; margin-right:50px;
}
table.header {
	width:100%;
    margin-top:25px;
}
	table.header td.left {
		width:30px; min-width:30px;
		height:34px; min-height:34px;
		background-repeat:no-repeat;
	}
	table.header td.center {
		height:34px; min-height:34px;
	}
	table.header td.right {
		width:30px; min-width:30px;
		height:34px; min-height:34px;
		background-repeat:no-repeat;
	}
div.navigation {
	overflow:auto;
	margin-left:1px; margin-right:1px;
}
	div.navigation div.logo {
		height:100px;
		width:200px;
		float:left;
		margin-left:30px;
	}
	div.navigation div.links {
		height:20px;
		float:right;
		margin-top:68px;
		margin-right:20px;
	}
	div.navigation div.links a {
		font-size:14px;
		margin-left:5px; margin-right:5px;
	}
div.banner {
	width		:100%;
	height		:200px;
	overflow	:hidden;
	margin-left:1px;margin-right:-1px;
	
}
div.main {
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	margin-left:1px; margin-right:1px;
	overflow:auto;
}
	div.sidebar {
		width:300px;
		height:350px;
		float:left;
		}
		div.sidebar div.top {
			margin-top:50px;
			margin-bottom:100px;
		}
		div.sidebar div.bottom {
			height:100px;
			text-align:center;
		}
	div.content {
		padding:20px;
		height:310px;
	}

	div.content2 {
		height:660px;
		padding:20px;
	}
	div.content2 img {
		padding:20px;
	}
table.bottom {
	width:100%;
}
	table.bottom td.left {
		width:31px; min-width:31px;
		height:47px; min-height:47px;
		background-repeat:no-repeat;
	}
	table.bottom td.center {
		height:47px; min-height:47px;
	}
	table.bottom td.right {
		width:31px; min-width:31px;
		height:47px; min-height:47px;
		background-repeat:no-repeat;
	}
div.footer {
	overflow:auto;
	margin-bottom:20px;
}
	div.footer div.left {
		float:left;
		width:200px;
		height:55px;
	}
	div.footer div.right {
		float:right;
		height:55px;
	}
	div.footer div.links {
		height:55px;
		float:right;
		margin-right:20px;
	}