@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    padding: 0;
    background:#000000 url(images/grid_netParadigms.jpg) repeat-x;
	text-align: center;
	width: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	
	}
img {
border:none;
}
#wrapper{
    width:700px;
	height:100%;
	position:relative;
	margin:0 auto;
}

#logo {
    width: 400px;
	margin: 0 auto;
	height: 200px;
	position: relative;
	margin-top:200px;
}

#nav{
    position:relative;
	height:36px
	width:800px;
}

.btnleft{
    float:left;
	margin:5% 0 0 15.5%;
	text-align:center;
	
}

.btnleft a{
    display:block;
    width:240px;
	height:34px;
    background: url(images/static_button.png) center no-repeat;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#FFFFFF;
	
	text-decoration:none;

}

.btnleft a:hover{
    background:url(images/mouse_over_button.png) center no-repeat;
}



.btnright{
    float:right;
	margin:5% 15.5% 0 0;
	text-align:center;
	
}

.btnright a{
    display:block;
    width:240px;
	height:34px;
    background: url(images/static_button.png) center no-repeat;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#FFFFFF;
	
	text-decoration:none;

}

.btnright a:hover{
    background:url(images/mouse_over_button.png) center no-repeat;
}


.line{
    position:relative;
	float:left;
	width:700px;
	height:3px;
	background:url(images/line.png) center no-repeat;

}

#footer{
     padding-top:10%;
     position:relative;
	 float:left;
	 text-align:center;
	 color:#FFFFFF;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	 width:700px;
	 height:30px;
	 

}


a.np:link{
    color:#ff6600;
	text-decoration:none;
}

a.np:hover{
    color:#ffffff;
	text-decoration:none;
		
}

a.np:visited{
    color:#ff6600;
	text-decoration:none;
}