@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
outline:none !important;
}
html{
background:black;
font-family:Arial, Helvetica, sans-serif;
}
#wrap{
width:760px;
margin:auto;
}
#header{
width:760px;
height:312px;
background:url(../images/header.jpg);
}
#header-img{
width:760px;
height:230px;;
background:url(../images/header-img.jpg);
}
/*CONTENT*/

#about{
width:760px;
padding:15px 0;
}

#content{
width:760px;
padding:10px 0;
}
#content a{
color:white;
}
#content h1{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
color:white;
font-weight:normal;
font-style:italic;
}
#content p{
	font-size:13px;
	color:white;
	padding:5px 15px;
}
.galleries {
width:380px;
float:left;
margin:10px 0;
}
.photo{
border:1px solid white;
padding:15px;
display:block;
margin:auto;
}
.gal{
float:left;
margin:5px;
padding:10px;
border:1px solid white;
}
.title{
display:block;
margin:auto;
border:none;
}

/*FOOTER*/
#footer{
width:760px;
background:url(../images/footer.gif) repeat-x top;
height:100px;
clear:both;
padding-top:20px;
}
#footer p{
text-align:center;
color:white;
font-size:10px;
}
#footer p.register{
font-size:12px;
font-style:italic;
font-weight:bold;
padding-top:10px;
}
#footer a{
color:white;
text-decoration:none;
}
