body {
    font-family: century gothic;
    font-size: 14px;
    text-align: center;
    background: url(images/page_bg.jpg);
    color: #000000;
}

html, body, #wrapper, h1, #nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

th, td {
    font-size: 10px;
}

img { 
	border: 1; 
	color: #000000;
}

img.fixed{position:fixed;top:25;left:0;}

#wrapper {
    margin: auto;
    text-align: left;
    width: 850px;
    position: relative;
}

h1, h2, h3 {
	text-align: center;
}


h1 {
	font-family: copperplate gothic bold;
	text-decoration: underline;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0 0 0 0;
    padding: 0;
	font-family: century gothic;
}

h3 {
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
}

p {
	text-indent:50px;
	text-size: 22px;
    margin: 1em 0;
    padding: 5px;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

* html .clear {
    margin-top: -5px;
    margin-bottom: -4px;
}

.left {
    float: left;
    margin: 1px 8px 0px 0px;
}

.softright {
    text-align: right;
}


/* ***** */

body {
    background: #90b7e2;
	background-image:url('images/bg.jpg');
}

#wrapper {
    width: 850px;
    background: #fff;
    border: 1px solid #fff;
}

* html #wrapper {
    width: 700px;
    w\idth: 698px;
}

h1 {
    padding: 9px 18px
	font-size: 2em;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #0c4a74;
}


a:hover {
    text-decoration: underline;
}


/* nav */

* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}

#nav li {
    float: left;
    list-style: none;
    width: 120px;
	height: 50px;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid white;
    text-align: center;
}

#nav li.first {
    width: 150px;
    border-left: none;
}

#nav a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #0c4a74;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background: #0180c6;
}

/* footer */

#footer {
	font-family: arial;
    color: #fff;
    background: #0c4a74;
    text-align: center;
    padding: 8px 0;
}

#footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#footer a:hover {
    color: #ffff99;
}
