
/* CSS Document @charset "utf-8";*/

@font-face {
    font-family: 'crillee_it_btitalic';
    src: url('font/tt1250m_-webfont.eot');
    src: url('font/tt1250m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tt1250m_-webfont.woff') format('woff'),
         url('font/tt1250m_-webfont.ttf') format('truetype'),
         url('font/tt1250m_-webfont.svg#crillee_it_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
	font-family:'pedroregular';
	src:url('font/pedro-webfont.eot');
	src: url('font/pedro-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/pedro-webfont.woff') format('woff'),
    url('font/pedro-webfont.ttf') format('truetype'),
    url('font/pedro-webfont.svg#pedroregular') format('svg');
}

body{
	background-color:#FFFFE6;
	font-family:Arial, Helvetica, sans-serif;	
}

#pagecontainer{ 

	margin:auto; 	
	margin-top:30px; 
	margin-bottom:30px;
	background-color: #FEFEFE;
	width:925px;
	border: #00F 1px solid;	
	border-radius:8px 8px 8px 8px ;
}
#TrumpLogo{
	 font-family:pedroregular;
	 color: #900; 
	 font-size: 30px;
}

#nsclogo{ 
	text-align:center;
	margin:auto;
	margin-top:20px; 
	font-family:crillee_it_btitalic, arial;
	font-size:2.8em;
	color:#009;
	text-shadow: 6px 6px 3px  #C0C0C0;
	width:600px;
}

roundcorder{ 
	border-radius:15px 15px 15px 15px ;
	border:#000 solid 1px;
}
#main_container{
	font-size:.9em;
	width:700px; 
	margin:auto;
	margin-top:30px;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	
}

#bgimage_1{
	background-image:url(images/cpu1.jpg); 
	background-repeat:no-repeat; 
	background-position:right; 
	background-size:170px 170px;
}
