body {
	background-color: #52829A;
	font-family: Arial,sans-serif;
	font-size:12px;
	color: white;
	line-height: 20px;
	margin: 0;
}

.outter {
	background:transparent url("../img/tile.jpg") repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.contentsOutter {
	background: transparent url("../img/tile2.jpg") repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 360px;
}

.header {
	clear: both;
	width: 899px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
}

.left {
	margin-top: 12px;
	float: left;
	width: 240px;
}

.content {
	margin-top: 12px;
	float: left;
	width: 480px;
}

.right {
	margin-top: 12px;
	width: 240px;
	float: left;
}
	
.smallBox {
	background:transparent url("../img/smallbox_top.png") no-repeat scroll 0 0;
	clear:both;
	margin:0 0 12px;
	overflow:hidden;
	padding:13px 0 0;
	width:240px;
}

.smallBoxContent {
	background:transparent url("../img/smallbox_bottom.png") no-repeat scroll left bottom;
	margin:0;
	overflow:hidden;
	padding:0 14px 10px;
	width:220px;
}

.smallBoxContent h3 {
	font-family:Helvetica,Arial,sans-serif
	font-size:12px;
	color: white;
	margin-top: 0;
	margin-left: 40px;
}

.smallBoxContent img {
	float: left;
	border: none;
}

.menuBox {
	clear:both;
	margin:0 0 12px;
	overflow:hidden;
	padding:0;
	width:240px;
}

.menuBoxContent {
	background:transparent url("../img/menu_bottom.png") no-repeat scroll left bottom;
	margin:0;
	overflow:hidden;
	padding:8px 18px 18px;
	width:220px;
}

.menuBoxContent li {
	height: 22px;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}

.menuBoxContent li:hover {
	color: orange;
	cursor: pointer
}

.menuBoxContent ul {
	padding-left: 8px;
}

.menuBox h3 {
	background:transparent url("../img/menu_top.png") no-repeat scroll 0 0;
	display:block;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:14px 18px 0;
}

.bigBox2 {
	clear:both;
	margin:0 0 12px;
	overflow:hidden;
	padding:0;
	width:480px;
}

.bigBox2 h3 {
	background:transparent url("../img/box2_top.png") no-repeat scroll 0 0;
	display:block;
	margin:0;
	overflow:hidden;
	padding:14px 18px 0;
	height: 22px;
}

.bigBox2Content {
	background:transparent url("../img/box2_bottom.png") no-repeat scroll left bottom;
	margin:0;
	overflow:hidden;
	padding:8px 18px 18px;
	width:460px;
}

.bigBox {
	clear:both;
	margin:0 0 12px;
	overflow:hidden;
	padding:0;
	width:480px;
}

.bigBox h3 {
	background:transparent url("../img/box_top.png") no-repeat scroll 0 0;
	display:block;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:14px 18px 0;
}

.bigBoxContent {
	background:transparent url("../img/box_bottom.png") no-repeat scroll left bottom;
	margin:0;
	overflow:hidden;
	padding:8px 18px 18px;
	width:460px;
}

a:link { 
	color:white; 
	text-decoration:none;
	font-weight: bold;
}

a:visited { 
	color:white; 
	text-decoration:none;
	font-weight: bold;
}

a:hover { 
	color:orange; 
	text-decoration:none;
	cursor: pointer;
	font-weight: bold;
}

a:active { 
	color:white; 
	text-decoration:none;
	font-weight: bold;
}
	
.twittList {
	padding: 0;
}

.twittList li {
	margin-top: 8px;
}