body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #0979de;
        font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #FFFFFF;
}

img
{
	border: none;
}

#container
{
	margin: 0 auto;
	width: 700px;
}

#headercont
{
	width: 700px;
	height: 198px;
	border-bottom: 2px solid #093763;
        background-image:url(http://dalt.in/images/);
        background-repeat:no-repeat;
}

#headerleft
{
	float: left;
	width: 200px;
	height: 100px;
}

#headerleft h1
{
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 220%;
	font-weight: normal;
	color: #F90;
	letter-spacing: -1px;
}

#headerleft h1 span
{
	color: #FFC875;
	font-weight: normal;
}

#headerright
{
	float: left;
	width: 500px;
	height: 100px;
}

#headerright ul
{
	margin: 130px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #CCC;
}

#headerright ul li
{
	display: inline;
	margin: 0 0 0 20px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #FFFFFFF;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#maincont
{
	width: 700px;
	line-height: 160%;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #093763;

}

#maincont p
{
	margin: 0 15px 15px 15px;
}

#maincont h2, h3
{
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #093763;
}

#mainleft
{
	float: left;
	width: 385px;
	padding: 0 15px 0 0;
}

#mainleft img
{
	float: left;
	border: 0px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
}

#mainright
{
	float: left;
	width: 285px;
	padding: 0 0 0 15px;
}

#bottom
{
	clear: both;
	width: 700px;
        color: #FFFFFF;
}

#bottom a
{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:hover
{
	color: #FFFFFFF;
	text-decoration: underline;
}

#footercont
{
	float: left;
	width: 700px;
	height: 10px;
	color: #FFFFFF;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footercont a:hover
{
	color: #FFFFFFF;
	text-decoration: underline;
}

#footerleft
{
	float: left;
	width: 400px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 300px;
	height: 50px;
	text-align: right;
}