body
{
	text-align: center;
	background-color: #121212;
	color: #ffffff;
}
#wholepage
{
	margin: 0px auto;
	position: relative;
	width: 842px;
	background-color: #4682B4;
}
#header
{
	background-image: url(img/flower.jpg);
	height: 235px;
}
#navDiv
{
	opacity: 0.71;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=71);
	background-color: #333333;
	height: 75px;
}
#nav ul, #nav li
{
	display: inline;
 	list-style-type: none;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover
{
	color: #CCCCCC;
	font-size: 20px;
 	text-decoration: none; 
	float: left;
	padding: 25px 0 0 0;
	text-align: center;
	text-decoration: none;
 	width: 132px;
	height: 50px;
 	border: 0;
	border-right: 2px solid #000000;
	_height: 75px;
}
#nav a:hover
{
	text-decoration: underline;
}
#cornerTL
{
	position: absolute;
	left: 0px;
	_left: -421px;
	top: 0px;
	background-image: url(img/topLeft.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	z-index: 10;
}
#cornerTR
{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(img/topRight.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	z-index: 10;
}
#cornerBL
{
	position: absolute;
	left: 0px;
	_left: -421px;
	bottom: -19px;
	_bottom: 230px;
	background-image: url(img/bottomLeft.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	z-index: 10;
}
#cornerBR
{
	position: absolute;
	right: 0px;
	bottom: -19px;
	_bottom: 230px;
	background-image: url(img/bottomRight.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	z-index: 10;
}
#right
{
	position: absolute;
	right: 0px;
	top: 10px;
	background-image: url(img/shadowRight.png);
	background-repeat: repeat-y;
	height: 100%;
	_height: 500px;
	width: 15px;
	/*z-index: 0;*/
}
#left
{
	position: absolute;
	left: 0px;
	_left: -421px;
	top: 10px;
	background-image: url(img/shadowLeft.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 15px;
	z-index: 0;
}
#bottom
{
	position: absolute;
	bottom: -24px;
	_bottom: 230px;
	left: 0px;
	_left: -421px;
	right: 0px;
	background-image: url(img/shadowBottom.png);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 0;
}
#content
{
	position: relative;
	top: -19px;
	color: #0c2857;/*00008B;*/
	background-image: url(img/shadow.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 17px;
	padding-right: 17px;
	height: 100%;
}
#home
{
	display: block;
	padding-top: 25px;
}
#examples
{
	display: none;
	padding-top: 25px;
}
#storefront
{
	display: none;
	padding-top: 25px;
}
#webdesign
{
	display: none;
	padding-top: 25px;
}
#programming
{
	display: none;
	padding-top: 25px;
}
#contact
{
	display: none;
	padding-top: 25px;
}

#noscript
{
	display: block;
	padding-top: 25px;
}
.title
{
	font-size: 28px;
	font-weight: bold;
	color: #bddafa;/*#191970;*/
}
a:link, a:visited, a:active 
{ 
	text-decoration: underline; 
	color: #bddafa; 
}
a:hover 
{ 
	text-decoration: none; 
	color: #191970; 
}