/*This stylesheet is created by Adam Woods 2008. Notice here the nature of this comment, it takes the form of a Java code multiline comment as this stylesheet uses CSS scripting language,and so must adhere to the associated rules */

/* #######################========Extended element in inherited from base================########################### */
.section
{
	background-image: url(../images/aboutMe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-style:solid;
	border-width:2px;
	padding:5px;
	margin:10px;
	border-color:#010080;
}

.secNav {
	height: 1290px;
}

/* ####################################=====table formatting unique elements================########################### */
/* note the order, border width then border style then border colour (for firfox compatibility) */
table#attributes
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
	width: 100%;
}

/* applying borders, colours to tr and td only looks groovy.... */
table#attributes tr, td
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
}

table#attributes th
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
}

table#horoscope
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
	width: 100%;
}

table#horoscope tr
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
}

table#horoscope td
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
	width: 70%;
}

table#horoscope th
{
	border: 1px;
	border-style:solid;
	border-color: #000000;
	width: 30%;
}
