/* these classes control some of the properties of the body tag which effects the whole page for spacing and typeface*/
BODY {
	padding-left: -30px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: -15px;
	line-height: 0em;
	padding-bottom: 0px;
	margin-left: -5px;
	margin-top: -10px;
	background-color: #121210;
}

/* these classes control the appearance of links in their various state for all other classes*/
a:link,a:visited {
	background:transparent;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: -20px;
	width: 300px;
}
a:hover,a:active {
	background:transparent;
	width: 112px;
}

/* this class controls the appearance of the header, it is used in the html page*/
.head {font-size: 60px; font-weight: bold; line-height: 139px; width:696px; background: #FFFFFF; padding-left: 45px; padding-top: 50px;}

/* these classes control the width and position of the div columns, it is used in the html page*/
.Quote1 {
	color: #FFFFFF;
	margin-left: 0px;
	width: 650px;
	margin-top: -444px;
	font-size: 11px;
	line-height: 24;
}
.content2 {
	margin-left: 309px;
	width: 1600px;
	letter-spacing: 0pt;
	margin-top: 0px;
	float: left;
}
.content3 {
	width:120px;
	float:left;
	line-height: 27px;
	margin-left: 0px;
}
.content4 {
	color: #BC9009;
	font-size: 11px;
	line-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	margin-top: -90px;
	width: 300px;
	letter-spacing: 0pt;
}
/* these classes control the appearance of the feeds, they are manually called into the javascript*/
.item1 {
	color: #000000;
	margin-top: -80px;
	margin-left: -80px;
	width: 400px;
	float: left;
}
.item3 {
	line-height: 20px;
	width: 300px;
	margin-top: 60px;
	margin-left: 456px;
	padding-bottom: 0px;
}
.item4 {
	line-height: -5px;
	float:right;
	margin-left: 680px;
	margin-top: -775px;
	width: 80px;
}
.item5 {
	width:900px;
	padding-left: 0px;
	margin-left: 110px;
	margin-top: 120px;	
}

.style6 {font-size: 14px; font-weight: normal; color: #999966; line-height: 24px; margin-left: 0px}
.style7 {font-size: 14px; font-weight: normal; color: #999966; line-height: 54px; margin-left: 85px}
.style8 {
	color: #E6BC34;
	width:120px;
	margin-top: 0px;
}
.style9 {
	font-size: 11px;
	width:600px;
	line-height: 16px;
	border-width: 3px;
	color: #EEEEEE;
}
.style3 {font-size: 14px; font-weight: normal; color: #FFFFFF; line-height: 34px; margin-left: 0px; background-color; width:296px}
.style10 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 110px;
background-color: ; 			width:390px;
	line-height: 16px;
	margin-top: 0px;
}
.style22 {font-size: 14px; font-weight: normal; color: #E6BC34; line-height: 14px; margin-left: 0px; width:210px}
.style26 {font-size: 14px; font-weight: normal; color: #E6BC34; width:210px}
.style25 {line-height: 24px; margin-left: 0px; margin-top: 50px; width:210px}



/* this class controls the appearance of the footer, it is used in the html page*/
.foot {font-size: 8px; color: #FFCC00; font-weight: normal; line-height: 16px; width:296px; padding-left: 55px}

/* 
here is a css overview:
http://hotwired.lycos.com/webmonkey/reference/stylesheet_guide/

here are some sources that list and explain all css properties:
http://hotwired.lycos.com/webmonkey/reference/stylesheet_guide/css_properties.html
http://www.devx.com/projectcool/Article/19813
http://www.pageresource.com/dhtml/cssprops.htm

as designers you almost always want to specify size in pixels( or px)

here is a decent glossary:
http://hotwired.lycos.com/webmonkey/glossary/
*/
