@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}

html {background-color:#000033;}

body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; width:870px; margin:0px auto;}

.header {background:url(img/dd-bg.png) top right no-repeat; width:670px; height:215px; z-index:9999; margin-bottom:-50px;
position:relative; top:0px; left:0px;}

.wrapper {width:870px; min-height:400px;}

.content {width:570px; margin:20px; margin-bottom:0px; padding:20px; background-color:#2b2e4d;  min-height:400px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	z-index:200;
	position:relative; 
	top:0px;
	left:0px;
	font-size:13px;
}

.content h1 {text-shadow:0 0 4px #003; font: 18px Georgia, Serif; 
color: white; text-transform: uppercase; text-align: center; letter-spacing: 3px; margin: 0 0 15px 0;}
.content h1 img {box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;}
.content p {padding:5px 10px; text-align:justify;}
.content img {margin:2px; box-shadow: 2px 2px 2px #003;
    -webkit-box-shadow: 2px 2px 2px #003;
    -moz-box-shadow: 2px 2px 2px #003;}

.content ul {margin-left:50px; margin-bottom:10px;}
.content a {color:#C7C4FF; font-weight:bold; text-decoration:none;}
.content a:hover {border-bottom:1px solid #F90;}
.content a img {border:none;}
.content a:hover img {border:none;}

.content .img-right {float:right; margin:0px 0px 10px 15px;
box-shadow: 2px 2px 2px #003;
    -webkit-box-shadow: 2px 2px 2px #003;
    -moz-box-shadow: 2px 2px 2px #003;
	}
.content .img-left {float:left; margin:0px 15px 10px 0px;
	box-shadow: 2px 2px 2px #003;
    -webkit-box-shadow: 2px 2px 2px #003;
    -moz-box-shadow: 2px 2px 2px #003;}

.nav {float:right; width:220px; font-size:20px; color:#FFF; font-family:Georgia, Serif; 
padding-top:50px; padding-left:0px;}

.nav a {color:#FFF; text-decoration:none; text-transform:capitalize;}
.nav a:hover {color:#F1F0FB; text-decoration:underline;}

.footer {width:670px; padding:4px 20px; font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
