/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { color: gray; text-decoration: none; margin: 0; padding: 0; }

body { color: gray; background-image: none; background-repeat: repeat; background-attachment: scroll; }

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

a:link {  }
a:active { font-size: 10px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 14px; text-transform: uppercase; }
a:visited { color: gray; }
a:hover { color: black; font-size: 10px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 14px; background-color: yellow; text-transform: uppercase; }

a img { color: black; background-color: white; border-style: none; outline-style: none; }

#menu { color: gray; font-size: 10px; font-weight: normal; font-style: normal; line-height: 14px; text-decoration: none; position: static; width: 150px; height: 150px; float: left; margin-top: 40px; margin-left: 60px; }

#menu ul { color: gray; font-size: 10px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 14px; text-decoration: none; width: 150px; height: 150px; float: left; margin-top: 20px; margin-right: auto; margin-left: auto; padding-right: 2px; list-style: none; }

#menu ul li.section-title { color: black; font-size: 12px; font-family: "times new roman"; font-weight: normal; font-style: normal; line-height: 16px; text-transform: uppercase; width: 150px; margin-top: 0; margin-right: auto; margin-bottom: 2px; padding-top: 2px; padding-bottom: 1px; border-top: thin dotted black; border-bottom: thin solid black; }

#menu li.active a { color: black; font-size: 10px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 14px; background-color: yellow; text-transform: uppercase; }
#content { color: black; font-size: 10px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 14px; width: 760px; margin-left: 60px; padding-top: 200px; border-style: none; }

.container { color: black; position: relative; width: 760px; border-style: none; }

p { color: black; }

h1 { color: white; font-size: 11px; font-family: helvetica; font-weight: bold; font-stretch: semi-expanded; font-style: normal; line-height: 13px; background-color: black; text-transform: uppercase; text-align: left; text-indent: 4px; padding-top: 2px; padding-bottom: 2px; border-top: thin solid black; }
h2 { color: gray; font-size: 10px; font-family: "times new roman"; font-weight: normal; font-style: italic; line-height: 14px; text-align: right; padding-top: 2px; border-top: thin dotted black; }
h3 { color: black; font-size: 11px; font-family: "times new roman"; font-weight: normal; line-height: 13px; text-transform: uppercase; }
h4 { color: gray; font-size: 10px; font-family: "times new roman"; font-weight: normal; font-style: italic; line-height: 14px; padding-top: 2px; border-top: thin dotted black; }

#img-container	{ color: black; width: 760px; padding-top: 10px; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#img-container p	{ color: black; font-size: 10px; font-family: helvetica; font-weight: bold; font-style: normal; line-height: 14px; text-transform: lowercase; position: relative; width: 760px; margin-top: 10px; margin-bottom: 10px; padding-top: 5px; border-top: thin dotted black; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#once { color: black; }