*
{
	margin:0;
	padding:0;
}
li{margin-left:15px;}
html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Times New Roman, sans-serif;
	background: #888;
}

div.container 
{
	margin:0 auto 0px auto;
	min-height:705px;
	background:#fff;
        color:#000;
        width:900px;
        overflow:hidden;

}
div.header
{
        background-image:url(assets/images/header-bg.jpg);
	height:215px;
	text-align:left;
        width:900px;
        overflow:hidden;
        position:relative;
}

/*nav*/
div#nav
{
	color:.fff;
	height:25px;
	background:#000;
	padding:8px 0 0 0;
	text-align:center;
}
div#nav ul
{

	margin-left:100px;
	width:700px;
	font-size:17pt;
	list-style-type: none;

}
div#nav ul li 
{
	float: left;
   	margin:0;
    	padding: 0px 29px;
	font-size:16px;
}
div#nav ul li a	
{
	color:#fff;
    	text-decoration: none;
}
div#nav ul li a:hover
{
	text-decoration:underline;
}

div.content
{
	width:100%;
	margin:20px 20px 0 20px;
        /*padding-bottom:30px;*/
}
div.right-content
{
	font-family:Times New Roman, sans-serif;
	width:490px;
	float:right;
	/*margin-left:300px;*/
	text-align:left;
	padding:0 60px 30px 0;
}
div.right-content h1
{
	color:#0372bb;
	font-size:40px;
	margin-bottom:15px;
	font-weight:lighter;
}
div.right-content h2
{
	color:#0372bb;
}
div.right-content p
{
	color:#000;
	font-size:16px;
	margin:5px 0;
}

/*left-column*/
div.left-image
{
	float:left;
	width:275px;
}

div.left-image img
{ 
	border:1px solid #000;
}

/*****************Home styles******************/
/*right-image*/
div.right-image
{
	float:right;
	width:400px;
	padding:20px 40px 0 0;
}
div.right-image img
{ 
	border:1px solid #000;
}
/**************left-content*****/
div.left-content
{
        float:left;
	font-family:Times New Roman, sans-serif;
	width:400px;
/*	margin-left:300px;*/
	text-align:left;
}
div.left-content h1
{
	color:#0372bb;
	font-size:40px;
	margin-bottom:15px;
	font-weight:lighter;
}

div.left-content h2
{
	color:#000;
	font-weight:lighter;
}
div.left-content p
{
	color:#000;
	font-size:16px;
	margin:5px 0;
}

img { behavior: url(assets/js/iepngfix.htc); }