/* CSS Document */

body {
margin:             0px;
background-color:   #FFCC99;
background-image:   url('pics/back.jpg');
font-family:        arial;
font-size:          12px;
}

p {
text-align:        justify;
}

ul {
list-style-image:   url('pics/one_world_bullet.gif');
}

	#navigation ul{
	list-style-image: 	none;
	}

	.ulcircle {
	list-style-type:	cirlcle;
	list-style-image:	none;
	}

a {
font-weight:        bold;
color:              663333;
}

a:hover {
text-decoration:    overline underline;
color:              #777777;
}


div#subwrap {
width:              649px;
}


div#navigation {
float:              left;
width:              190px;
background-image:   url('pics/left.jpg');
background-repeat:  no-repeat;
min-height:         400px;
height:             400px;
}

    #navigation ul, #navigation a {
    color:          #FFCC99;
    font-size:      12px;
    font-style:     italic;
    list-style:     none;
    margin:         0px;
    margin-left:    10px;
    padding:        0px;
    text-decoration:none;
    }
    
    #navigation a:hover {
    color:          #006666;
    }
    
    #navigation li {
    margin:         0px;
    padding:        0px;
    line-height:    2.5em;
    }

div#content {
float:              right;
width:              459px;
}

    div#aesir {
    padding-left:   10px;
    }

	div#frontback{
	background-image:	url('pics/background.jpg');
	background-repeat:	no-repeat;
	}
	
	div#frontbackblocker{
	float:			right;
	width:			215px;
	height:			250px;
	}

div#footer {
clear:              both;
width:              649px;
height:             15px;
margin-left:        5px;
font-size:          10px;
font-family:        arial;
color:              #AA9966;
}

    div#footer a {
    color:          #AA9966;
    font-family:    arial;
    font-size:      10px;
    text-decoration:none;
    font-style:     none;
    margin-left:    0px;
    }
    
    div#footer a:hover {
    color:          #000000;
    font-family:    arial;
    font-size:      10px;
    text-decoration:none;
    }

div#floatwrap {
    position:	    absolute;
    left:	    440px;
    top:            46px;
    text-align:     right;
    width:          200px;
}

div#floater {
    color:          #006666;

    font-weight:    bold;
}

.header {
font-family:        arial;
font-size:          20px;
font-weight:        bold;
color:              #882222;
}

.redbold {
color:              #882222;
font-weight:        bold;
}

.blackbold {
color:              #000000;
font-weight:        bold;
}

.title {
color:              #336699;
font-size:          16px;
font-style:         italic;
}

.mainstyle {
font-family:        arial;
font-size:          12px;
}