body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 157%;
	color: #00FFFF;
	font-size: 13px;
	letter-spacing: 0px;
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
}
body h2 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
body h3 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}
body h4 {
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
}
body p {
    font-size:13px;
    color: #666666;
    line-height:157%;
}
body a {
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    line-height:157%;
}
body a:active, body a:hover {
    color: #FF0000;
}
body a:visited {
    color: #7A1A8B;
}
.main_wrapper {
    clear: both;
    min-height: 664px;
    width: 100%;
    margin: 0px auto;
}
.header {
    clear: both;
    min-height: 160px;
    width: auto;
	/*    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #FFFFFF));
    background-image:-webkit-linear-gradient(top, #0099CC 0%, #000000 100%);
    background-image:-moz-linear-gradient(top, #0099CC 0%, #000000 100%);
    background-image:-o-linear-gradient(top, #0099CC 0%, #000000 100%);
    background-image:-ms-linear-gradient(top, #0099CC 0%, #000000 100%);
    background-image:linear-gradient(to bottom, #0099CC 0%, #000000 100%);*/
	
  	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #FFFFFF));
    background-image:-webkit-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-moz-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-o-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-ms-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:linear-gradient(to bottom, #000000 0%, #0099CC 100%); 
}
.Content {
	clear: both;
	min-height: 500px;
	width: auto;
	background-color: rgba(0, 0, 0, 0.8);
}
.footer {
    clear: both;
    min-height: 200px;
    width: auto;
    display:block;
}
.footer-inner {
    clear: both;
    min-height: 200px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
   /* background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #FFFFFF));
    background-image:-webkit-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-moz-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-o-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:-ms-linear-gradient(top, #000000 0%, #0099CC 100%);
    background-image:linear-gradient(to bottom, #000000 0%, #0099CC 100%);*/
}
