
body {
	background: url('images/bg.jpg');
	margin: 0 auto;
	padding:20px 0 20px 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:13px; line-height:20px; letter-spacing:normal;
	color:#FFF;
}

#container {
	width:780px;
	margin:0 auto;
	text-align:justify;
	background: url('images/body.png') repeat;
}

#round1 {
	background: url('images/round1.png');
	width:780px;
	height:19px;
	margin:0 auto;
	padding:0;
}
	
#round2 {
	background: url('images/round2.png') no-repeat;
	width:780px;
	height:20px;
	margin:0 auto;
}
	
#banner {
	width:700px;
	height:130px;
	padding:10px;
}
	
#nav {
	width:765px;
	height:40px;
	padding:0;
	margin:0 auto;
	text-align:center;
}

a { color:#C10000; text-decoration:none; }
a:hover { color:#999; }

.nav a { margin: 0; color:#fff;  text-decoration:none; padding:5px; display:block;  border-bottom: 1px solid white; }
.nav a:hover { border-bottom: 1px solid #C10000; }
.nav ul { text-align:center; margin:0 auto; padding: 0; position:relative; float:left; }
.nav li { list-style:none; float:left;}

	
#content {
	width:680px;
	margin:0 auto;
	padding:0 50px 20px 50px;
}

#footer {
	font-size:11px;
	font-family: Tahoma, Georgia, sans-serif;
	width:780px;
	text-align:right;
}


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

h1 {
	font-family: Arial, Georgia, serif;
	font-size:32px;
	color:#C10000;
	border-bottom: #C10000 dotted 2px; 
	width:450px;
	font-weight:100;
	text-align:left;
	padding: 0 0 6px 2px;
}


.pic {
	width:60px;
	height:60px
}

u {
	font-size:14px;
}

table {
	width:400px;
	border:0;
	padding:5px;
	text-align:center;
	margin:0 auto;
	font-weight:500;
}

th {
	font-size:16px;
	font-family: Helvetica, arial, serif;
	border-bottom: #C10000 solid 1px;

}

tbody tr:hover td {
	color: #C10000;
}

.cell1 {
	background: url('images/cell_bg.png') repeat;
}

.cell2 {
	background: url('images/cell_bg2.png') repeat;
}

img {
	padding:5px 0 5px 0;
}

#column {
	width:215px;
	float:left;
	padding:5px;
}

#column p {
	border-bottom:#C10000 solid 1px;
	font-size:14px;
	text-align:center;
}

#column  ul li ul li:hover {
	color: #C10000;
}
	

.clear {
	clear:both;
}



	

	

