/*- 1: Page Structure---------------------------------- */
html {
background:url(images/bgnoise.jpg) #0e0e0e;
height: 100%;
}

html>body {
 min-height: 100%;
 height: auto;
}



body {
background:url(images/bg.jpg) top center repeat-x;
margin:0 auto;
padding-top: 30px;
xfont-family:Geneva, Arial, Helvetica, sans-serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
text-align:center;
color:#FFF;
height: 100%;
}


#wrap {
width:920px;
margin:0 auto;
}

/*- 2: Header----------------------------------------- */

#head {
width:700px;
height:100px;
margin:0 auto;
color:#fff;
text-align:left;
overflow:auto;
}


#links {
margin:0 auto;
overflow:auto;
float:right;
text-align:right;
margin-top:60px;
}

#links ul {
margin:0 auto;
padding:0px;
width:300px;
overflow:auto;
background:url(Images/backnext.png) no-repeat top left;
background-position:0 -40px;

}

#links li {
list-style:none none;
font-size:1.1em;
margin:0 auto;
padding:0px;
overflow:auto;
float:right;
}

#links li a:link, #links li a:visited {
display:block;
width:150px;
height:40px;
padding:0;
text-decoration:none;
background-color:inherit;
}

#links li a:hover, #links li a:active {
display:block;
width:150px;
padding:0;
text-decoration:none;
background:url(Images/backnext.png) no-repeat top left;
}


/*- 3: Content---------------------------------------- */

#contenthome {
text-align:justify;
width:670px;
padding:0px;
margin:0 auto;
background:#FFF;
overflow:auto;
float:right;
}



#menu {
xbackground:url(images/logo.jpg) top center no-repeat;
text-align:right;
width:250px;
padding-top:130px;
padding-bottom:2px;
margin:0 auto;
overflow:auto;
float:left;
}


/*- 4: Formatting------------------------------------- */

#imgTitle {
font-size:16px;
float:left;
margin:0 0 20px 0;
font-weight:bold;
}

#imgDate {
color:#666;
float:right;
margin:0 0 20px 0;
}

#imgDesc {
clear:both;
margin-top:20px;
}

h1 {
color:#000;
}

/*- 5: Footer----------------------------------------- */

#footer {
clear:both;
text-align:right;
font-size:10px;
margin:0 auto;
width:820px;
height:30px;
padding:10px 100px 0 0;
color:#666;
}

/*- 6: Links------------------------------------------ */

A:link, a:visited {
color:#666;
text-decoration:underline;
}

a:active, a:hover {
text-decoration:underline;
color:#63ADAD;
}