body {
	line-height: 1;
}
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#FFF;
	background:url(images/bg3.jpg) no-repeat bottom right;
	font-family: "Segoe UI", Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration: none;
	font-weight: normal;
}
.clear {
	clear:both;
}
#wrapper {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header1 {
	width:360px;
	height:127px;
	background-position:left;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	float:left;
	background-image: url(images/logo.jpg);
}
/*#header1:hover{
	width:900px;
}*/
#header1 a{ width:100%; height:100%; display:block; text-decoration:none;}
#header2 {
/*	display:none;*/
	width:630px;
	height:127px;
	background:url(images/geolan_03.jpg);
	background-position:right;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	float:right;
	text-align: right;
	padding-right: 10px;
}

#container {
	width:auto;
	text-align: left;
	padding: 20px 0px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	min-height: 100%;
}
#container ul{
	list-style-type:circle;
	padding-left:20px;
	font-size:17px;
	line-height:22px;
	margin:10px 0;
}

#container img {
	border:none;
/*	border: 4px solid #CCC;*/
}

.maincourse h1 {
	font-size:36px;
	line-height:32px;
	display:inline;
	text-transform:uppercase;
/	font-weight:100;
	color:#666;
	background:#CCC;
	padding:0px 8px;
}
#container h2 {
	font-size:29px;
	display:inline;
	text-transform:uppercase;
	/*	font-variant:small-caps;
*/	font-weight:100;
	color:#666;
	background:#CCC;
	padding:0px 8px;
	margin-bottom: 20px;
	line-height: 45px;
}
#container h3{
	font-size:18px;
	font-weight:normal;
	margin:8px 0 5px 0;
	color: #717171;
}
#wrapFoot{
	margin:20px 0px;
	width: 100%;
}
#footer {
	background-image:url(images/foot.jpg);
	width:500px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align: center;
	background-repeat:no-repeat;
	background-position:left;
	float: left;
}
div#maincourse{
	width: 800px;
	float:left;
	padding-top: 14px;
}

#fenelon {
	width:100px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align: right;
	padding-right:30px;
	background:url(http://geolan.ru/assets/images/fenelon.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float: right;
	margin-top: 10px;
}
#fenelon > a{
	font-size:11px;
	font-family:Verdana;
	color:#F30;
}
#fenelon > a:hover{
	font-size:11px;
	font-family:Verdana;
	color:#C00;
}
.price {
	display: inline;
	font-size: 29px;
	color: #B8D900;
	padding-left: 20px;
}
hr {
	width:100%;
	border-bottom: 1px dotted #666;
}

