@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#f5f5f5;
	background-image:url(../images/pageBG.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

.logo{
	width:375px;
	height:200px;
	text-align:center;
	position:absolute;
	z-index:100;
}

.menu{
	width:1200px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.menuCell{
	width:140px;
	text-align:center;
	height:50px;
	vertical-align:top;
}

.menuCellSelected{
	width:140px;
	text-align:center;
	height:50px;
	vertical-align:top;
	background-image:url(../images/selected.png);
	background-repeat:no-repeat;
}

.leftSide{
	width:200px;
	background-image:url(../images/twitterBG.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
}

.rightSide{
	width:900px;
	height:400px;
	background-image:url(../images/contentBG.png);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
}

.rightUpSide{
	width:900px;
	height:150px;
	vertical-align:middle;
	background-image:url(../images/rightTitle.png);
	background-repeat:no-repeat;
}

.tableOrder{
	margin-left:auto;
	margin-right:auto;
}

li{
	margin-top:10px;
	margin-left:-10px;
}

#twitter_update_list{
	list-style:none;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:125px;
	margin-top:75px;
	color:#FFF;
}

a:active{
	text-decoration: none;
	outline:none;
}

a:link {
	text-decoration: none;
	color:#CCC;
}

a:visited {
	text-decoration: none;
	color:#CCC;
}

a:hover {
	text-decoration: underline;
	color:#CCC;
}

.links{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.spacer{
	height:15px;
}

.homeContent{
	width:800px;
	margin-left:50px;
	margin-right:30px;
	text-align:justify;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}