@charset "UTF-8";
/* CSS Document */

a img {border:none;}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, li {
 margin:0;
 padding:0;
 }

.reset
{
    clear: both;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.pointer
{
    cursor: pointer;
}



body
{
	background-color: #0A1E36;
	/*    min-height: 1500px;*/
    background-image: url('../images/bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	font: 13px "Trebuchet MS",Verdana,sans-serif;
	color: #FFFFFF;
}

h1
{
	/*color:#1DB4E4;*/
	color:black;
	font-size: 2.2em;
	/*color: #5E4684;*/
    /*color: #C45F63;*/

    border-bottom: 1px dashed silver;
	margin-bottom: 20px;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
	font-weight: normal;
}

h2
{
	font-size: 3em;
	color: #999;
	margin-top: 8px;
	margin-bottom: 6px;
	clear: both;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
	font-weight: normal;
}

h3
{
	font-size: 20px;
	color: #166C97;
	margin-top: 8px;
	margin-bottom: 6px;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
	font-weight: normal;
}

h4
{
	font-size: 24px;
	color: #166C97;
	margin-top: 8px;
	margin-bottom: 6px;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
	font-weight: normal;
}

#header
{
    margin: 80px 0 60px;
	text-align:center;

}



#Wrap {
	margin: 0 auto;
	width:900px;
	}

#content {
	opacity: 0.7;
	background-color:#FFF;
	color:#333;
	padding:10px;
	text-align:center;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;

	}


#content td {
	text-align:center;}

#footer {
	opacity:0.95;
	font-size:11px;
	color:#ccc;
	margin-bottom:60px;}

.link a {color:#555;}
.link a:hover {color:#000;}
