html {
	height: 100%;
}
body {
	background-color: #888;
/*	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	text-align: center;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#FFFFFF;
	height: 100%;
}

a:link{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline}
a:visited{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline}
a:hover{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:none}
a:active{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline}

a.navItem{font-size:12px; line-height:20px;}

#wrapper {
	margin: auto;
	width: 960px;
	text-align: left;
	background-color: #dddddd;
}

#header {
	width: 960px;
	height: 287px;
	text-align: center;
	background-color: #bbbbbb;
}

#contentL1,#contentM1 {
	float: left;
	width: 300px;
	height: 400px;
	margin: 15px 0px 15px 0px;
}

#contentL1 {
	margin: 0px 5px 0px 18px;
	height: 320px;
}

#contentM1 {
	background-color: #3366CC;
	margin: 15px 10px 15px 10px;
	padding-left: 10px;
	width: 300px;
	min-height: 320px;
}

#contentR1 {
/*	background-image: url(images/box3bg.gif);
	background-repeat: no-repeat;*/
	height: 320px;
	width: 300px;
	margin-top: 15px;
	float: left;
}

#contentL,#contentM,#contentR {
	margin: 10px;
}

#contentM {
	margin: 10px 10px 10px 0px;
}

#twitter_div li {
	margin-bottom: 10px;
}

.boxTitle {
	font-size: 18px;
	font-weight: 900;
	color: #666;
}

.box1Text {
	font-size: 14px;
	line-height:22px;
	color:#333;
}

#footer {
	height: 40px;
	width: 960px;
	background-color:#FF0033;
	margin: auto;
	text-align: left;
}