* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #F2E5BD url("images/bg-gradient.jpg");
	background-repeat: repeat-x;
	margin-top: 5px;
}

#wrapper { 
   margin: 0.5em auto;
   width: 706px;
	background-image: url("images/bg-wrapper.png");
	padding: 5px 3px 5px 3px;
	border: 1px solid #B19F74;
}

#front {
   width: 700px;
   margin: 0 auto;
   background-color: #fff;
   border: 1px solid #B19F74;
   text-align: left;
}

#header {
	color: #fff;
	width: 100%;
	height: 150px;
	background: #fff url("images/header.jpg");
	border-bottom: 1px solid #B19F74;
}

#header h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 4.0em;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 90px;
	width: 100%;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header .tagline {
	color: #666;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1.67em;
	text-align: right;
	position: relative;
	top: 13px;
	right: 148px;
}

#content { 
	color: #333;
	background-color: #fff;
	height: auto;
	width: 640px;
	float: left;
	background-repeat: no-repeat;
	padding: 0 30px 40px 30px;
}

#content p {
	font-size: 1.0em;
 	line-height: 200%;
	margin-bottom: 1.0em;
}

#content tt {
	font-size: 1.33em;  
}

#content .big {
	font-size: 1.33em;
	font-family: Georgia, Verdana, sans-serif;
	margin-top: 1.0em;
}

p.big strong {
	color: red;
}

#content h2 {
	color : #61583b;
	margin: 1.3em 0 1.0em 0px;
	font-size : 1.8em;
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #B19F74;
}

#content h3 {
	font-family: Georgia, Verdana, sans-serif;
	color: #61583b;
	font-size: 1.33em;
	margin: 1.2em 0 0.8em 0;
	border-bottom: 1px dashed #B19F74;
}

#content img {
	margin: 10px;
	background: url("images/loading.gif") no-repeat center center;
}

#content ul, ol {
	line-height: 200%;
	margin-left: 5%;
	margin-bottom: 10px;
}

#content li {
	padding-left: 0.2em;
	margin-top: 0.5em;
}

#content a {
	font-weight: bold;
	color : #ef6519;
}

#content a:visited {
   color : #ef6519;
}

table {
	border-collapse: collapse; 
	margin: 10px;
}

th {
	background: #F2E5BD;
	color: #000;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	border: 1px solid #B19F74;
	line-height: 1.2;
}

td {
	padding: 3px;
	border: 1px solid #B19F74;
	vertical-align: middle;
	width: 17%;
	line-height: 1.2;
	font-size: 1.67em;	
}

td * {
	padding: 3px;
}

#links {
	margin-top: 1.2em;
	line-height: 3.0em; 
}

#footer { 
	text-align: center;
	width: 680px;
	height: 30px;
	clear: both;
	color: #B19F74;
	background-color: #fff6d9;
	border-top: 1px solid #B19F74;
	padding: 10px;
}

#footer a {
	color: #B19F74;
}

.ramka {
	clear: both;
	border: 1px dashed #ccc; 
	padding: 8px; 
	background-color: #fafafa;	
	margin-bottom: 1.0em;
}

.button {
	font-size: 1.2em;
	width: 100px;
	height: 30px;
}

