@charset "UTF-8";
/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg.jpg);
 background-repeat: repeat;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
 padding-top:70px;
}

#content { 
 float: left;
 color: #333;
 background: none;
 height: 453px;
 width: 801px;
 display: inline;
}
/* == header == */
#header {
 width: 800px;
 float: left;
 height: 25px;
 color:#999;
 background: #none;
 text-align:center;
}
#header  a:link {
	color: #FFF;
	text-decoration: none;
}
#header  a:visited {
	text-decoration: none;
	color: #F00;
}
#header  a:hover {
	text-decoration: underline;
	color: #F00;
}
#header  a:active {
	text-decoration: none;
	color: #FFF;
}

#footer { 
 width: 800px;
 height: 25px;
 clear: both;
 color:#999;
 background: #none;
 text-align:center;
}

/* == research ==*/
#research a:link {
	color: #FFF;
	text-decoration: none;
}
#research a:visited {
	text-decoration: none;
	color: #F00;
}
#research a:hover {
	text-decoration: underline;
	color: #F00;
}
#research a:active {
	text-decoration: none;
	color: #FFF;
}