

body,
html {
	font-family: Verdana, sans-serif;
	/* font-size: 1em; */
	font-size: 12px;
	margin: 0;
    padding: 0;
    text-align: center;

}

table {
    font-family: Verdana, sans-serif;
	/* font-size: 1em; */
	font-size: 12px;
}

h1 {
}
h2 {
}
h3 {
}

hr.hide, div.hide {
	display: none;
}

a img {
	border: 0;
}

a:link, a:visited {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
}

#container {
    margin: auto;
    text-align: left;
    width: 750px;
   /* background-color: */
}

#header {
    float: left;
	padding: 0.2em 0.2em;
	width: 750px;
	height: 160px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#logo {
    float: left;
	padding: 0.2em 0.2em;
	color: #990099;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
}

#slogan {
    float: right;
	padding: 0.2em 0.5em;
	color: #990099;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

#hand {
    position:relative;
	left:400px;
	top:70px;

}

#nav {
    clear: left;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background-color: #FFCC33;
	height: 2.2em;
}


#nav a:link, #nav a:visited {
    color: #990099;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
}

#nav ul li {
    float: left;
    min-width: 6em;
    text-align: center;
    margin-bottom: 0;
}

#nav ul li a {
    display: block;
    min-width: 4.5em;
    padding-top: 0.4em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    height: 1.6em;
    float: left;
    background-color: #FFCC33;
}

#nav ul li a:hover {
    background-color: #ffff00;
}

* html #nav ul li a {

}

#content {
    clear: left;
	padding: 1em 1em;
	/* background-image: url(../images/background.jpg); */
	/* background-repeat: no-repeat; */
}

#content a:link, #content a:visited {
    color: #256db5;
    font-size: 12px;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: underline;
}

#footer {
    clear: both;
	padding: 1em 3em;
}

#footer p {
	text-align: center;
	border-top: 1px solid #FF9900;
}
