/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color: #FFF;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #0B0F4C;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	background: #FFF url(../img/bg.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	}
	
#container {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	}
	
#header {
	width: 750px;
	height: 300px;
	background: #090F49 url(../img/ani_bg.jpg); 
	background-position: center;
	background-repeat:no-repeat;
	text-align:center;
	}
	

#content {
	width: 748px;
	height: auto;
	overflow: auto;
	background-color: #FFF; 
	border-left: 1px solid #090F49;
	border-right: 1px solid #090F49;
	font-size:1.2em;
	}
	
	#text {
		width: 675px;
		_width: 675px;
		height: auto;
		overflow: auto;
		padding-top: 20px;
		padding-left: 20px;
		background-color: #FFF; 
		}
		
	#text_is {
		width: 715px;
		_width: 718px;
		height: auto;
		overflow: auto;
		padding-top: 20px;
		padding-left: 20px;
		background-color: #FFF; 
		}
		
#clear {
	clear: both;
	}	

#footer {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-top: 1px solid #090F49;
	text-align: center;
	color: #0D084A;
	}	
	
	#footer  p a {
		color: #0D084A;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  p a:hover{
		color: #DF0D0D;
		text-decoration:none;
		font-size: 1em;
		}


	
	
	
	