body{
	text-align:center;
	font-size:13px;
}

#container{ /* horizontal centering */
	width:780;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#indexcontent{
	margin-top:100px;
	width:780;
	height:350;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-image:url('images/fortruss_bg.png');
	background-repeat:no-repeat;
	background-position:fixed;
}
#content{
	width:780;
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	min-height:400px;
}
#details{
	width:700;
	margin-left:40px;
	margin-right:40px;
}
#indexlogo{
	display:block;
	margin-left:10px;
	margin-top:10px;
}
#logo{
	float:left;
}
#indexsubtitle{
	color:#000000;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin-left:70;
}
#indexmenu{
	display:block;
	text-align:center;
	margin-top:10px;
}
#menu{
	text-align:right;
	float:right;
	margin-top:10px;
}
#bottommenu{
	float:left;
	margin-top:10px;
	padding-bottom:20px;
	text-align:right;
}

#header{
	width:780;
	height:25;
	text-align:right;
}

a{
	color:#999999;
	text-decoration:none;
}

a.menu{
	margin-left:20px;
	margin-right:20px;
}
a.selected{
	margin-left:20px;
	margin-right:20px;
	color:#000000;
}

a:hover{
	color:#000000;
}

p{
	color:#000000;
	font-size:13px;
}
h1{
	color:#000000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#imgcontainer{
	width:100%;
	text-align:center;
	padding:5px;
}
#tag{
	color:#999999;
	font-style:italic;
}

#leftcol{
	width:350;
	float:left;
}
#rightcol{
	width:350;
	float:right;
}
table{
	margin-bottom:10px;
	font-size:13px;
}
table.compare{
	text-align:center;
}
td.highlight{
	background-color:#cccccc;
}