*{ 
      behavior: url(assets/js/iepngfix.htc); 
      margin:0;
      padding:0;
}

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, sans-serif;
	background: #fff;
}
div.clear {
    clear: both;
}
div#wrapper
{
	margin:0 auto 0px auto;
	width: 900px;
	min-height:750px;
	background: #a5b6d9;
        color:#5f1605;
	text-align:left;
}
div#header-wrapper
{
	border-bottom:3px solid #3da46e;
        height:200px;
}
div#header
{
        background-image:url(assets/images/header-bg.jpg);
	height:175px;
        text-align:center;
}
div#header a img
{
        margin:0 150px 0 0;
        padding:0;
}

div#menu
{
	background:#1e489f;
        height:24px;
        border-bottom:2px solid #5cde4b;
}

div#menu ul
{
	margin-right:30px;
}

div#menu ul li
{
	float:right;
	list-style-type:none;       
	padding-left:60px;
}

div#menu ul li a
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

div#menu ul li a:hover
{
	text-decoration:underline;
}

/*-------------------------------------------------------*/

div#content
{
        padding:30px;
}

div#content img {margin: 10px;}

div#content li
{
        margin-left:15px;
}

div#content-wrapper
{
	float:left;
}

div#links-wrapper
{
        background-image:url(assets/images/content-bg.jpg);
	width:630px;
	height:369px;
}

div#links
{
	padding:70px 0 40px 50px;
	width:550px;
}
div#links ul
{
	width:600px;
	list-style-type:none;
}

div#links ul li.left
{
	float:left;
	width:280px;
}

div#links ul li.right
{
	/*margin-left:260px;*/
}

div#links ul li a
{
	font-size:25px;
	color:#0a085f;
	text-decoration:none;
	font-weight:bolder;
	background:transparent url(assets/images/li-img.png) left center no-repeat;
	padding-left:30px;	
}


div#links ul li a:hover
{
	color:#0a085f;
	text-decoration:underline;
	font-weight:bolder;
}
div#ads
{
	margin-top:20px;
	float:left;
}
div#ads ul 
{
	margin-left:6px;
}
div#ads ul li
{
	list-style-type:none;
	padding:10px;	
	float:left;
}

div#ads ul li img
{
	border:2px solid #000;
}


div#right-column
{
	background:#1e489f;
	width:240px;
	height:490px;
	margin:20px 0 0 640px;
	text-align:center;
}

div#right-column h1
{
	font-size:28px;
	color:#fff;
	border-bottom:3px solid #5cde4b;
}

div#right-column h2
{
	font-size:28px;
	color:#fff;
	margin:5px 0;
}

div#right-column h2 span
{
	font-size:35px;
	color:#fff;
	margin:5px 0;
}

div#right-column p
{
	font-size:16px;
	color:#fff;
	margin:7px 0;
}
div#right-column table tr td
{
	padding:4px;	
	text-align:center;
}

div#right-column table tr td a
{
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
}

div#right-column table tr td a:hover
{
	color:#fff;
	text-decoration:underline;
}


/*----------------------*/

div#text
{
	padding:15px;
	color:#0a085f;
	text-align:center;
	font-size:16px;
	float:left;
	width:560px;
	height:369px;
}

div#text p
{
	margin:5px 0;
}

div#text h1
{
	font-size:40px;
	margin:5px 0;
}

div#text h2
{
	font-size:20px;
	margin:5px 0;
}

div#text h3
{
	font-size:30px;
	margin:5px 0;
}

/*--------------------*/

div#img-column
{
	width:275px;
	margin:20px 0 0 600px;
	text-align:center;
}

div#img-column img
{
	margin-bottom:10px;
}