body{
background: #444444;
margin: 0;
font: 12px "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; 
}

h1{
font: 24px Georgia, Garamond, serif;
color: #99ff33;
padding-top: 10px;
padding-bottom: 2px;
margin: 0px;
}

h2{
font: 24px Georgia, Garamond, serif;
color: #33ffff;
padding-top: 10px;
padding-bottom: 2px;
margin: 0px;
}

h3{
font: 24px Georgia, Garamond, serif;
color: #ff3333;
padding-top: 10px;
padding-bottom: 2px;
margin: 0px;
}

#footer a:link{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
#footer a:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none;}
#footer a:active{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
#footer a:active:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none; }
#footer a:visited{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
#footer a:visited:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none; }

.content a:link{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
.content a:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none;}
.content a:active{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
.content a:active:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none; }
.content a:visited{ color: #ffffff; border-bottom: 1px dotted #ffffff; text-decoration: none; }
.content a:visited:hover{ color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none; }

a[target="_blank"] {
background:url(images/external.gif) 99% 40% no-repeat;
padding-right: 15px;
}

#wrap{
width:100%;
margin-left: auto;
margin-right: auto;
margin-top: auto;
background: transparent;
border: 0;
}

#header{
height: 300px;
background: #333333;
color: #FFFFFF;
}

#stripe-green{
height: 4px;
background: #99ff33;
}

#stripe-blue{
height: 4px;
background: #33ffff;
}

#stripe-red{
height: 4px;
background: #ff3333;
}

#nav{
padding-top: 80px;
}

#container{
margin: 0px;
}

.content{
width: 300px;
margin-top: 50px;
margin-left: 40px;
padding-bottom: 300px;
border-top: 4px solid #333333;
text-align: justify;
font: 14px "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
color: #FFFFFF;
float: left;
}

.case{
width: 600px;
margin-top: 50px;
margin-left: 40px;
padding-bottom: 10px;
float: left;
}

.clear
{
clear: both;
height: 1px;
}

#footer {
height:20px;
padding: 4px;
background: #333333;
font: 10px "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
color: #999999;
}

p{
line-height: 1.4;
}

.external {
background:url(images/external.gif) 99% 40% no-repeat; 
padding-right: 15px;
}