a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

html {
  height:100%;
}

body {
	font-family:Georgia;
	color:#555555;
	text-align:center;
	font-size:17px;
	height:100%;

}

#top {
	margin:auto;
	border-top:80px solid transparent;

		
}

#all {
	margin-top:-80px;
	background:transparent url(lay3.png) repeat-x 0 210px;
	text-align:center;
	min-width:750px;
	min-height:100%;
}

h1 {
	margin-bottom:25px;
	font-family:'Italianno';
	color: #2288CC;
	font-size: 135px;
	font-weight:800;
}

h2 {
	color: #AAAAAA;
	font-size:28px;
	margin:20px 0;
}

#content {
	text-align:justify;
	line-height:1.75em;
	margin: auto;
	margin-bottom:20px;
	width:750px;
}

b {
	font-weight: 800;
}

p {
	margin: 15px 0;
}

input, textarea {
	font-family: verdana;
	font-size: 11px;
	width: 350px;
	line-height: 1em;
	padding: 5px;
	margin: 5px 0;
	color: #000000;
}

input[type="submit"] {
	width: auto;
}

.error {

	font-family: verdana;
	font-size: 11px;
	width: 350px;
	line-height: 1em;
	padding: 5px 0;
	display:none;
	font-weight:800;
}

form {
	margin: 20px 0;
}

#content ul {
	margin: 10px;
	padding-left: 20px;
	list-style: circle;
}
#content li {
	padding-left: 10px;
}

strong {
	font-weight: 800;
}

#content a {
	color: #2288CC;
	border-bottom: 1px dotted #2288CC;
}

#content a:hover {
	border-bottom: none;
}

#afterContent {
	clear:both;
	margin-bottom:20px;
	height:5px;
}

#footer {
	margin:auto;
	line-height:1.3em;
	text-align: center;
	color: #CCCCCC;
	clear: both;
	padding-top: 20px;
	height: 60px;
	font-size: 13px;
	min-width:1010px;
}