body{
	background-image: url('../images/layout/bg1.png'); 
	text-align: center;
	margin-top: 0;
}

a img{
	border: none;
}

td {
	text-align: center;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #23597F;	
	text-align: left;
}

.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;	
	text-align: left;
}

.text12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #23597F;	
}
.text14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #23597F;	
	}
.text16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #23597F;	
	}
	
.important{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9D0A0E;	
	}
	
a.link12:link, a.link12:visited, a.link12:active, a.link12:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #23597F;
}

a.link14:link, a.link14:visited, a.link14:active, a.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #23597F;
}

a.link16:link, a.link16:visited, a.link16:active, a.bigbb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #23597F;
}

a.important:link, a.important:visited, a.important:active, a.important:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9D0A0E;	
}

#container {
    width: 960px;
    text-align: left; 
    margin: 0 auto; 
}
#header{
		width: 960px;
    height: 296px; 

    background: url('../images/layout/layout-header.png') no-repeat;
		float: left;  
    display: inline;
}
#news{
		width: 310px;
		height: 80px;		
		
		margin-left: 640px;
		margin-top: 50px;
    float: left;  
    display: inline;
		/*background-color: #FF0000;*/
}
#menu{
		/*background: url('../images/layout/layout-menu.png') no-repeat;*/
		width: 225px;
		height: 410px;
		
    float: left; 
    display: inline 
}

#main{
		background: url('../images/layout/layout-content.png') no-repeat;
		width: 735px;
		height: 410px;
				
    float: left;  
    display: inline;		
}
#con-header{
		width: 675px;
		height: 30px;		
		
		margin-left: 20px;
    float: left;  
    display: inline;		
		overflow: hidden; 
		/*background-color: #FF0000;*/
}
#content{
		width: 675px;
		height: 320px;		
		
		margin-left: 20px;
		margin-top: 10px;
    float: left;  
    display: inline;		
		overflow: auto; 
		/*background-color: #FF00FF;*/
}
#con-footer{
		width: 675px;
		height: 30px;		
		
		margin-left: 20px;
		margin-bottom: 5px;
    float: left;  
    display: inline;		
		
		/*background-color: #FF0000;*/
}
#gallery{
		background: url('../images/layout/layout-gallery.png') no-repeat;
		width: 960px;
		height: 190px;
		float: left;
		display: inline;

}
#footer{
		background: url('../images/layout/layout-footer.png') no-repeat;
		width: 960px;
		height: 34px;
		float: left;
		display: inline;
}