@charset "utf-8";
/* header layout
-------------------------*/
#header {
	text-align:center;
}
h1 img {
	margin-top:25px;
}
/* #create styles
-------------------------*/
#create {
	text-align:center;
}
/* gallery link style
-------------------------*/
#create a img {
	border-style: none;
}
#create a:link {
	text-decoration: none;
	border:none;
}
#create a:visited {
	text-decoration: none;
	border:none;
}
#create a:hover,a:active{
	text-decoration: none;
	border:none;
}
/* next_back styles
-------------------------*/
#next_back {
	text-align:center;
}
/* link styles
-------------------------*/
a:link,a:visited,a:hover,a:active {
	border-bottom:none;
}
