<style type="text/css">

body {
	padding:0px;
	font-family: arial, helvetica, sans-serif;
}

#container {
	font-family: arial, helvetica;
	max-width: 855px;
	font-size:0.9em;
	border: solid; 
	border-width: 1px;
	border-color: #87aade;
	align: left;
	margin-left: 30px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
   background-color:white; 
}

#banner {
	max-width: 857px;
	height: 77px;
	background-color:#ADBBCA;
	margin-left: 30px;
	margin-top: 30px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#logo {
	height: 90px;
	width:205px;
	padding-left:45px;
	margin-top: -7px;
	/* background-image: url(./gpg4usb-logo.png); */
	float:left;
}

#menu {
	font-family: arial, helvetica, sans-serif;
	float:right;
	width:540px;
	height: 32px;
	padding:0px;
	margin-top:35px; 
	background-image: url(./pics/menu_bg.gif);
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-bottom-left-radius:7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#menu ul {
	/* margin-top:54px; */
	/* position:absolute; */
	margin-left:0px;
	font-weight:bold;
	font-size:0.9em;
	color:white;	
	text-align: left;
	letter-spacing: 2px;
	padding:8px;
	margin:0px;
}

#menu ul li{	
	list-style-type: none;
	list-style: none;
	display: inline;
	text-decoration: none;
	padding:5px;
}

#menu a {
	color: white;	
	text-decoration: none;
}

#banner #menu ul li a:hover {
	color: #ADBBCA;
	text-decoration: none;
}

#menu ul li a:visited {
	color: white;	
	text-decoration: none;
}

#download a.item1 {
	position: absolute;
	height: 60px;
	width: 250px;
	background-image: url(./pics/download_button.png);
}

#download a:hover.item1{
	position: absolute;
	height: 60px;
	width: 250px;
	background-image: url(./pics/download_button_click.png);
}

.rightbox{
	width:265px;
	float:right;
	margin-right:15px;
}

.middlebox{
	width:540px;
	float:left;
	margin-left:15px;
}

.box_title{
	height:20px;
	font-weight:bold;
	font-size:0.9em;
	color:white;	
	text-align: left;
	padding-left:10px;
	padding-top:6px;
	letter-spacing: 2px;
	background-image: url(./pics/menu_bg.gif);
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
    border-top-left-radius: 7px;
   -moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
    border-top-right-radius: 7px;
}

.box_content{
	border: solid; 
	border-width: 1px;
	border-color: #87aade;
	padding:0px 6px 6px 6px; 
		-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

	}

.box_content a:hover {
	color: #ADBBCA;	
	text-decoration:underline;
}

#content{
	padding:15px;
	width:540px;
 	float:left; 
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

img {
	border: none;
}

a{
	color: #214478;	
	text-decoration:none;
}
a:hover {
	color: #ADBBCA;	
	text-decoration:underline;
}

a:visited {
	color: #214478;
}

ul li a:hover {
	color: #ADBBCA;	
	text-decoration:underline;
}

.downloadTable { font-size: 0.8em; }
.downloadTable th { 
    border-bottom: 1px solid #000; 
    border-left: 2em solid #fff; 
    border-right: 2em solid #fff;}
.downloadTable td { padding:  0.1em 0.4em; text-align: left;}
.downloadTable tr:hover td { background-color: #eef; }
</style>