/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight:500;
	margin-left:0px;
	margin-right:0px;
	color:#245B27;
	clear: both;
	padding-bottom: 6px;
	background-color:#B8D3EF;
	
	
	}

*{
	
}
a{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:500;
	text-decoration:none;
	font-size:16px;
	list-style:none;
	color:#090;
	
}
a:hover{
	color:#F90;
}

h1 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 50px;
}
 
p {
    font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
    font-size: 14px;
    line-height: 21px;
}
td{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 21px;
	
}

header, nav, section, article, aside, footer {
   display:block;
}

#wrapper{
	max-width:960px;
	margin:0px 0px;
	width:960px;
	margin:0px auto;
	background-color:#F2F2F2;
	

	}

#main_header{
	background-color:#d0b4a4;
	
	width:960px;
	margin:0px auto;
	padding:0px;
	height:115px;
	background-image:url(images/head.jpg);
	
	}

#main_section{
	float:left;
	width:670px;
	padding:5px;
	
	border-radius:5px;
	}
#main_aside{
	float:left;
	width:258px;
	margin:16px;
	margin-right:0px;
	background-color:#E8EEEA;
	border:1px solid #CCC;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	
	}
#main_footer{
	clear:both;
	text-align:center;
	padding:20px;
	background-color:#333;
	border-top:2px solid #990000;
	}
#artical{	
	border:1px solid #333333;
	padding:20px;
	margin-bottom:15px;
	
	}
#artical_footer{
	text-align:right;
	}
#figure{		
	float:left;
	margin:0px;
	}
	
@font-face{
	font-family:myfont;
	src:url(fonts/HighlandGothicFLF.ttf);
}






	
	
	
	
	
	
