#header {
position: absolute;
top: 0px;
left: 40px;
right: 30px;
height: 200px;
padding: 0px 15px;
background-image: url(images/computer5.jpg);
background-repeat: no-repeat;
text-align: right;
background-color: #ffffff;
}

/*- Main Column Start--------------------------- */
#main {
margin-top: 220px;
margin-left: 212px;
margin-right: 212px;
}

#body {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0;
padding: 0;
background: #FFF;
}

#main h1 {
color: red;
}
/*- Main Column End--------------------------- */

/*- Navigation Menu Start--------------------------- */
#navbar {
position: absolute;
top: 220px;
left: 0px;
width: 210px;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


#menu2 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	list-style-type: none;
	}

#menu2 li {
	list-style-type: none;
}	


#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 0 0 32px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	
	#donate {
background: #B0C4DE;
border-style: solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
padding: 3px 3px;
text-align: center;
}
/*- Navigation Menu End--------------------------- */

/*- Right Column Start--------------------------- */
#adbar {
position: absolute;
top: 220px;
right: 0px;
width: 210px;
}

#update {
text-align: right;
padding-right: 2px;
}

#newsletter {
background: #EDEDE5;
border-style: solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
}

#tip {
background: #ffffcc;
border-style: solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
padding: 3px 3px;
text-align: center;
}

#orderbox {
background: #ffcc99;
border-style: solid;
border-color: #D8D5D1;
border-size: 1px;
border-width: 1px;
padding: 3px 3px;
text-align: left;
}
/*- Right Column End--------------------------- */







