body {
	background-color: #666;
	background-image: url("img/1023.png");
	background-repeat: repeat;
	color: #333;
}
h1 {
	font-size: 2em;
}
ul {
	list-style-type: none;
}
.block {
	background-color: #fdd;
	border: 1px solid #000;
	padding: 10px;
	margin: 15px 40px;
}
a:link {
	text-decoration: none;
	color: #a00000;	
}
a:hover{
	color: #000;
}
a:visited {
	color: #666;
}
#rap {
	width: 750px;
	margin: 40px auto 20px auto;
	height: 100%;
	background-color: #f9f9f9;
}
#nav ul, #nav li {
	display: inline;
	position: relative;
	left: 20px;
	top: -25px;
	font-size: .9em;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #f9f9f9;
}
#nav a:link {
	text-decoration: none;
	color: #f9f9f9;
}
#nav a:hover {
	color: #666;
}
#nav a:visited {
	color: #222;
}
#navimg {
	position: relative;
	top: -20px;
}
#content {
	padding: 0px 25px 15px 25px;
	font-size: 1em;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	min-height: 300px;
}
#foot {
	font-size: .85em;
	text-align: center;
	padding: 1px;
}
#lessons {
	margin-left: 40px;
	font-size: 1.1em;
}
.quotelist {
	line-height: 175%;
	font-size: .9em;
	color: #000;
}
#contactanos {
	border: none;
	padding: 4px;
	margin-left: 25px;
}
.label {
	text-align: right;
	border: none;
}
.noborder {
	border: none;
}
.msgLabel {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	border: none;
}
.lamesa {
	border-collapse: collapse;
	border: 1px solid #222;
	padding: 5px;
	background-color: #fdd;
	margin: 10px auto;
}
.lamesa tr, td {
	border: 1px solid #222;
	padding: 6px;
}
.strong {
	font-weight: bold;
}