
* {
    padding: 0;
    margin: 0;
} 

html {
	background: #000000;
}

body {
	font-family: arial,verdana, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 3em;
	color: #f2f2f2;
}

h1 {
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	margin-bottom: 1.2em;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

input {
	border: dotted 1px #4c4d4f;
	margin-bottom: 1em;
	background: #f2f2f2;
}

textarea {
	border: dotted 1px #4c4d4f;
	background: #f2f2f2;
}

img {
	padding: 0.2em;
	border: 1px solid #767676;
}

a img {
	border: none;
}


a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #1e90ff;
	text-decoration: underline;
}

a:active {
	color: #1e90ff;
	text-decoration: underline;
}

.blue {
	color: #1e90ff;
} 

#center {
	position: absolute;
	z-index: 1;
}

#links {
	width: 38em;
	height: 2em;
	margin-top: 0.9em;
	float: right;
	text-align: right;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	z-index: 500;
}

#links ul {
	padding: 0;
	display: inline;
	list-style: none;
}

#links ul li {
	position: relative;
	float: right;
	padding: 0 0.5em;
}

#links li ul {
	position: absolute;
	top: 30px;
	display: none;
}

#links ul li a {
	display: block;
	text-decoration: none;
	color: white;
	margin: 0 2px;
}

#links ul li a:hover { 
	background-color: #454545;
	color: #1e90ff;
}

#links li:hover ul, li.over ul {
	display: block;
	margin: -1.6em 0 0 -4em;
}

#wrap {
	width: 98em;
	height: 57em;
	margin: 0.3em auto 0.5em auto;
	border: 1px solid #999;
}

#welcome {
	clear: both;
	position: absolute;
}

#top {
	width: 98em;
	height: 2em;
	margin: auto;
}

#logo { 
	width: 60em;
	height: 1.8em;
	float: left;
	margin-top: 0em;
	margin-left: -0.2em;
}

#logo img {
	border: none;
}

#content {

}

#innerLeft {
	width: 56em;
	float: left;
	padding: 4em 0 0 4em;
}

#innerRight {
	width: 30em;
	float: right;
	margin: 4em 0 0 4em;
}

#contactLeft {
	width: 45em;
	float: left;
	margin: 8.2em 0 3em 6em;
}

#contactRight {
	width: 40em;
	float: right;
	padding: 7.3em 0 0 2em;
}

#contactRight img {
	margin-left: -0.4em;
}

#ssLeft {
	clear: left;
	width: 40em;
	text-align: left;
	padding:  0 0 0 4em;
}


#footer {
	width: 98em;
	margin: auto;
	color: #4c4d4f;
	clear: both;
}

#footer #left{
	font-size: 1.1em;
	width: 25em;
	float: left;
}
	
#footer #right{
	font-size: 1.1em;
	width: 62em;
	float: right;
	text-align: right;
}