﻿/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: 'ralewaythin';
	src: url('../fonts/raleway-thin-webfont-webfont.eot');
	src: url('../fonts/raleway-thin-webfont-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-thin-webfont-webfont.woff') format('woff'),  url('../fonts/raleway-thin-webfont-webfont.ttf') format('truetype'),  url('../fonts/raleway-thin-webfont-webfont.svg#ralewaythin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_serif_captionitalic';
	src: url('../fonts/pt_serif-caption-web-italic-webfont-webfont.eot');
	src: url('../fonts/pt_serif-caption-web-italic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_serif-caption-web-italic-webfont-webfont.woff') format('woff'), url('../fonts/pt_serif-caption-web-italic-webfont-webfont.ttf') format('truetype'), url('../fonts/pt_serif-caption-web-italic-webfont-webfont.svg#pt_serif_captionitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_serif_captionregular';
	src: url('../fonts/pt_serif-caption-web-regular-webfont.eot');
	src: url('../fonts/pt_serif-caption-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_serif-caption-web-regular-webfont.woff') format('woff'), url('../fonts/pt_serif-caption-web-regular-webfont.ttf') format('truetype'), url('../fonts/pt_serif-caption-web-regular-webfont.svg#pt_serif_captionregular') format('svg');
	font-weight: normal;
	font-style: normal;
}/*------------------------- Layout styles ------------------------*/


a
 {
	outline:none;
}
a img 
{
	border:0;
	display:block;
}
.page 
{
	width:960px;
	margin:0 auto 53px;
	background:url(../images/bg-bottom.png) no-repeat left bottom;
	padding:0 0 14px 0;
	border:10px Solid White;
	border-color:white;
	background-color:#e2e3e4;
}
/*------------------------- Header -------------------------*/
/*-------------------------------------------------------------------------- Gallery------------------------------------------------------------- */
body
{
    background-color:Blue;
    background-color:#03274B;
}
#gallery { 
	margin: 0; 
	padding: 0; 	
}

#gallery ul { 
	margin: 0; 
	padding: 0; 
}

#gallery ul li { 
	display: block; 
	float: left; 
	width: 200px; 
	height: 150px; 
	margin: 0 21px 10px 0; 
}

#gallery ul li a img { 
	width: 200px; 
	height: 150px; 
	padding: 0px; 
	background: #000 url(../images/tooplate_image_frame.jpg) no-repeat bottom center; margin-bottom: 5px; 
}

