
body {
  margin: 0;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

#wrapper {
  width: 600px;
	margin: 0 auto;
	position: relative;
}

div#header {
  width: 600px;
  height: 200px;
  background: #254A82 url('header.png') no-repeat !important;
}

div.bar {
  width: 600px;
}

#image1 {
  display: none;
}

#image2 {
  display: block;
}

/*

#image1, #image2 {
  display: none;
}

#image2 {
  float: left;
}

#image1 {
    position: relative;
    left: 20px;
    top: 600px;
}

*/


#text1 {
	padding: 0.4em 1em;
	font-size: 24px;
}

ul#nav1 {
  width: 600px;
}

#nav1 li a, #nav1 li span.link {
  font-size: 18px;
}

.smartphone-only {
  display: block;
}

.desktop-only {
  display: none;
}


.template04 ul {
	list-style-position: outside;
}

