/* CSS by edenGarden http://len.cerestia.net
PLEASE DO NOT COPY :')
(C) Brisseyda 2009
*/

/* Body & general Links */

body{
font-family:garamond;
font-size:12px;
text-align:justify;
color:#202020;
}

::-moz-selection {
background:none;
color:#146395;
}

a:link,
a:visited,
a:active{
color:#f6f6f6;
text-decoration:none;
border-bottom:1px dotted #202020;
}

a:hover{
color:#606060;
border-bottom:1px dotted #86234a;
}

#main{
position:absolute;
float:left;
text-align:left;
}

#content{
position:absolute;
float:right;
text-align:justify;
width:300px;
top:150px;
left:470px;
}

.icon{
float:right;
border:7px solid #f5f5f5;
margin-top:-30px;
margin-right:-100px;
margin-left:5px;
}

h1{
color:#000;
font-family:monotype corsiva;
text-transform:lowercase;
font-weight:normal;
font-style:italic;
font-size:25px;
text-align:center;
border-bottom:2px solid #fff;
}

i{
font-size:120%;}

b{
font-weight:bold;
border-bottom:1px dotted #f5f5f5;}