/*
 ********************************************************
 *                                                      *
 * Stylesheet for Hartnell College Physics Club Website *
 * Written by Zachary Graham, SPS Webmaster 11/2005     *
 *                                                      *
 ********************************************************
*/

table.main
{
	width: 500px; 
	height: *;
	min-height: 360;
	verticle-align: top;
	text-align: left;
	margin: 0
}

td.main
{
	background-image: url(Background1.jpg);
	background-repeat: no-repeat;
	background-position: top center
	
}

div.title
{
	text-align: left; 
	font-weight: bolder; 
	font-family: sans-serif;
	font-size: large;
	color: rgb(0,0,0)
}

div.body
{
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify; 
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: small;
	color: rgb(102,102,102)	
	
}



ul.activities
{
	font-style: italic;
	font-size: medium; 
	color: rgb(0, 0, 0)
}

small.activities
{
	font-size: small;
	color: rgb(102,102,102)
}

img.hlogo
{
	border: 0px solid; 
	width: 160px; 
	height: 60px
}

img.sps
{
	border: 0px solid;
	width: 62px;
	height: 62px
}

img.aip
{
	border: 0px solid;
	width: 75px;
	height: 41px
}


