/* Import */
@import url(reset.css);
@import url(defaults.css);
@import url(specific.css);

/* Header */
header {
padding-top: 30px;
padding-left: 30px;
float: left;
width: 200px;
background: #ffffff;}
header li {
margin-bottom: 20px;
background-image: url(http://www.creativedesigns.no/2011/img/dot25.jpg);
background-repeat: no-repeat;
background-position: 0;
padding-left: 30px;
font-size:26px;}
header p {
margin-bottom: 30px;}

/* Section */
section {
padding-top: 30px;
padding-left: 30px;
float: left;
width: 870px;
background: #333333;}
section h1 {
margin-bottom: 20px;}
section table {
width: 840px;}
section td {
width: 200px;}
span {
float: left;}
h1 {
font-size: 28px;}
h2 {
margin-bottom: 2px;
font-size: 24px;
font-style: bold;
color: #ffffff;}
h3 {
margin-bottom: 10px;
font-size: 20px;
font-style: normal;
color: #eeeeee;}
p {
font-size: 16px;
color: #eeeeee;
margin-bottom: 5px;
padding-right: 25px;}
img {
margin-right: 20px;
margin-bottom: 20px;}
li {
padding-top: 5px;
font-size: 22px;
color: #ffffff;}
td {
vertical-align: top;}
th {
text-align: left;}
th p {
font-size: 18px;
color: #65b2ff;}
table td p span {
font-size: 22px;
color: #000000;
margin-top: 10px;
margin-bottom: 10px;}

/* Footer */
footer {
float: left;
width: 870px;
margin-top: 10px;
background: #ffffff;
padding-bottom: 6px;
padding-left: 15px;}
footer p {
font-size: 16px;
color: #000000;}

/* Links */
h1 a {
color: #65b2ff;
text-decoration: none;}
h1 a:hover {
color: #65b2ff;
text-decoration: underline;}
header li a {
color: #0075b0;
text-decoration: none;}
header li a:hover {
color: #0075b0;
text-decoration: underline;}
p a {
color: #65b2ff;
text-decoration: underline;}
p a:hover {
color: #65b2ff;
text-decoration: none;}
footer a {
color: #555555;
text-decoration: underline;}
footer a:hover {
color: #555555;
text-decoration: none;}
h2 a {
color: #ffffff;
text-decoration: underline;}
h2 a:hover {
color: #ffffff;
text-decoration: none;}
li a {
color: #ffffff;
text-decoration: none;}
li a:hover {
color: #ffffff;
text-decoration: underline;}
section table h2 a {
color: #ffffff;
text-decoration: none;}
section table h2 a:hover {
color: #ffffff;
text-decoration: underline;}
table td p span a {
color: #000000;
text-decoration: underline;}
table td p span a:hover {
color: #000000;
text-decoration: none;}
