body {
	margin: 0px;
	padding: 0px;
	background: white;
    font-family: Arial, Verdana, sans-serif;
   	background: url(images/background.jpg);
	}
#menu {
	position: absolute; 
	top: 288px;
	left: 5px;
	width: 150px;
	height: 600px;
	background: #C60708;
	border-right: 1px solid black;

	}
#menu a {
   	background: url(images/tab2.gif);
	color: black;
	text-decoration: none;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right: 1px solid black;
}
#menu a:hover {
	color: Red;
}
#menu a.current {
	color: black;
   	background: url(images/tab.gif);
   	padding-left: 15px;
   	border-right: none;
}
#menu a.current:hover {
	color: black;
}
#menu2 {
	position: absolute; 
	top: 105px;
	left: 5px;
	width: 150px;
	height: 1000px;
	background: #C60708;
	border-right: 1px solid black;
	}
#menu2 a {
   	background: url(images/tab2.gif);
	color: black;
	text-decoration: none;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right: 1px solid black;
}
#menu2 a:hover {
	color: red;
}
#menu2 a.current {
	color: black;
   	background: url(images/tab.gif);
   	padding-left: 15px;
   	border-right: none;
}
#menu2 a.current:hover {
	color: black;
}
#banner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 775px;
	height: 223px;
}
#welcome {
	position: absolute;
	top: 238px;
	left: 5px;
	width: 775px;
	height: 50px;
	background: #353535
	}
#welcome h1 {
	font-size: medium;
	color: white;
	padding: 5px;
	font-style: italic;
	text-align: center;
}
#welcome2 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 775px;
	height: 100px;
	background: #353535
	}
#welcome2 h1 {
	font-size: medium;
	color: white;
	padding-top: 35px;
	font-style: italic;
	text-align: center;
}
#content {
	position: absolute;
	top: 288px;
	left: 155px;
	width: 626px;
	height: 600px;
	background: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}
#content2 {
	position: absolute;
	top: 105px;
	left: 155px;
	width: 626px;
	height: 1000px;
	background: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
}