/* CSS Document */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
	color: #0A164C;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
	color: #64656A;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #CA7F24;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
html,body{margin:0;padding:0}
body{
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: 100px;
	color: #2F2F2F;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 0px;
}
a {
	color: #8694FD;
}
OL,UL {
	font-size: small;
}
div#bg {
	background-color: #FFFFFF;
}
div#header{
	height: 200px;
	padding-left: 10px;
	background-color: #FCFCFC;
	background-image: url(img-layout/header-picture.png);
	background-position: left top;
	background-repeat: no-repeat;
	max-width: 1280px;
}
div#Logo {
	background-image: url(img/logo-jumping-notes.png);
	background-position: left top;
	float: left;
	height: 115px;
	width: 243px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
div#Slogan {
	background-image: url(imglayout/Slogan.png);
	height: 82px;
	width: 485px;
	float: left;
	margin-top: 32px;
	margin-left: 40px;
}
div#content {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	width: 70%;
	max-width: 900px;
	float: left;
	margin-bottom: 30px;
}
div#right {
	float: left;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
}
div#navigation{
	width: 100%;
	background-color: #00073D;
	height: 50px;
	background-repeat: repeat-x;
}
div#navtop {
	vertical-align: middle;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	padding-top: 8px;
	padding-left: 30px;
	color: #FCFCFC;
}
div#navtop a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.1em;
	padding-left: 3px;
}
div#navtop a:hover {}
div#footer{
	background-color: #000000;
	background-image: url(imglayout/BG_Bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	clear:both;
	width:100%;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
}
div#footer a {
}

div#wrapper{
	background-color: #FFFFFF;
	background-image: url(imglayout/BG_Body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
DIV#WEBTYPE {}
DIV#WEBTYPE a {
	background-image: url(imglayout/webtype.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 86px;
	text-decoration: none;
}
DIV#WEBTYPE a:hover{
	background-image: url(imglayout/webtypeO.png);
}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	p {
		font-size:24px;
	}
	div#Slogan {
		display:none;
		}
/*	#sidebar {
		display: none;
	} */

}
