* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url("images/back.jpg") repeat-x top left;
	padding-bottom: 20px;
}

#trunk {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
	border: 1px solid #aaa;
	border-top: none;
	padding-top: 10px;
	background: #fff;
	text-align: center;
}

#trunk2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 1000px;
	border: 1px solid #aaa;
	border-top: none;
	padding-top: 10px;
	background: #fff;
}

#trunk3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 1200px;
	border: 1px solid #aaa;
	border-top: none;
	padding-top: 10px;
	background: #fff;
}

#trunk4 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 1800px;
	border: 1px solid #aaa;
	border-top: none;
	padding-top: 10px;
	background: #fff;
}


#header {
	background: #fff url("images/header.jpg") no-repeat;
	height: 150px;
	margin-bottom: 10px;
	background-position: center;
}

#header h1, #header h2 {
	display:  block;
	text-indent:  -10000em;
	overflow:  hidden;
}

#header h2 {
	display:  absolute;
	top: 0px;
	left: 0px;
	height: 0px;
}

#header a {
	display: block;
	height: 150px;
	text-decoration: none;
}

#menu {
	border: 1px solid #aaa;
	border-left: none;
	border-right: none;
	height: 30px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active {
	float: left;
	width: 127px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #000;
	background: #fff;
	text-decoration: none;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fc0101;
}

#menu a:hover {
	background: #fc0101;
	border: 1px solid #000;
	color: #fff;
}

#content p {
	line-height: 1.7em;
	margin: 1.7em;
	text-align: justify;
}

#content a:link, #content a:hover, #content a:visited, #content a:active {
	text-decoration: none;
	color: #fc0101;
	font-weight: bold;
}

#content2 p {
	line-height: 1.7em;
	margin: 1.7em;
	text-align: center;	
}

#content3 p {
	line-height: 1.7em;
	margin: 1.7em;
	text-align: justify;
}

#content3 a:link, #content3 a:hover, #content3 a:visited, #content3 a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.big {
	font-size:16px;
	font-variant: small-caps;
	font-weight: bold;
}

#footer {
	border-top: 1px dotted #aaa;
}

#footer p {
	text-align: center;
	margin: .5em;
	font-size: 10px;
}

#padd
{
	padding-left: 50px;
}