@charset "UTF-8";

body {
	background-color: #d7d7d7;
	background-image:url(../assets/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 0px 20px 0px;
}

#brand {
	width:760px;
	height:166px;
	background-image:url(../assets/logo.gif);
	background-repeat:no-repeat;
	margin:20px auto auto auto;
}

#bodyArea {
	width:760px;
	padding:0px;
	margin:20px auto 0px auto;
}

#bodyAreaFirst {
	width:760px;
	padding:0px;
	margin:-60px auto 0px auto;
}

#bodyTop {
	width:760px;
	height:20px;
	padding:0px;
	margin:0px;
	background-image:url(../assets/top.gif);
	background-repeat:no-repeat;
}

#bodyMiddle {
	width:680px;
	padding:0px 40px 0px 40px;
	margin:0px;
	background-image:url(../assets/middle.gif);
	background-repeat:repeat-y;
}

#bodyBottom {
	width:760px;
	height:20px;
	padding:0px;
	margin:0px;
	background-image:url(../assets/bottom.gif);
	background-repeat:no-repeat;
}

#userEntry {
	width:673px;;
	height:22px;
	background-color:#fff;
	border:solid 1px #999;
	margin-bottom:5px;
	padding-left:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#userSubmit {
	width:100px;
	height:26px;
	background-color:#fff;
	border:solid 1px #999;
	position:relative;
	z-index:10;
	left:468px;
	margin-bottom:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#userSubmit:hover {
	width:100px;
	height:26px;
	background-color:#ccc;
	border:solid 1px #999;
	position:relative;
	z-index:10;
	left:468px;
	margin-bottom:18px;
}

#notification {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:24px;
	float:left;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#666;
	margin-bottom:5px;
}

.timeStamp {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#448ccb;
	line-height:24px;
}

.userMessage {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
}