

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

body {
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic ProN";
	color: #000000;
	text-align: right;
	border: 0 none #FFFFFF;
	background-color: #ffffff;
}

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

a:link { text-decoration: none; font-family: "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif; font-size: 13px; color: #000000; }
a:active { text-decoration: none; font-family: "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif; font-size: 13px; color: #000000; }
a:visited { text-decoration: none; font-family: "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif; font-size: 13px; color: #000000; }
a:hover { text-decoration: line-through; font-family: "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif; font-size: 13px; color: #000000; }

a img { border: 0 none #FFFFFF;}

#menu {
    width: 230px;
    bottom: 0;
    position: absolute;
	background-color: #FFFFFF;
	left: 50px;
	top: 120px;
	border: 0 none #FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: ;
}


#menu ul { list-style: none; margin: 0px 0 10px 0;  line-height: 11pt;} /* Edit line height */
	#menu ul li.section-title { margin-bottom: 10px; margin-top: 0px; cursor: pointer;
}
	#menu ul li.active { } /* Add custom styling here for active element */
	#menu ul li a { } 
	#menu ul li a:hover { text-decoration: line-through } /* You can remove this if you want */
	
#content {
    width: 740px;
    margin: 0px 0px 0px 0px;
	position: absolute;
	border-style: none;
	border-color: #fff;
	background-color: #ffffff;
	left: 310px;
	float: none;
	clear: none;
	right: 0;
	bottom: 0;
	top: 98px;
}

.container {
    padding: 0px 0px 0px 0px;
	border: 0 none #FFFFFF;
	background-color: #ffffff;
}

#content p {
	position: relative;
	background-color: #ffffff;
	border-style: none;
	border-color: #FFFFFF;
	text-align: right;
}

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { color: #000000;
	font: normal 13px "Hiragino Kaku Gothic ProN", "Times New Roman", Times, serif;
	text-decoration: none;
	text-shadow: #000 0 0 6px;
	opacity: 1;
}

#img-container	{ margin: 0; padding: 0;
	background-color: #fff;
	background-image: none;
	border-style: none;
	border-color: #FFFFFF;
}
#img-container p	{ width: 0; margin: 0; border: 0 none #FFFFFF; padding: 0 0 0 0;
	background-color: #fff;
}

p.padding {
	padding: 0 40px 0 0;
}

#once { clear: left; }