body{
	background: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
.frame{
	background: #FFF;
}
.frame a:link, .frame a:visited{
	color: #000;
	text-decoration:underline;
}
.frame a:hover, .frame a:active{
	text-decoration:none;
	color: #666;
}
td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
#news{
	width:180px; 
	height:100%;
	border:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#wrapper{
	width: 760px;
	border-left: 5px solid #393;
	border-right:5px solid #393;
	background-color: #FFF;
}
#logo{
	padding:20px 10px 5px 25px;
	margin:0px;
}
#info{
	width: 180px;
	padding:10px 20px 10px 20px;
	margin: 5px 10px 0px 20px;
	border-left: 1px dotted #DDD;
	border-right: 1px dotted #DDD;
	color: #666;
	float:left;
}
#info a:link, #info a:visited{
	color: #000;
	text-decoration:underline;
}
#info a:hover, #info a:active{
	text-decoration:none;
	color: #666;
}
#info h2{
	font-size: small;
	color: #393;
	margin: auto;
}
.soft{
	color: #CCC;
}
#nav{
	background-color: #393;
	width:475px;
	margin: 35px 0px 0px 15px;
	height: 16px;
	padding:10px;
	font-weight: bold;
	color:#CCC;
}
#nav a:link, #nav a:visited{
	color:#333;
	text-decoration:none;
	padding:5px 5px 0px 5px;
}
#nav a:hover, #nav a:active{
	color: #FFF;
}
#main{
	padding:18px 20px 5px 20px;
	font-size: 1.1em;
}
#main h1{
	line-height:18px;
	font-size: large;
	color: #000;
	font-weight: normal;
	font-variant: small-caps;
	}
#main a:link, #main a:visited{
	color: #333;
	text-decoration: underline;
}
#main a:hover, #main a:active{
	text-decoration: none;
}
	
body#about a.about:visited, body#about a.about:link,
body#modules a.modules:visited,body#modules a.modules:link,
body#present a.present:visited,body#present a.present:link,
body#calculate a.calculate:visited,body#calculate a.calculate:link
{
	color:#FFF;
}
/*ABOUT*/
body#about div#wrapper
{
	border-left: 5px solid #C30;
	border-right:5px solid #C30;
}
body#about h2{
	color:#C30;
}
body#about div#nav{
	background-color: #C30;
}
/*MODULES*/
body#modules div#wrapper
{
	border-left: 5px solid #F90;
	border-right:5px solid #F90;
}
body#modules h2{
	color:#F90;
}
body#modules div#nav{
	background-color: #F90;
}
/*PRESENT*/
body#present div#wrapper
{
	border-left: 5px solid #393;
	border-right:5px solid #393;
}
body#present h2{
	color:#393;
}
body#present div#nav{
	background-color: #393;
}
/*CALCULATE*/
body#calculate div#wrapper
{
	border-left: 5px solid #39C;
	border-right:5px solid #39C;
}
body#calculate h2{
	color:#39C;
}
body#calculate div#nav{
	background-color: #39C;
}