/* Global */
body {

margin: 0;
padding: 0;
font-family: verdana, sans-serif;
}

#page {
margin: 0 auto auto;
background-color: white;
width: 800px;
padding: 10px;


}

.strike {
text-decoration:line-through;
}

img {
border: none;
}

a:link {
color: blue;
text-decoration : none;}

a:active{
color: blue;
text-decoration : none;}

a:visited{
color: blue;
text-decoration : none;}

a:hover{
color: red;
text-decoration : none;} 

/* Content */
#content {
background-color : white;
width : 630px;
font-size: 12px;
float: right;

padding-bottom:30px;}

#content ul {
list-style-type: square;
}

#content .small {font-size:10px;}
/* Menu */
#menu {
background-color : white;
float: left;
width: 150px;
font-size: 12px;
text-transform: uppercase;
}

#menu ul {
list-style-type: none;
padding:0;
}

/* Header */
#header {

margin-left: 0px;

width: 800px;
/* height: 150px; */

text-align:right;
padding-top : 10px;
}

#header p{
margin-top:-20px;
font-family: sans-serif;
}

#header h1{font-family:sans-serif;}
/* Footer */
#footer {
display:none;
margin-left: 0px;
width: 800px;
height:76px;
margin-top: 0px;
clear: both;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
