/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	line-height: 1.4em;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana, arial, sans-serif;
	color: #333;
	background-color:#D1FCFC;
/*	background: url('particles.gif') repeat;*/
	background-repeat: repeat;
	background-position: 0px 0px;
}

.section-title  {
  font-size: 12px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color:#1cd718; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none;}
a:hover { text-decoration: none;color:#fff;background:#1cd718; }

h1, h2, h3, h4, .section-title {
	font-size: 1em;
	color: #FF0010;
	font-family: Georgia, Times, serif;
}
#menu h1 {
	margin-bottom:20px;

}

#menu h1 a {
	color: #FF0010!important;
	font-size: 1em;
	font-style: italic;
}

a img { border: none; }

/*#content a {   color:#fff;background:#1cd718;}
#content a:hover {   color:#fff;background:#000033;}*/

#menu {
    width: 280px;
    overflow: auto;
    bottom: 0;
    position: fixed;
    height: 100%;
    padding-top:40px;
    padding-left:20px;
	line-height: 1.4em;
	background: #fff;
/*	background-color: #e5ffe4;*/
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	font-style: italic;
	}

#content {
    height: 100%;
    margin: 0px 0 0 245px;
    top: 0;
    color: #333;
/*background: transparent url('takeoff.gif') no-repeat right;*/
}

#rocket {
	background: transparent url('rocket.gif') no-repeat;
	width: 188px;
	height: 300px;
	position: absolute;
		bottom: 0px;
		left: 0px;
}
strong {
	font-family: georgia, Times, serif;
	color: #FF0069;
	font-style: italic;
	font-weight:bold;
}
#menu h1 {
font-family:georgia;
font-size:20px;
margin-top:40px;
}

.container {
    /*padding: 5px 5px 25px 5px;*/
    
}

#content .container {
/*background:#e5ffe4;*/
padding-top:40px;
padding-left:100px;
}

.nothumb img {
  border: 5px solid #fff;
}

#content p { 
	background: #fff;
	padding: 9px;
	width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 30px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#content .container a.thickbox img {
border:0px solid #3C00FF;
}