/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---end of css reset---*/


body {
	font-family : "Lucida Sans Unicode", Helvetica, Arial ;
	color : #222;
	background : #fff;
}

a , a:visited{
	color : #00aeff;
	text-decoration : none;
}

a:hover {
	color : #555;
}

#wrapper {
	width : 960px;
	margin : 0 auto;
	}
	
header {
	margin : 0 auto;
	padding-top : 100px;
	padding-bottom : 80px;
}

#headerintro {
	width : 860px;
	text-align : center;
	margin: 0 auto;
}

#headerintro h1 {
	font-size : 46px;
	line-height : 55px;
}

#intro {
	margin : 0 auto;
}

#intro p {
	font-size : 18px;
	text-align : center;
}

/* gallery */

#gallery {
	padding-left : 38px;
	padding-top : 40px;


}

a img {
	margin: 10px 30px 15px 0;
	vertical-align: top;
	-webkit-box-shadow: 0 0 2px 0 #666666;
	-moz-box-shadow: 0 0 2px 0 #666666;
	box-shadow: 0 0 2px 0 #666666; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

a img.last {
	margin-right: 0;	
}

/* end gallery */

#about {
	width : 820px;
	margin : 40px auto 60px;
}

#about h2 {
	font-size : 20px;
	color : #777;
	margin-bottom : 10px;
}

#about p {
	font-size : 18px;
	line-height : 25px;
	margin-bottom : 20px;
}

#about small {
	font-size : 12px;
	color #555;
}

#about a, a:visited {
	color : #00aeff;
}

#star  p{
	font-size : 11px;
	color : #555;
	float : right ;
	margin-top : -75px;
}

footer  {
	margin-bottom : 20px;
}

footer p {
	font-size : 10px ;
	color : #555;
	text-align : center;
}

footer a , a:visited{
	color : #555;
	text-decoration : none;
}
