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

* {
  padding: 0;
  margin: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
}

h1 {
font-family: Georgia, Palatino, 'Times New Roman', serif;
font-size: 41px;
font-style: italic;
font-weight: normal;
color: #4cb960;
text-shadow: #000 -2px 2px 2px;
}

h2 {
font-size: 24px;
font-weight: bold;
color: #ef5454;
text-shadow: #000 -2px 2px 2px;
}

p {
color: #fff;
font-size: 14px;
text-shadow: #000 -2px 2px 2px;
padding-right: 25px;
line-height: 130%;
}

strong {
font-weight: bold;
color: #fff;
}

hr {
text-align: left;
}

a, a:link {
color: #5085b8;
text-decoration: underline;
}

a:hover {
color: #52a2f0;;
text-decoration: underline;
}


#container {
background: url('background.jpg') top left no-repeat;
margin: 0px auto 10px auto;
width: 980px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
border-top: 0px solid #fff;
-moz-border-radius-bottomleft: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-box-shadow: 0px 1px 50px #555;
-webkit-box-shadow: 0px 1px 50px #555;
}

#content {

}

#content h1 {
padding-left: 20px;
padding-top: 180px;
}

#content h2 {
padding-left: 20px;
}

#content p {
padding-left: 20px;
padding-top: 15px;
}

#content ul {
padding-left: 40px;
padding-top: 15px;
color: #fff;
font-size: 14px;
text-shadow: #000 -2px 2px 2px;
line-height: 130%;
float: left;
width: 500px;
}

li {
  float: left;
  width: 210px;
}

#footer {
margin: 0px auto 10px auto;
width: 980px;
color: #fff;
font-size: 10px;
text-align: right;
}

#footer p {
color: #fff;
font-size: 10px;
text-align: right;
}
