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

#imkasl a {
	text-decoration: none;
	color: #000000;
	}
	
#imkasl a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	}
	
body {
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
	background-color: #fff;
}

#semi {
	font-weight: 100;
}

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

#img-container a:hover	{
	text-decoration: none;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
}

a img { border: none; }

#menu {
	width: 260px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
}
#space {
	height:15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#press img {
	background-position: top;
	margin-right: 20px;
	margin-bottom: 20px;
	border: thin solid #CCCCCC;
}

#press a:hover {
	background-color: #FFFFFF;
}

#menu ul li.section-title {
	color: #333;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 285px;
	width: 600px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

#name a {
	color: #000000;
	text-decoration: none;
}

#name a:hover {
	color: #666;
	text-decoration: none;
	background-color: #FFFFFF;
}

#name a:visted {
	color: #000000;
	text-decoration: none;
}

#name a:active {
	color: #000000;
	text-decoration: none;
}
.active {
	color: #FF66CC;
	text-decoration: none;
}
.highlight {
	background-color: #FFFF00;
}

#homepage {
	width: 427px;
}
