/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com Alien Earth
	  
*/


*{
padding: 0;
margin: 0;
}

body {
margin: 0 auto;
padding:0 auto;
background:#173064 url(background.png);
background-repeat: repeat;
background-attachment: fixed;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:13px;
line-height:3em;
text-align:center;
}

p{
margin:10;
padding:0;
margin-bottom:1em;
line-height:17px;
}

#wrapper { 
 margin: 0 auto;
 width: 850px;
border-radius: 50px;
overflow: hidden;
}

#header {
 width: 870px;
 padding: 0px;
 height: 337px;
 margin: 0 auto;
background:#ffffff;

}

#headerimg{
width:832px;
height:337px;
margin:0 auto;
padding:0 0;
background:url('top.png') no-repeat center top;
text-align:center;

}

#navigation {
 width: 850px;
 color: #000000;
 padding: 10px;
 margin: 0 auto;
font-weight: bold;
font-size:14px;
 background: #ffffff;
}

#navigation a, a:link{
font-weight:bold;
 color: #000000;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#navigation a:hover{
color:#ffffff;
font-weight:bold;
cursor : crosshair;
text-shadow: 2px 2px 2px #000000;
outline:none;
}

#navigation a:active{
font-weight:bold;
 color: #000000;
cursor : crosshair;
text-decoration: none;
outline:none;
}

#navigation li {
display: inline;
padding: 1px 4px;
}

#content { 
 width: 850px;
 color: #000000;
 background:#ffffff;
 margin: 0px auto;
 padding: 10px;
text-align:left;
}

#container {
 margin: 0px auto;
width: 800px;
padding-left: 10px;
padding-right:50px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:13px;
line-height:1.3em;
color:#000000;
text-align: left;
background:#ffffff;
}

#container a, a:link{
font-weight:bold;
color: #18414e;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#container a:hover {
color: #ffffff;
font-weight:bold;
cursor : crosshair;
text-shadow: 2px 2px 2px #000000;
outline:none;
}

#container a,a:active {
font-weight:bold;
color: #18414e;
cursor : crosshair;
text-decoration:none;
outline:none;
}

h1, h2, h3, h4, h5, h6{
margin:4px 0;
padding:0;
color: #000000;
display: inline;
font-style:normal;
text-align:left;
}

h1{
font-size:1.2em;
color:#000000;
display: inline;
font-style:normal;
}

h3{
font-size:1.1em;
color:#000000;
display: inline;
font-style:normal;
}


h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1.0em;}
h5{font-size:1.0em;}
h6{font-size:0.9em;}

blockquote{
margin:15px 15px 20px 80px;
padding:10px 15px;
line-height: 1.3em;
background:#ffffff;
border:1px dashed #000000;
}

blockquote blockquote{
border:1px dashed #000000;
}

#footer { 
 width: 850px;
 color: #000000;
 background:#ffffff;
 margin: 0px auto;
 padding: 10px;
}

#footer a, a:link{
font-weight:normal;
 color: #000000;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#footer a:hover{
color:#ffffff;
font-weight:normal;
cursor : crosshair;
text-shadow: 2px 2px 2px #000000;
outline:none;
}

#footer a:active{
font-weight:normal;
 color: #000000;
cursor : crosshair;
text-decoration: none;
outline:none;
}

a img {
border: none;
}

img{
padding: 6px;
clear: left;
}
.left{float:left}
.right{float:right}

.line {
  border-bottom: 2px dotted #000000;
width: 80%;
}