/* body... pretty self explanitory use */
body		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	margin:0;
	background-color:#ffffff;
		}

/* this is the style for the image of the home page */
.image		{
	overflow: visible;
	top: 100px;
	width: 550px;
	position: absolute;
		}
		
/* this is the style for the image of the contact page */
.image_contact		{
	overflow: visible;
	top: 215px;
	width: 550px;
	position: absolute;
		}
		
/* this is the style for portfolio page */
.portfolio		{
	height: 347px;
	width: 693px;
	background-image: url(images/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 107px;
	top: 134px;
	position: absolute;
	padding-left:145px;
		}

/* this is the style for portfolio page */
.image_projects		{
	overflow: visible;
	top: 130px;
	width: 544px;
	position: absolute;
		}			

/* this is the style for the bottom title of a page - usually the header name */
.topnav		{
	width:800px;
	height:56px;
		}		

/* this is the style for the bottom title of a page */
.titlebottom		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	font-weight:bold;
	font-size:12px;
	color:#060099;
	width:800px;
	text-align:right;
	margin-top:-46px;
	}

/* this is the style for the conte of a page */
.content		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#060099;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:488px;
	width:800px;
	padding-left:250px;
	padding-top:75px;
	}

/* this is the style for the main title of a page - usually the page name */
.title		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	}

/* this is the style for main section headers */
.sectionhead	{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#060099;
	font-size:12pt;
	font-weight:bold;
	}

/* this is the style for sub-section headers */
.subsectionhead {
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#060099;
	font-size:10pt;
	font-weight:bold;
	}
	
/* this is the style for sub-section headers */
.smallb {
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#000000;
	font-size:7pt;
	font-weight:bold;
	}

/* this is the style for sub-section headers */
.small {
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#000000;
	font-size:7pt;
	}

/* this is the style for large blocks of text */
.textb		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	}
	
/* this is the style for large blocks of text */
.text		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#000000;
	font-size:10pt;
	z-index:5
	}

/* this is the style for footers and other things which should be de-emphasized */
.footer		{
	font-family:"Verdana", "Arial", "Helvetica",serif;
	color:#000000;
	font-size:8pt;
	}

/* links, in all their phases */
A:link		{
	color:#0a00ff;
	text-decoration: none;
	}
	
A:hover		{
	color:#94caf9;
	text-decoration: none;
	}

A:active	{
	color:#0073f4;
	text-decoration: none;
	}

A:visited	{
	color:#43b9e2;
	text-decoration: none;
	}