body {	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.content {
	background-image: url(images/interface_images/portfolio_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:left;
	vertical-align: top;
	padding: 0px;
	
}

.content img {
	margin: 0px;
	border-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content div {
	text-align: center;
	margin: 0px;
}

.content div img {
	margin: 3px;
	border-width: 0px;
}

.gallery_home {
	background-image: url(images/interface_images/portfolio_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:left;
	vertical-align: top;
	padding: 0px;
}
	
.gallery_home img {
	margin: 0px;
	border-width: 0px;
}


.leftside {
	background-image:url(images/interface_images/side_repeaters.jpg);
	background-position:right top;
	background-repeat:repeat-x
	padding: 0px;
	margin: 0px;
}

.rightside {
	background-image:url(images/interface_images/side_repeaters.jpg);
	background-position:left top;
	background-repeat:repeat-x
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6,th {
	color:#3A3935;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:center;
	
}

h2 {
	font-size: 15px;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

h3 {
	font-size: 14px;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

/* THE FOLLOWING CODE HANDLES THE WAY LINKS APPEAR THROUGHOUT THE SITE UNLESS THEY ARE CLASSED */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #3A3935;
}

a:link {
	text-decoration: none;
	color: #3A3935;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: none;
	color: #1268b3;
}

a:active {
	text-decoration: none;
	color: #003399; 
}


/* THE FOLLOWING CODE HANDLES THE WAY LINKS APPEAR IN THE LEFT HAND COLUMN OF MY BLOG */

.sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: em;
	font-weight: bold;
	line-height: 2.25em;
	color: #eef4fb;
}

.sidebar a:link {	
	text-decoration: none;
	color: #1268b3;
	background-color: #fcfaee;
	border-color: #97bdd6;
	border-style:solid;
	border-left-width:thick;
}

.sidebar a:visited {	
	text-decoration: none;
	color: #1268b3;
	background-color: #fcfaee;
	border-color: #97bdd6;
	border-style:solid;
	border-left-width:thick;
}

.sidebar a:hover {
	text-decoration: none;
	color: #ee3135; 
	background-color: #fcfaee;
	border-color: #ffea50;
	border-style:solid;
	border-left-width:thick;
}

.sidebar a:active {
	text-decoration: none;
	color: #ee3135; 
	background-color: #fcfaee;
	border-color: #ffea50;
	border-style:solid;
	border-left-width:thick;
}