body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #fff url('blue bg.png') repeat;
text-align: left;
font : 70%/155% "trebuchet ms", sans-serif;
color : #000; 
}
 
#header {
width: 851px;
height:849px;
background: #fff url('') no-repeat center top;
margin: 0;
}

#content {
position: absolute;
left: 121px;
top: 795px;
width: 506px;
padding: 6px 10px 10px 10px;
background: #fff;
filter:alpha(opacity=45); 
opacity:0.45;
}

#footer {
clear:both;
border-top: 1px dashed #000;
text-align:right;
background : #fff;
padding: 3px;
height:auto;
}

#nav {
position: absolute;
left: 310px;
top: 525px;
width: 164px;
font: 9pt "trebuchet ms", sans-serif;
text-align: center;
text-shadow: none;
}

.nav a:link, .nav a:visited, .nav a:active {
display: block; 
color: #17bccf; 
background-color: #fff; 
margin-bottom: 6px; 
padding: 3px;
letter-spacing: 1px; 
text-transform: uppercase; 
}

.nav a:hover {
color: #fff;
background-color: #17bccf; 
}


h1 {
	background: transparent;
             	color: #17bccf;
	font:18pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0 0 9px 0;
text-shadow: #a874dc 1px 1px;
border-bottom: 2px dashed #a874dc;
}

h1:first-letter {
	font-weight: bold;
}



a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #a874dc;
	cursor: crosshair;
             }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #f59bfa;
	cursor: crosshair;
}

b, strong {
color: #f59bfa;
}

em, i {
color: #17bccf;
}



input, select {
	background: #fff;
	font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #17bccf;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: dotted;
	border-color: #a874dc;
}

input:hover {
border-color: #f59bfa;
}

select:hover {
border-color: #f59bfa;
}

TEXTAREA {
color: #17bccf;
	background: #fff;
	font:8pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: dotted;
	border-color: #a874dc;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #f59bfa;
}




blockquote { 
background : #C4F1FB;
text-align : justify; 
color : #000000;  
border-left : 23px solid  #f59bfa; 
border-right: 23px solid #a874dc;
padding :7px; 
display: block;
}  

