/* 

STYLE SHEET FOR [ aether] SITE
Created by XXXXXX

Table Of Contents

	1. defaults
	2. main layout
	3. links
	4. fonts	
	
/* - 1. defaults - */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) top center no-repeat;
	font-size:12px;
	color: #3A82C9;
	
	  }
	  

img { border: 0; }

.clear{
	
	clear: both;
	
}

/* - 2. main layout - */
	
#wrapper {
	
	width: 1080px;
	padding-top: 320px;
	margin: 0 auto 0 auto;
}
#header {
}
#navigation {
}
#contentcontainer {
}
#contentleft {
}
#contentright {
}
#footer {
}

#logo1{
	
	width: 458px;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 20px;
	
	}


#col_ci{
	
	padding: 5px 6px 0 6px ;
	height: auto;
	float: left;
	font-size: 11px ;
	
}

#col_ci2{
	
	padding: 5px 6px 0 6px ;
	height: auto;
	float: left;
	font-size: 11px ;
	
}

#col_ci img{
	
	margin: 0px 2px 0 0;
	
}

#col_ci2 img{
	
	margin: 0px 2px 0 0;
	
}


#details{
	
	width: 300px;
	text-align: right;
	position:absolute;
	top: 20px;
	right: 20px;
}

#link1{
	width: 95px;
	height: 38px;
	position: absolute;
	margin: 49px 0 0 -216px;
	left: 850px;
	top: 325px;
}

#header{
	position: absolute;
	margin: -15px 0 0 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 400px;
	padding: 0 0 0px 0px;
}
/* - 3. links - */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: ;
	color: ;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: ;
}
a:active {
	text-decoration: none;
}

/* - 4. fonts - */

body {font-family: "Lucida Console", Monaco, monospace;
	  font-size: 12px ;
	  color: ;
}

h1, h2, h3, h4, p {
}

h1 {
}

h2 {
}

h3 {
}
		
h4 {
}

p {
	margin: 10px 0 0 0;
	line-height:16px;
	
	
}
