<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image: url(/images/bg_main.png);
}



h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	padding:2px;
	margin:2px;
}

h3 {
	font-size:24px;
	padding:2px;
	margin:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 12px;
	color:#990000;
	font-style:italic;
	padding:2px;
	margin:2px;
}

h5 {
	font-size: 16px;


	padding:4px;
	margin:4px;
}

a {
	font-weight: bold;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}


div#container{
width: 950px;
margin: 0px auto 0px auto;
text-align: left;
border-left:4px solid #000000;
border-right:#000000 4px solid;
background-color:#FAFAF8;
}

.language{
vertical-align:bottom;
color:#FFFFFF;
font-size:10px;

}

div#header{
color:#FFFFFF;
font-size:9px;
width: 950px;
height: 200px;
background-position:right;
background-repeat:no-repeat;
background-image:url(/images/carbotech_header.jpg);
background-color:#000000;
border-bottom:6px solid #DE231E;
border-top:6px solid #DE231E;
}

div#menu{
width:930px;
height:15px;
text-align:center;
vertical-align:middle;
color:#CCC;
background-image:url(/images/background.png);
background-color:#666666;
padding:10px;
border-bottom:2px #000000 solid;
border-right:2px solid #000000;
}

div#menu a{
font-size:16px;
color:#FFFFFF;
}

div#menu a:hover{
color:#000000;
}


div#content{
width: 930px;

vertical-align:top;
background-color:#FAFAF8;
padding:10px 5px 0px 10px;;
}

div#menu2{
width: 748px;
float: left;
background-color:#DE231E;
border-bottom:2px solid #000000;
padding:10px;
text-align:right;
}

div#menu2 a{
color:#FFFFFF;
}

div#menu2 a:hover {
color: #000000;
}

div#footer{
clear: left;
width: 950px;
margin: 0px auto 0px auto;
height:40px;
text-align: center;
color:#FFFFFF;
background-color:#DE231E;
border-top:#000000 2px solid;
border-bottom:#000000 4px solid;
}
div#footer a, div#footer a:visited {
    color: #fff;
}

-->