body {
	font: 10px Verdana ;
	margin: auto ;
	width: 760px ;
	text-align: center ;
	background: #fff ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 10px ;
}

h1 {
	font: 30px Verdana ;
	color: #F00 ;
	margin: 2px 0 15px 0 ;
}

h2 {
	font: 18px Verdana ;
	color: #F00 ;
	margin: 2px 0 15px 0 ;
}
	h2 a {
		font-weight: normal ;
	}
	
h3 {
	font-size: 12px ;
	color: #F00 ;
	margin: 0 0 8px 0 ;
}

a { 
	color: #F00 ; 
	text-decoration: none ;
	font-weight: bold ;
}
	a:hover { 
		text-decoration: underline ;
	}

input, textarea {
	width: 300px; border: 1px solid #CCC ;
}

.top {
	margin-top: 10px ;
	background: url(../images/top.jpg) ;
	width: 760px ;	
	height: 75px ;
}
	.top a {
		display: block ;
		width: 760px ;
		height: 75px ;
	}

.topmenu { 
	padding: 2px 3px 3px 5px ;
	color: #FF0 ; 
	background: #F00 ;
	width: 752px ;
	text-align: left ;
}
	.topmenu a { 
		color: #FFF ; 
		text-decoration: none; 
		font: bold 10px Verdana ;
	}
	.topmenu a:hover { 
		color: #FF0 ;
		text-decoration: none ;
	}

.home {
	width: 760px ;
	height: 150px ;
	background: url(../images/home.jpg) ;
}

.content {
	text-align: left ;
	width: 738px ;
	border: solid 1px #DDD ;
	border-top: 0px ;
	padding: 10px ;
	margin-bottom: 10px ;
}