@charset "UTF-8";
body {
	font: 100% Georgia, serif;
	background-color:#242424;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.record {
	width:350px;
	float:left;
	padding:10px;
	color:#CCCCCC;
	font: 85% Georgia, serif;
	line-height:18px;
}
.recordTitle {
	font: 120% Georgia, serif;
	font:bold;
	color:#FFFFFF;
	background-color:#FF0099;
	padding-left:2px;
	padding-right:2px;
}
.setTitle {
	font: Georgia, serif;
	font:bold;
	color:#FFFFFF;
	background-color:#FF0099;
	padding-left:2px;
	padding-right:2px;
}
.record a {
	color:#FFFF00;
	font: 80% Georgia, serif;
	text-decoration:none;
}

.nonworking {

	color:#666666;
	font: 80% Georgia, serif;
	text-decoration:none;

}

#record1 {
}
#record2 {
}
.record .pic {
	width:320px;
	height:320px;
	background-color:#FFFFFF;
	color:#333333;
	padding:3px;
}
.recordInfo {
	display:none;
}
#col1 {
	width:250px;
	float:left;
	margin-bottom:5px;
	margin-top:3px;
}
#col2 {
	width:80px;
	float:right;
}
.borderInfo {
	border:thin;
	border-bottom: thin #666666 dashed;
	clear:both;
}

.infoDiv {
	width:350px;
	clear:both;
	background-color:#333333;
	
}
#info {
	clear:both;
	font-size:12px;
	text-align:justify;
	padding:10px;
}

#info a {

}

#footer {
	text-align:right;
	margin-bottom:10px;
}
#footer a {
	font: 60% Georgia, serif;
	color:#CCCCCC;
	text-decoration:none;
}
.form {
}
.formbutton {
	cursor:pointer;
	border:outset 1px #666666;
	background:#333333;
	color:#FFFFFF;
	padding: 3px;
}
