* {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, andale mono, geneva, sans-serif;
    border:0px;
    color: rgb(48,49,46);
}
ul,ol {
	list-style:none;
}
p{	font-size: 14px;
    color: black;
}
p2{	font-size: 13px;
	line-height:15px;
}
p3{	font-size: 12px;
	line-height:18px;
}


h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 4px;
    color: #6495ED;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

body{
	background-image:url('_images/navigation_bottom.png');
	background-position: bottom-right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 98% 100%;
}

#container {/*---------------container includes everything-----------------------------*/
	width: 100%;
	height: 100%;
}

#logo{
	width: 205px;
	height:255px;
	margin-left:2%;
	background-image: url('_images/navigation_top.png'); 
	background-repeat: no-repeat;
}

#navigation{
	width: 135px;
	margin-left:100px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 25px;
	text-align: left;
}

#main {
	margin-left:250px;
	margin-right:225px;
	margin-top:-380px;
	padding:10px;
	background-color:#f5f7ff;
	border: 1px double #6495ED;
	border-style:dashed;
}

#about {
	margin-left:250px;
	margin-right:225px;
	margin-top:-425px;
	height:500px;
	overflow:auto;
	overflow:hidden;
}
#works {
	margin-left:250px;
	margin-right:225px;
	margin-top:-455px;
	height:500px;
	overflow:auto;
	overflow:hidden;
}
#manga {
	margin-left:250px;
	margin-right:225px;
	margin-top:-440px;
	height:500px;
	overflow:auto;
	overflow:hidden;
}
#gifts{
	margin-left:250px;
	margin-right:225px;
	height:285px;
	overflow:auto;
}

#about {
	margin-left:250px;
	margin-right:225px;
	margin-top:-425px;
	height:500px;
	overflow:auto;
	overflow:hidden;
}
#store {
	margin-left:250px;
	margin-right:225px;
	height:310px;
	overflow:auto;
	overflow:hidden;
}

#content{
	height:275px;
	margin-left:500px;
	margin-right:225px;
	margin-top:-5px;
	overflow:auto;
}
#banners{
	margin-left:250px;
	width:225px;
	height:250px;
	padding-right:50px;
	float:left;
	overflow:auto;	
}

/*---------------------------------end--------------------------------*/

a:link {
		text-decoration:none;
		color: #6495ED;
}
a:visited{
		text-decoration:none;
		color: #6495ED;
}
a:hover {
		text-decoration:none;
		color: #0066cc;
}
a:active{
		text-decoration:none;
		color: #B0C4DE;
}