/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body
{
	margin: 0;
	padding: 0;
	background: azure;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #787878;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm 
{
}

#Div1, #Div2
{
	float: right;
	width: 350px;
	height: 50px;
	background: gainsboro 4px 50%; 
	border-bottom: 4px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: black; 
	text-align: left;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#netWarn {
	display:none;
	margin:0; 
	padding:0.5em 1em; 
	border:0; 
	border-bottom:thin solid #FFDEDE; 
	text-align:center; 
	color:white; 
	font-size:medium;
	background-color: #000080;
}