
	body
	{
		margin-left: auto;
	    margin-right: auto;
	    margin-top:0px;
		font: 85% arial, hevetica, sans-serif;
		background-image:url(foto/background.png);
		background-attachment:fixed;	
		color: #FFFFFF
	}
	
	a:link { color: #434343; }
	a:visited { color: #434343; }
	
	a:hover, a:active
	{
		color: #FEFFFD;
		background-color: #000000;
	}
   h10
   {
		color: #434343;
		font: 100% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 20px 0;
			}
	
	h2
	{
		color: #434343;
		font: 250% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
		h4
	{
		color: #434343;
		font: 200% georgia, times, "times new roman", underline, serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #434343;
		font: 130% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin-left: auto;
	    margin-right: auto;
	    margin-top: auto;
	    margin-bottom: auto;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        line-height : 14px;
        width : 1024px;
        height : 600px;
        background-color: #f9fafd;
        z-index: 1;
			
		
	}
	
	#header
	{
		height: 70px;
		
		background-color: #f9fafd;
                
            border-bottom: 1px solid #fff;
	    margin-top: 10px;
	    border-right: 5px solid #cecece;
            border-left: 5px solid #cecece;
             border-top: 5px solid #cecece;
	   	
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: center;
		background-color: #FFFFFF;
		color: #fff;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#mainnav
	{
	   height: 40px;
	   
	   background-color: #0b1f85;
		color: #000000;
                padding: 0px 0px 0 0;
		border-bottom: 1px solid #cecece;
		border-top: 1px solid #cecece;
                border-right: 5px solid #cecece;
                border-left: 5px solid #cecece;
		text-align: center;
	}
	
	#mainnav ul
	{
		margin: 0px 0 0 0	px;
		padding: 0;
		list-style-type: none;
		
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 5px;
		
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #FFFFFF;
		background-color: #0b1f85;

	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #000000;
		background-color: #f3b358;
	}

	
	#contents
	{
	height : 500px;
	overflow:auto;

	padding-left:50px;
		padding-right:20px;
        background-color: #f9fafd;
        padding-top: 10px;
        border-right: 5px solid #cecece;
        border-left: 5px solid #cecece;
        border-bottom: 5px solid #cecece;

	}
	
#twitter_div {
         width : 250px;
        height : 300px;
}
 
#twitter_div ul li {
text-align: left;	
	color:  #434343;
padding-bottom: 10px;

}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #0b1f85;;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 50px;
}
	
	
