body {
	margin: 5px 0 0 0;
	padding: 0;
	background: #EEEDED;
	line-height: 1.5em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header_top {
    width: 840px;
    height: 45px;
    margin: 0px auto;
    background: url(../images/header_top.jpg) no-repeat left top;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

#header {
	width: 840px;
	height: 155px;
	margin: 0px auto;
	background: url(../images/middle_image.jpg) repeat-y left top;    
    text-align: center;
}

/** MENU */

#menu {
	width: 840px;
	height: 50px;
	margin: 0px auto;
	background: url(../images/middle_image.jpg) repeat-y left top;
}

#menu ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
    display: block;
    float: left;
    background: #2E3192;
    margin-top: 10px;
    margin-right: 3px;
    padding: 5px 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
}

#a_home {width: 95px;}
#a_news {width: 95px;}
#a_services {width: 95px;}
#a_technology {width: 100px;}
#a_about_us {width: 95px;}
#a_projects {width: 95px;}
#a_partners {width: 95px;}
#a_contact {width: 97px;}

#menu a:hover {
	color: #CC0000;
}

/** CONTENT */

#content-wrap {
	width: 840px;
	margin: 0 auto;
	background: url(../images/middle_image.jpg) repeat-y left top;
}

#content {
	width: 788px;
	margin: 0px auto;
	padding-top: 10px;
}

#columnA {
	float: right;
	width: 525px;
    padding-right: 8px;
}

#columnA h2 {
	border-bottom: 1px #2E3192 solid;
	font-size: 16px;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 220px;
    padding: 10px 10px 0px 10px;
    background: #EDEDED;
    margin-top: -10px;
    margin-bottom: 10px;
    min-height: 550px;
}

#columnB h2 {
	border-bottom: 1px #2E3192 dashed;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
    text-decoration: none;
}


/** FOOTER */

#footer {
	width: 840px;
	height: 70px;
	margin: 0px auto;
	background: url(../images/footer_image.jpg) no-repeat left top;
	font-size: 11px;
	color: #000000;
    text-align: center;
}

#footer .copyright {
	margin: 0px 0px 0px 0px;
	text-align: center;
    padding-top: 30px;
}

/** OTHER */

.smallGray {
    font-size: 11px;
    color: gray;
}

.statusMessage { 
    font-weight:bold; 
    color: #CC0000; 
}

.fieldError {
    color:#CC0000; 
}
