body {
	background-image: url('../images/bg_page.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #394446;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
body.short_page {
	background-image: url('../images/bg_page.jpg');
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #394446;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

#wrapper {
	width: 100%;
	height: 100%;
	background: url('../images/bg_wrapper.jpg') top center no-repeat;
}
#header {
	width: 955px;
	height: 112px;
	margin: 0px auto;
}
#logo_holder {
	width: 290px;
	padding-right:15px;
	float: left;
}
#menu_holder {
	width: 600px;
	padding-top: 35px;
	padding-right: 15px;
	float: right;
}
#content {
	width: 925px; /* -30 */
	margin: 0px auto;
	padding: 0px 15px 15px 15px;
}
#i_content_left {
	width: 520px;
	float:left;
	padding-left:15px;
}
#i_content_right {
	width: 381px;
	float: right;
	margin-top: 77px;
	background:url('../images/bg_i_right.gif') top center no-repeat;
}
.inside { padding: 40px 10px 40px 10px; }
#footer {
	width: 955px;
	height: 80px;
	margin: 0 auto;	
}
/* FONTS */
h1 {
	margin: 0px;
	color: white;
	font-size: 16px;
	font: Arial;
}
a:link {
	color: #FFD67F;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFD67F;
}
a:hover {
	text-decoration: underline;
	color: #FFD67F;
}
a:active {
	text-decoration: none;
	color: #FFD67F;
}
.title_AF9980 {
	color: #FFD67F;
	font-weight: bold;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


#menu a.top_menu_1 {
    display: block;
    width: 85px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_home.jpg);
}
#menu a.top_menu_1:hover {
    background-position: 0px -30px;
}
#menu a.top_menu_2 {
    display: block;
    width: 119px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_services.jpg);
}
#menu a.top_menu_2:hover {
    background-position: 0px -30px;
}
#menu a.top_menu_3 {
    display: block;
    width: 111px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_testing.jpg);
}
#menu a.top_menu_3:hover {
    background-position: 0px -30px;
}
#menu a.top_menu_4 {
    display: block;
    width: 77px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_info.jpg);
}
#menu a.top_menu_4:hover {
    background-position: 0px -30px;
}
#menu a.top_menu_5 {
    display: block;
    width: 88px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_links.jpg);
}
#menu a.top_menu_5:hover {
    background-position: 0px -30px;
}
#menu a.top_menu_6 {
    display: block;
    width: 114px;
    height: 30px;
    text-decoration: none;
	background:url(../images/menu_contact.jpg);
}
#menu a.top_menu_6:hover {
    background-position: 0px -30px;
}