* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(bgg.jpg);
	background-color: #18363E;
	background-repeat: repeat-x;
	height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

#bodywrap {
	width: 100%;
	height: 100%;
}

#flashy {
	background-image: url(flashybg.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height:auto !important;
	height:100%;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
}

#header {
	background-image: url(hdr.jpg);
	width: 799px;
	height: 301px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding: 0;
}

#wrap1 {
	background-image: url(divbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height:auto !important;
	height:100%;
	min-height:600px;
	width: 799px;
	margin: 0 auto;
	padding: 0px;
}

#sisalto {
	padding: 5px;
	color: #537d95;
	text-align: justify;
	width: 700px;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:600px;
}

a:link, a:visited, a:active {
	color: #cee1dd;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #457b87;
	background-color: #0f1d1e;
	padding: 1px;
}
a img {
	border: none;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	color: #2b6583;
	font-size: 16px;
	text-align: right;
	padding-right: 35px;
	margin: 35px 0 15px 0;
	line-height: 32px;
	border-bottom: 1px dotted #689F9C;
}

textarea, select, input {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #689F9C;
	padding: 2px;
	font-family: verdana, tahoma;
}

p {
	padding:0 5px 10px 5px;
	line-height:1.4em;
	text-align: justify;
}

.wireframeauramenu{
	font-weight: bold;
	font-size: 90%;
	width: 100%;
}

.wireframeauramenu ul{
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
	display: inline;
	margin: 0;
}

.wireframeauramenu ul li a{
	color: #145B9D;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
	color: #F9FFFF;
	background: #0E2E55;
}

li {
	margin-left: 25px;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
	
.codesort label,
{
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}fieldset {
 border: 0;
 margin: 0 0 12px 0;
 padding: 2px;
}

fieldset label {
/* float: left;*/
 width: 50%;
}

fieldset input.input1, fieldset select {
/* float: left;*/
 margin: 0 1%;
 width: 48%;
}

fieldset textarea {
width: 250px;
height: 50px;
padding: 5px;
}
