* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font:100%;	
	color: #000000;
	background-color: #333;
}

h1 {
	font-size:340%;
	font-weight:normal;
}

h2 {
	font-size:250%;
	font-weight:normal;
}

#wrapper{
font-family: "Times New Roman", Times, serif;
margin-top: 20px;
margin-left: auto;
margin-right:auto;
width:700px;
background-color: #FFFFFF;
border: #45006F solid 3px;
}

#banner{
font-family:Georgia, "Times New Roman", Times, serif;
border: #CC0000 solid 3px;
padding:10px;
}

#flashcontent{
width: 100%;
height: 435px;
}

#content{
text-align:justify;
border: #CC0000 solid 3px;
border-top: #45006F solid 3px;
}

#footer{
margin-left: auto;
margin-right:auto;
width:700px;
font-size: 70%;
text-align:right;
color: #CCCCCC;
background-color: #333333;
margin-bottom:10px;
}

#footer a{
text-decoration: none;
color:#CCCCCC;
}

#text{
margin:15px;
padding:20px;
}

.image{
float:right;
margin-right:10px;
margin-left:60px;
}

input {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

textarea {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}
