body {
	font: 11px/17px Verdana, Arial, sans-serif;
	text-align: center;
	background: url('img/new.gif') no-repeat top left;
}

#container {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	float: right;
	width: 95%;
	padding: 2%;
	border-top: 1px solid #eee;
	text-align; center;
}

#content {
	float: left;
	width: 95%;
	padding-top: 50px;
	padding-bottom: 60px;
}


#navigation {
	list-style: none;
	margin: 0; padding: 0;
	padding-left: 90px;
	padding-top: 140px;
}
#navigation li {
	float: left;
	list-style: none;
	text-transform: uppercase;
}
#navigation li a {
	display: block;
	background: #fff;
	width: 80px;
	text-align: center;
	color: #000;
	padding: 3px 0;
	text-decoration: none;
	font-weight: 600;
}
#navigation li a:hover {
	background: url('img/navbg1.gif') repeat top left;
	color: #FF0397;
	font-weight: 600;
	border: 1px solid #60FCCB;
}
ul {
	list-style-image: url(img/bullet_pink.png);
	padding: 5px;
	margin-left: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia;
}
	
h1 {
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom: #BDFCE8 dotted 3px;
}
h2 {
	text-align: right;
	padding: 10px;
	border-bottom: #FF99EB dotted 1px;
}
a, a:active, a:visited {
	color: #FF99EB;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #60FCCB;
}

input, textarea, select {
	font-size: 98%;
	color: #02C487;
	border: 1px solid #FF99EB;
	width: 85%; 
}
input#submit {
	width: 80px;
}