body{margin:0px;padding:0px;text-align:center;background: #FFF}
/* ---------------------------------- container ---------------------------------- */
#container{
	width:760px;
	padding-left:0px;
	padding-right:0px;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
/* ---------------------------------- logotip ---------------------------------- */
#header {
	width:100%;
	height:190px;
	background-image: url(../images/namelogo.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* ---------------------------------- menu ---------------------------------- */
div#menu{
	padding: 7px;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-decoration: none;
}
div#menu img {height:8px;width:1px;background-color: #960000}
div#menu a{
	margin-left:20px;
	margin-right:20px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
div#menu a:hover{text-decoration:none;color: #960000}
/* ---------------------------------- main ---------------------------------- */
#main {
	text-align:left;
}
#main_text {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#heading2 {
	height:15px;
	margin-left:10px;
	margin-top: 30px;
	font-family: "Trebuchet MS";
	font-size: 24px;
	margin-bottom: 25px;
}
#heading3 {
	height:15px;
	margin-left:10px;
	font-family: "Trebuchet MS";
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 10px;
}
/* ---------------------------------- box ---------------------------------- */
#box{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	width: auto;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 10px;
}
