/* 
Author: parsonlineshopping.com
URL: http://www.parsonlineshopping.com
Free online business available: http://www.freesmallhomebusiness.com
*/
body {
	background:#000000;
	border: 4px solid red;
	font-family: 85%/2em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 20px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	color:#A9A9F5;
}

a:link {color: blue;}         /* a unvisited link */
a:visited {color:Silver;}    /* a visited link */
a:hover {color: red;}         /* a link with the mouse hovering over it */
a:active {color: green;}      /* the selected link */






/* main */
#wrapper {
    padding: 5px 5px 5px 5px;
	margin: 0;
	background: #000000;
	border: 0px solid red;
}

#left {
	float :left;
	margin:0px;
	padding: 10px 10px 10px 10px;
	width: 24%;
	border: 0px solid white;
	text-align:left;
	color:#A9A9F5;
	font-size:large;
	background-color:#08088A;
}

#right {
	float: right;
	margin: 0px;
	width: 74%;
	border: 0px solid green;	
    text-align:center;
    background-color:#ffffff;
}

.clearfix:after{ /*Clear floats hack: 
http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

.left {
margin: 0px 0px px 0px;
float: left;
}

.right {
margin: 0px 0px 0px 00px;
float: right;
}

.textright {
text-align: right;
margin: 0;
padding: 0;
}

.textleft {
text-align: left;
}

.center {
text-align: center;
}

.small {
font-size: 1em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}



/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #left {
  margin-right: 7px;
  }
* html #right {
  margin-left: 7px;
  } 
* html #middle {
  height: 1%;
  margin-left: 0;
  } 
/* End hide from IE5/mac */



/* footer */

#footer{
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#08088A;	
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	border: 4px solid green;	
}

/* Start MouseOver CSS - FOR Picture Enlargement (thumbnail) */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* End MouseOver CSS - FOR Picture Enlargement(thumbnail) */


/* General */
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

