body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444444;
        background-image : url("images/backgradient.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
p {margin: 0; padding: 0; font-size: 12px;} 

img {border: none; }


a {
	font-weight : bold;
}

#main {
	margin: 0 auto;
	width: 960px;
}

#header {
	width: 960px;
}

#page-index {
	width: 960px;
	height: 465px;
	margin-top: 10px;
}

.nav {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    clear: both;
}

.nav li {
	display: inline-block;
	list-style-type: none;
    position: relative;
	/*padding-right: 16px;*/
}

.nav ul {
    display: none;
}

.nav li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 120px;
    text-align: left;
    padding-left: 0;
}

.nav li:hover ul li {
    width: 100%;
}

.nav li:hover ul li a {
    background: #666;
}

.nav li:hover ul li a.active {
    background: #EC2D91;
}

.nav li:hover ul li a:hover {
    background: #EC2D91;
}

.nav li:hover a {
    background: #EC2D91;
}

.lmp-social {
    float: right;
    list-style-type: none;
    margin-right: 16px;
}

.nav a:link, .nav a:visited {
    display: block;
    background: #666;
	text-decoration: none;
	color: #fff;
    padding: 6px 8px;
}

.nav a:hover, .nav a.active {
	/*border-bottom: 2px dotted #ec2d91;*/
    background: #EC2D91;
}

#midnav {
	height: 26px;
}

#midnav li {
	display: inline;
	list-style-type: none;
	padding-right: 16px;
}

#midnav a:link, #midnav a:visited {
	text-decoration: none;
	color: #fff;
}

#midnav a:hover {
	border-bottom: 2px dotted #ec2d91;
}

#bottomnav {
	width: 960px;
	height: 100px;
	margin: 6px 0px 10px 0px;
}

#extranav {
	width: 960px;
	height: 30px;
	text-align: center;
}

.active { 
	color: #ec2d91;
	font-weight: bold;
}

#footer {
	width: 960px;
	height: 40px;
	margin-top: 30px;
	font-size: 11px;
	color: #cccccc;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#leftblock, #rightblock {
	width: 445px;
	height: 450px;
	float: left;
	background-image:url('images/whitedrop.png');
	background-repeat: repeat;
	border: 1px dotted #ec2d91;
	padding: 6px;
	color: #fff;
}

#leftblock {
	float: left;
}

#rightblock {
	float: right;
}

#wideblock {
	width: 960px;
	color: #fff;
	margin: 0 auto;
}

#leftblock a:link, #leftblock a:visited, #rightblock a:link, #rightblock a:visited, #wideblock a:link, #wideblock a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #d0d0d0;
}

#leftblock a:hover, #rightblock a:hover, #wideblock a:hover {
	font-weight: normal;
	background: #ec2d91;
	color: #ffffff;
}
	
#leftblock h1, #rightblock h1 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #ec2d91;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 4px -2px;
}

#leftblock h2, #rightblock h2 {
	font-size: 13px;
	font-weight: bold;
	color: #372163;
	background: #bbbbbb;
	padding: 2px 2px 2px 2px;
	margin: 20px 0px 4px -2px;
}

#leftblock p, #rightblock p, #wideblock p {
	text-align: justify;
	margin-top: 6px;
}
