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

body { color: gray; font-family: verdana, sans-serif; font-size: 10px; background-color: #fff; background-repeat: no-repeat; background-attachment: fixed; background-position: left top; margin: 20px; }

body.section-1 { }
body.section-2 { }
body.section-3 { background-color: transparent; }

a:link { color: #989898; font-weight: normal; font-style: normal; background-color: white; background-repeat: repeat; text-decoration: none; }
a:visited { color: #989898; background-color: #fff; text-decoration: none; }
a:hover { color: white; background-color: #3cccaa; text-decoration: none; }
a:active { color: #3cccaa; text-decoration: none; }
a img { border: none; }

#menu { background: #fff; float: left; width: 215px; }

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

#menu ul li.section-title { color: #848484; font-family: "trebuchet ms"; text-transform: uppercase; border-bottom: 1pt dotted #cececb; }
div1 { background-color: #3cccaa; margin: 40px 300px auto 235px; }
#content { background-color: white; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; min-width: 700px; max-width: 700px; margin: 25px 100px auto 235px; }
.container { font-size: x-small; font-family: verdana; padding: 0px 5px 28.94px 26.01px; }

#content p { position: static; top: 0; left: 0; bottom: 0; width: 400px; height: auto; margin-bottom: 9px; }

p { margin: 0 0 9px; }
p2 { margin: 0 0 9px; padding-right: 12px; padding-left: 36px; }
h1 { color: #636363; font-size: 21pt; font-family: georgia; font-weight: lighter; line-height: 32pt; background-color: white; margin-right: auto; padding-right: 36px; padding-left: 36px; }
h2 { color: #5e5b5b; font-size: 9pt; font-family: georgia; font-weight: lighter; line-height: 15pt; background-color: white; margin-right: 230px; padding-left: 36px; }
h3 { font-size: 16px; font-weight: lighter; line-height: 15px; background-color: white; margin-right: 180px; padding-left: 36px; }
h4 { color: #636363; font-size: 21pt; font-family: georgia; font-weight: lighter; line-height: 32pt; margin-right: 190px; padding-left: 36px; }
h4menuonder { color: #989898; font-size: 9px; font-family: verdana; font-weight: normal; text-decoration: none; }
h5menuonder { color: #989898; font-size: 9px; font-family: verdana; font-weight: normal; background-color: #ededed; text-decoration: none; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px; }
#img-container p2 { width: 600px; margin: 0; padding: 0 0 12px; }
#once { clear: left; }
