/* My homepage CSS Stylesheet */


/* These instuctions are for the whole page */
body    {
        font-family: Georgia, arial, helvetica;
        font-size: 12;
        text-align: left;
        color: black ;
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px; 
	margin-left: auto;
        padding: 0;
        background-image:; 
	}

img	{
	display: block;
	border: 0;
	}

/* These instructions are for the header only */

#header {
	background-color: white;
	border: 1px ;
        padding: 10px;
        border-style: ;
	}

/* These instructions are for the content area, including both of the tables "sidebar" and "primarycontent." */
#content {
        background-color: white;
	border: 1px ;
        padding: 10px;
        border-style: ;
	}


#sidebar {
	border-style: ;
	background-color: white;
	border: 1px ;
	padding: 15px;
	}

#primarycontent {
	border-style: ;
	background-color: white;
	border: 1px ;
	padding: 15px;
	}


/* These instructions are for the footer only */
#footer {
	border-style: ;
	font-size: 8pt;
	background-color: white;
        border: 1px ;
        padding: 10px;
        }


