/*-----------------------------------------------------------*/
/* The BODY tag defines styles that apply to the entire page */
/*-----------------------------------------------------------*/
body {
	margin: 17; /* Don't change this */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-right: 17px;
	padding-right: 20px;
}

/*---------------------------------------------------------*/
/* This is the table that contains all of the page content */
/*---------------------------------------------------------*/
#layout_table {
	border: thin solid #999;
	background-color: #FFF;
	background-image: none;
	position: relative;
	margin: auto;
	top: 14px;
	bottom: 14px;
}
#content.st {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

/*-----------------------------------*/
/* The header at the top of the page */
/*-----------------------------------*/
#header {
	background-color: #0066FF;
	color: #FFFFFF;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/avto.jpg);
	background-position: bottom;
}
#header h1 {
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0;
	display: inline; /* Don't change this */
	color: #0000CC;
}
#header h2 {
	font-size: small;
	letter-spacing: 3px;
	margin: 0 0 0 100px;
	display: inline; /* Don't change this */
	color: #CC0000;
}

/*------------------------------------------*/
/* The navogation bar just below the header */
/*------------------------------------------*/
#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	background-image: none;
	background-repeat: repeat;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-table;
	background-position: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#layout_table #content p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border: thin none #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: 0px;
}
#navigation a {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	background-color: #FFCC00;
	background-image: none;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: capitalize;
	display: table-row-group;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px none #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#navigation a:hover {
	background-color: #F00;
	padding: 0px;
	border: 1px dotted #999999;
}
#content h1, #content h2 {
	color: #0000FF; /* Change this to change the text color. */
	letter-spacing: 2px;
	font-size: 20px;
	margin-top: 10;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#content h3, #content h4 {
	color: #3399CC; /* Change this to change the text color. */
	font-size: 1.5em;
	font-style: italic;
	background-color: #FFFFFF;
	margin-left: 20px;
}

