body {
	background: #cccccc;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma;
	text-align: center;
}

a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	width: 100%;
	background: url('../images/header_bg.jpg') repeat-x;
	height: 177px;
}

#header_inner {
	width: 1000px;
	height: 177px;
	background: url('../images/header.jpg') no-repeat;
	margin: auto;
}

#container {
	width: 925px;
	margin: auto;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#menu {
	width: 100%;
	height: 62px;
	background: transparent url('../images/menu_bg.jpg') no-repeat;
	margin: auto;
	text-align: left;
}

.links_inner_menu {
	height: 34px;
	line-height: 34px;
}

a.link_main:link {
	color: #ffffff;
	font-size: 14pt;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}

a.link_main:visited {
	color: #ffffff;
	font-size: 14pt;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}

a.link_main:active {
	color: #ffffff;
	font-size: 14pt;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}

a.link_main:hover {
	color: #ffffff;
	font-size: 14pt;
	text-decoration: underline;
	margin-left: 12px;
	margin-right: 12px;
}

#content_main {
	width: 100%;
	background: #ffffff;
}

.table_content {
	margin: auto;
	width: 929px;
	height: 400px;
	background: #ffffff;
	border: 2px solid #000000;
	border-width: 0px 2px;
}

.cell_content {
	vertical-align: top;
	text-align: left;
	width: 100%;
	font-size: 10pt;
	padding: 0px 20px 20px 20px;
}

.page_header {
	font-size: 14pt;
	color: #aa1e1e;
	font-weight: bold;
	margin-top: 0px;
}

.center_text {
	text-align: center;	
}

.paragraph_main {
	margin: 15px 30px;
}

.paragraph_contact {
	text-align: center;	
}

.table_parts {
	width: 400px;	
}

.list_aboutus {
	margin: 0 30px;
	padding: 0 30px;
}

.infoContact {
	width: 400px;
	float: left;
}

.formContact {
	margin: 0px 30px;
	float: right;
}

.inputBox {
	color : #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	font: 1em arial, helvetica, tahoma;
	padding: 2px;
}

.inputBoxReq {
	background: #ffffcc;	
}

#footer {
	width: 929px;
	height: 60px;
	background: #cccccc url('../graphics/footer.gif') no-repeat;
	margin: auto;
}

#author {
	width: 929px;
	margin: 10px auto;
	font-size: 8pt;	
	color: #696969;
}

a.link_author:link {
	text-decoration: none;
	color: #696969;
}

a.link_author:visited {
	text-decoration: none;
	color: #696969;
}

a.link_author:active {
	text-decoration: none;
	color: #696969;
}

a.link_author:hover {
	text-decoration: none;
	color: #3b3b3b;
}

