/* CSS Document */

html, body, div, h1, h2, h3, h4, p { 
	margin: 0; padding: 0; 
}

body {
	background: #000000 url(../images/bkgd.jpg) repeat-x top left;
}

/* h1 { display: none; } */
a { text-decoration: none; }
a img { border: 0; }

p, td {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 0.8em;
	color: white;
	line-height: 1.3em;
}

p { margin: 5px 0 5px 0; }

.textInput {
	background: #233b1b;
	border: 1px solid #718069;
	font-size: 0.9em;
	color: white;
	padding: 2px;
	margin: 0;
	width: 130px;
}

#wrapper {
	background: url(../images/CF02.jpg) no-repeat top center;
	min-width: 950px;
}

#mainContent {
	padding-top: 135px;
	height: 700px;
	width: 820px;
	margin:auto;
}

#topLeft {
	margin: 0 0 0 0;
	height: 150px;
}

#bottomLeft {
	position: relative;
	height: 160px;
	width: 300px;
	top:285px;
	left: 0px;
}

#bottomLeft p {
	font-size: 0.7em;
}

#bottomRight {
	position: relative;
	right: 0;
	width: 232px;
	left: 590px;
	top: 275px;
}

#jccmLink {color: #fa6d03; text-decoration: none; }