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

body {
	color: #292929;
	font-size: 11px;
	font-family: Georgia;
	background: #fff;
}

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

a:link { color: #00c87f; text-decoration: none; }
a:active { color: white; background-color: #ff561e; text-decoration: none; }
a:visited { text-decoration: none; color: #505050; }
a:hover { color: white; background-color: #00c87f; text-decoration: none; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 14px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
    text-align: center;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0px;
	list-style: none;
}

#menu li {
	line-height: 14px;
	list-style: none;
}

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

#content li { line-height: 14px; color: #292929; font-family: Georgia, serif; }

#menu ul li.section-title { font-weight: bold; margin-bottom: 2px; color: #292929; letter-spacing: 1px; font-family: Georgia, serif; font-size: 9px; text-transform: uppercase; }

#content ul li.section-title { margin-bottom: 2px; color: #292929; letter-spacing: 1px; font-family: Georgia, serif; font-size: 9px; text-transform: uppercase; }

#content {
    margin-left: 200px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 5px;
    height: 100%;
    top: 0;
}

.container {
    padding: 10px 10px 10px 10px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { word-spacing: -2px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; color: #505050; font-weight: normal; font-style: normal; font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px; }
h1 i { font-weight: normal; word-spacing: -1px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; color: #00c87f; font-style: normal; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; }
h2 { font-size: 24px; }
h3 { font-style: normal; font-weight: normal; margin-top: 4px; font-size: 16px; }
.description {
	margin-top: -1px;
	font-style: italic;
	font-size: 11px;
	font-family: Georgia, serif;
	color: #292929;
	line-height: 18px;
	}

h5 { word-spacing: -2px; margin-right: 0px; margin-left: 0px; margin-bottom: -2px; margin-top: 0px; color: #00d39d; font-weight: normal; font-style: normal; font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px; }
.hello_text {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #70d0e6;
	line-height: 115%;
	}

.info_text {
	text-shadow: 0px 0px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #292929;
	line-height: 115%;
	}

.info_text_small {
	text-shadow: 0px 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d7d7d;
	line-height: 115%;
	}

.info_text i {
	font-style: italic;
	text-shadow: 0px 0px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f9f9f;
	line-height: 115%;
	}

.changes_1 {
	text-align: center;
	padding-top: 4px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0px 0px;
	font-size: 16px;
	font-family: Georgia, serif;
	color: #292929;
	line-height: 20px;
	}

.changes_2 {
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 0px;
	font-size: 11px;
	font-family: Georgia, serif;
	color: #292929;
	line-height: 18px;
	}

.changes_3 {
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	text-shadow: 0px 0px;
	font-size: 11px;
	font-family: Georgia, serif;
	color: #292929;
	line-height: 18px;
	}

.changes_stroke {
	padding: 4px;
	text-align: center;
	text-shadow: 0px 0px;
	}

#img-container	{ margin-left: 0; margin-bottom: 0; margin-right: 0; margin-top: 16px; padding: 0; }
#img-container p	{ padding-left: 0; padding-bottom: 5px; padding-right: 0; padding-top: 0px; width: 400px; margin: 0; }

#once { clear: left; }