
/* CSS Document @charset "utf-8";*/

body{ 
	background:#005FBF;
}



#page_container{
	background:#007FFF;
	width:925px; 
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	border:1px white solid;

}

#main_container{
	color:#F4F4F4; 
	margin:auto; 
	margin-top:50px;
	font-size:.9em; 
	font-family:Arial, Helvetica, sans-serif; 
	width:700px; 
	text-align:justify
}


	
@font-face {
    font-family: 'bodaciousregular';
    src: url('font/bodacious_regular-webfont.eot');
    src: url('font/bodacious_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bodacious_regular-webfont.woff') format('woff'),
         url('font/bodacious_regular-webfont.ttf') format('truetype'),
         url('font/bodacious_regular-webfont.svg#bodaciousregular') 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');
}

#TrumpLogo{
	 font-family:pedroregular;
	 color: #900; 
	 font-size: 80px;
}

#text_shadow_logo {
	margin:25px 0px 0px 0px;
	font-size:4em; 
	color: #FFF; 
	font-family: bodaciousregular,arial;
	text-shadow: 8px 8px 3px  #0000A8;
}

.small_links{
	font-family:arial; 
	color:#F4F4F4;
	font-size:1.0em;


}

.small_links a{ 
	text-decoration:none;
	color:#F4F4F4;
}
.small_links a:hover{
	font-weight:bold;
	color: #FF0;
}
.roundboxshadow{
	box-shadow:12px 12px 6px -6px #888888;	
	border-radius:15px 15px 15px 15px ;
	border:#000 solid 1px;
}

.roundcorner{
	border-radius:5px 5px 5px 5px ;
}