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

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */
body {
	font-size: 9pt;
	font-family: Georgia;
	color:#626262;
	background-color: #e6e7e4;
	margin: 0px;
	padding: 0px;
}

/*margin:0;
padding:0px;
}*/
#top,#bottom,#left,#right {
position:fixed;
background: #ffffff;
}
#top,#bottom {
left:0;
width:100%;
height:16px;
}
#top {
top:0;
}
#bottom {
bottom:0;
}
#left,#right {
top:0;
height:100%;
width:16px;
}
#left {
left:0;
}
#right {
right:0;
}


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

a:link { text-decoration: none; background-color: #EB008B; color: #FFFFFF; font-style:italic; font-weight:bold }
a:active { text-decoration: none; background-color: #EB008B; color: #FFFFFF; font-style:italic; font-weight:bold  }
a:visited { text-decoration: none; background-color: #EB008B; color: #FFFFFF; font-style:italic; font-weight:bold  }
a:hover { background-color:#ffffff; color: #000000; font-style:italic; font-weight:bold  }

a img { border: none; }

#menu {
    width: 250px;
    padding-top: 190px;
    padding-left: 70px;
	float:left;
}

#topLogo { 
position: absolute; 
top: 90px; 
padding-left: 73px;
}

#tophatch { position: absolute; top: 97px; padding-left: 351px; }

#rep { position: absolute; top: 30px; padding-left: 31px; }

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

#menu ul li.section-title {
font-family:Georgia; font-weight:bold;
}

#content 
{
    padding-top: 100px;
	width: 700px;
	float: left;
}

#links
{
    width: 250px;
    padding-top: 50px;
	padding-left: 7px;
	float:left;
	font-family:Georgia;
	font-size:smaller;
	font-style:italic;
}

#links a{
color:#A7A7A7;
background-color: #e6e7e4;
}
#links a:hover{
text-decoration:line-through;
color:#666666;
}
.container 
{
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Georgia; font-size: 32px; }
h2 { font-family: Georgia; font-size: 24px; }
h3 { font-family: Georgia; font-size: 16px; }
h4 { font-family: Georgia; font-size: 12px; }

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

#once { clear: left; }