@charset "UTF-8";
/* CSS Document */

/* --- Default Styles --- */

body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", Franklin Gothic Book, Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	background-color: #000000;
	font-size: small;
	color: #333333;
	}

img { border: none; margin: 0; padding: 0;}

div.clear {
	clear: both;
	}

a:link {
	color: #66ccff;
	}

a:hover {
	color: #ff6633;
	}
	
a:visited {
	color: #66ccff;
	}
	
#container {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

/* --- Header --- */

#header {
	margin-top: 30px;
	margin-bottom: 0px;
	}

/* --- NAVIGATION --- */

#navigation {
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
	}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
	}

#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
/* --- CONTENT --- */

#content
	{
	margin-top: 60px;
	}

.description {
	background-color: #FFFFFF;
    position: relative;
	min-height: 310px;
	margin: 0px;
	padding: 0px 0px 1px 0px
	}	
	
.description img {
/*  position: absolute;
    margin: 15px 23px 0px 25px;
    display: block;*/
    float: right;
    padding: 1pc;
}
	
.bullets {
	background-color: #FFFFFF;
	}

h1 {
	text-align: left;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	}

h2 {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px 0px 0px 25px;
	z-index: 99;
	}

h3 {
	font-size: 115%;
	color: #333333;
	font-weight: bold;
	font-variant: small-caps;
	padding: 15px 0px 3px 25px;
	margin: 0px;
	z-index: 99;
	}

p {
	font-size: 115%;
	text-align: justify;
	padding: 0px 25px 15px 25px;
	}
	
ul {
	margin: 0px;
	list-style-image: url(http://media.grackl.com/assets/images/bird-bullet.gif);
	z-index: 99;	
	}
	
li {
	font-size: 115%;
	padding: 0px 25px 0px 10px;
	margin-left: 25px;
	}

.first {
	background-image: url(http://media.grackl.com/assets/images/rounded_corner_640_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	}
	
p.first {
	padding: 10px 0px 0px 0px;
	}

.last {
	background-image: url(http://media.grackl.com/assets/images/rounded_corner_640_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 25px 0px 0px 0px;
	}
	

#footer
{	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	clear: both;
	}